- Idempotency: No matter how many times the script is run, the script should not do unecessary re-installing of packages
cd $HOME
git clone [email protected]:andyyaldoo/.dotfiles.git
cd .dotfiles
bash install.sh
- Add .zshrc
- Add all wanted software in a Brewfile
- Add .vimrc
- Add .tmux.conf
- Install brogrammer theme for vim
- Install vim plug
- Install tpm (tmux package manager)