aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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