setup.sh 172 B

123456
  1. # github
  2. git config --global user.email "tom@chillidonut.com"
  3. # symlink bash files (no delete)
  4. ln -s dotfiles/.bashrc ~/.bashrc
  5. ln -s dotfiles/.bash_logout ~/.bash_logout