Repository to hold various settings
- Install git
- Make Git auto-complete . See here for more
- Find if Git auto-completion script already exist
sudo find / -type f -name "git-completion.bash"
It should somewhere here: /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash
- If yes copy it to home directory
cp /Library/Developer/CommandLineTools/usr/share/git-core/git-completion.bash ~/.git-completion.bash
- Change your ~/.bashrc or ~/.bash_profile accordingly (or ~/.zshrc or other shell config file)
if [ -f ~/.git-completion.bash ]; then
. ~/.git-completion.bash
fi
- Install Intellij (Java)
- Install Pycharm (Python)
- Install VSCode (Javascript, Typescript, and everything else)
- Setup Midway and SSH to log into Cloud Desktop and prod hosts.