Before doing anything, please make sure you know what you are doing. Settings applied by this repository are very personal to my work and work-flow, and isn't intended to suit everyone's needs. I highly suggest creating your own set of dotfiles based on this repo.
- Install Xcode command line tools
xcode-select --install
- Set up ssh key and add to GitHub
- Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Clone repository to dotfiles directory in your home directory
git clone ssh://[email protected]/navdeepsinghkhalsa/dotfiles.git ~/dotfiles
- Clone private repository for environment variables
- Run setup-all.sh
~/dotfiles/setup-all.sh
- Install `code` command line tool from VS Code
- Run setup-vscode.sh file
~/dotfiles/setup-vscode.sh
- Restart