A collection of my configuration / dotfiles.
Different platforms have different requirements.
Some files of this repository have been encrypted.
Decrypt them with git-crypt unlock <symmetric_key>
before running make
.
On macOS, first install homebrew
. Then:
$ git clone https://github.com/aldur/dotfiles .dotfiles
$ brew install git make gpg coreutils git-crypt
$ PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
$ git-crypt unlock <symmetric_key>
$ gmake requirements #optional
Simply run make
from the top-level directory.
$ make
nix run "git+https://github.com/aldur/dotfiles?dir=neovim"