aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 4ee70e6f318521c3bd1237cfcb287f937a1ec9e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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:

git submodule update --init

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