浏览代码

github setup

Tom 12 年之前
父节点
当前提交
28aabe0e28
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      setup.sh

+ 4 - 0
setup.sh

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