Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 982 Bytes

File metadata and controls

31 lines (24 loc) · 982 Bytes

settings

Repository to hold various settings

MACOS Setup

  1. Install git
  2. 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
  1. Install Intellij (Java)
  2. Install Pycharm (Python)
  3. Install VSCode (Javascript, Typescript, and everything else)
  4. Setup Midway and SSH to log into Cloud Desktop and prod hosts.