diff --git a/config.sh b/config.sh new file mode 100644 index 0000000..714081b --- /dev/null +++ b/config.sh @@ -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 +