blob: 51a1e4ed53e607140d4bbccde0b7bfad34569d9f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
My dotfiles. Copy SUBSTS to SUBSTS.local and edit. Then run './dm install'. This
will copy updated distfiles to $HOME.
After a checkout, don't forget to run
git config core.hooksPath .githooks
To get the submodules setup, run
git submodule init
git submodule update
|