aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-21 11:35:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-21 11:35:45 +1300
commit6c33d7e66d3110cc59f0dc22638763f894f9c364 (patch)
tree3dd66be14086b8ee41b0bcc9c903c1850c666c9f /README
parentvi-ish copy paste (diff)
downloaddotfiles-6c33d7e66d3110cc59f0dc22638763f894f9c364.tar.gz
dotfiles-6c33d7e66d3110cc59f0dc22638763f894f9c364.zip
Added bash files, wrote installation script.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 5 insertions, 15 deletions
diff --git a/README b/README
index 4ee70e6f..91b771dc 100644
--- a/README
+++ b/README
@@ -1,21 +1,11 @@
Personal repository of independent dotfiles.
This is for all my personal configuration files that migrate well from machine
-to machine. Note the presence of submodules, which means after checking out I
-need to do something like:
+to machine.
-git submodule update --init
+Then it's a matter of loading git submodules, deleting stock files and
+symlinking everything in, which can be done with the included "dotfiles"
+script:
-Then it's a matter of symlinking everything in:
-
-rm -fr .vim
-rm -fr .vimrc
-rm -fr .gvimrc
-rm -fr .gitconfig
-rm -fr .tmux.conf
-ln -s .dotfiles/vim .vim
-ln -s .dotfiles/vim/vimrc .vimrc
-ln -s .dotfiles/vim/gvimrc .gvimrc
-ln -s .dotfiles/git/gitconfig .gitconfig
-ln -s .dotfiles/tmux/tmux.conf .tmux.conf
+$ bash .dotfiles/install.sh