aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-02-28 13:14:32 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-02-28 13:14:32 +1300
commitad181819e7961a7374ee1c7bc1c9f5646828b939 (patch)
tree0402394695fc64cdb2ec16712d46f8db82a6b1aa /README
parentNew README file for github. (diff)
downloaddotfiles-ad181819e7961a7374ee1c7bc1c9f5646828b939.tar.gz
dotfiles-ad181819e7961a7374ee1c7bc1c9f5646828b939.zip
A few files didn't need to be in here.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index 40a61b18..a1796f9b 100644
--- a/README
+++ b/README
@@ -1,17 +1,13 @@
cd ~
rm .bashrc
rm .bash_profile
-rm .bash_history
rm .profile
rm .screenrc
rm .vim
-rm .viminfo
rm .vimrc
ln -s Dotfiles/bash/bashrc .bashrc
ln -s Dotfiles/bash/bash_profile .bash_profile
-ln -s Dotfiles/bash/bash_history .bash_history
ln -s Dotfiles/bash/profile .profile
ln -s Dotfiles/screen/screenrc .screenrc
ln -s Dotfiles/vim/vim .vim
-ln -s Dotfiles/vim/viminfo .viminfo
ln -s Dotfiles/vim/vimrc .vimrc