aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-02-28 12:57:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-02-28 12:57:21 +1300
commit62239ef2a70058c9fbd39c46b17cd601be982e7d (patch)
tree61e296ea5f007720833fe3f475cabf5a6ff4354b /README
parentInitial commit of experimental dotfiles repository. (diff)
downloaddotfiles-62239ef2a70058c9fbd39c46b17cd601be982e7d.tar.gz
dotfiles-62239ef2a70058c9fbd39c46b17cd601be982e7d.zip
New README file for github.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..40a61b18
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+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