From 6c33d7e66d3110cc59f0dc22638763f894f9c364 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Feb 2012 11:35:45 +1300 Subject: Added bash files, wrote installation script. --- README | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'README') 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 -- cgit v1.2.3