Take this, it's not safe to go alone.
PowerShell
Invoke-RestMethod "https://jbeers.github.io/res/my_terminal_config.ps1" | Invoke-Expression
Bash
source <(curl -sSL "https://github.com/jbeers/jtb-env/blob/main/shell-scripts/.bashrc?raw=true")