README.md (401B)
1 # dotfiles 2 ## installation 3 build using plan9 mk (preferably from [9base][0]). 4 if you don't have it, i've bundled a binary in the repo 5 uses [stow][1] for symlinking dotfiles. 6 7 ```sh 8 mk install 9 ``` 10 11 if this is the first time you install: 12 13 ```sh 14 mk first_run 15 # delete all conflicting dotfiles (i.e. ".zshrc") 16 mk install 17 ``` 18 19 [0]: http://tools.suckless.org/9base/ 20 [1]: https://www.gnu.org/software/stow/