Added config script.

This commit is contained in:
Nicole Tietz-Sokolskaya 2011-11-04 17:13:00 -04:00
parent ac9e6051ff
commit 2216bb076f

15
config.sh Normal file
View file

@ -0,0 +1,15 @@
#!/bin/bash
cd ~
rm -f .profile
rm -f .bashrc
ln -s ~/Repositories/config/profile .profile
ln -s ~/Repositories/config/bashrc .bashrc
rm -f .screenrf
ln -s ~/Repositories/config/screenrc .screenrc
rm -f .vimrc
ln -s ~/Repositories/config/vimrc .vimrc