aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 01607a4900a2bef2e227603d90e7cdf910a98f2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 .screenrc
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/screen/screenrc .screenrc
ln -s .dotfiles/tmux/tmux.conf .tmux.conf