Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 452 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 452 Bytes

GOALS

  • Idempotency: No matter how many times the script is run, the script should not do unecessary re-installing of packages

Install

cd $HOME
git clone [email protected]:andyyaldoo/.dotfiles.git
cd .dotfiles
bash install.sh

TODOS

  • 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)