Onboarding instructions
- Install Iterm2
- Install Homebrew
- Install Ohmyzsh
brew install zsh
- sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Add '.zshrc' section into existing file
- Install NVM
brew install nvm
- Update git config
git config --global alias.add-commit '!git add -A && git commit'
(usage:git add-commit -m "Random commit message"
)git config remote.origin.prune true
(usage: autmatically prunes remote branches on git pull/fetch)