diff --git a/make.symlinks.sh b/make.symlinks.sh new file mode 100644 index 0000000..b1baa25 --- /dev/null +++ b/make.symlinks.sh @@ -0,0 +1,3 @@ +ln -s $(pwd)/.gitconfig ~/.gitconfig +ln -s $(pwd)/.bashrc ~/.bashrc +ln -s $(pwd)/.bash_profile ~/.bash_profile \ No newline at end of file