aboutsummaryrefslogtreecommitdiff
path: root/README
blob: a1796f9b0294d4006ea33bb51bac0757f87df52f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
cd ~
rm .bashrc
rm .bash_profile
rm .profile
rm .screenrc
rm .vim
rm .vimrc
ln -s Dotfiles/bash/bashrc .bashrc
ln -s Dotfiles/bash/bash_profile .bash_profile
ln -s Dotfiles/bash/profile .profile
ln -s Dotfiles/screen/screenrc .screenrc
ln -s Dotfiles/vim/vim .vim
ln -s Dotfiles/vim/vimrc .vimrc