A keeper for your dotfiles. See what I did there? (booooooo)
To get started, create a folder in ~/.dotkeep with the name of your keep. A keep is a place where dots are kept.
To learn how to use Dotkeeper, see the wiki
To install with brew, simply run:
brew install stikypiston/formulae/dotkeeperTo build dotkeeper, you will need a working installation of go.
You can either:
- Install go with your package manager of choice (e.g.
brew) - Use the Nix Devshell to build the project. (just run
nix develop)
To build, simply run:
go buildMove the resulting dotkeeper binary to some place like /usr/local/bin or ~/.local/bin
