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

Then it's a matter of symlinking everything in:

$ rm -fr .vim
$ rm -fr .vimrc
$ rm -fr .gvimrc
$ rm -fr .gitconfig
$ rm -fr .screenrc
$ 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/screen/screenrc .screenrc