1
0

setup.sh 158 B

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