aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-24 11:58:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-24 11:58:23 +1300
commitb59d0c1f8d426d391bb768fcae828678abd1d716 (patch)
tree31154f13ac6217b605458ff2784aea329dbeff37 /README
parentAll these files are more trouble than they're worth (diff)
downloaddotfiles-b59d0c1f8d426d391bb768fcae828678abd1d716.tar.gz
dotfiles-b59d0c1f8d426d391bb768fcae828678abd1d716.zip
Added tmux configuration, updated README
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 094be793..138cd712 100644
--- a/README
+++ b/README
@@ -1,13 +1,22 @@
-cd ~
+cd
rm -r .vim
rm .bashrc
+rm .bash_aliases
+rm .bash_logout
rm .profile
+rm .gitconfig
rm .screenrc
+rm .tmux.conf
rm .vimrc
rm .gvimrc
ln -s Dotfiles/vim/vim .vim
ln -s Dotfiles/bash/bashrc .bashrc
+ln -s Dotfiles/bash/bash_aliases .bash_aliases
+ln -s Dotfiles/bash/bash_logout .bash_logout
ln -s Dotfiles/bash/profile .profile
+ln -s Dotfiles/git/gitconfig .gitconfig
ln -s Dotfiles/screen/screenrc .screenrc
+ln -s Dotfiles/tmux/tmux.conf .tmux.conf
ln -s Dotfiles/vim/vimrc .vimrc
ln -s Dotfiles/vim/gvimrc .gvimrc
+