My dotfiles, bootstrapped from jessfraz/dotfiles.
My dotfiles are managed by chezmoi, so install that first.
# On Ubuntu...
$ snap install chezmoi --classic
# On MacOS
$ brew install chezmoi
Some dotfile configuration values (such as my GitHub email address and SSH signing key) are pulled from the 1Password, so install the command-line tool.
# On Ubuntu (after installing 1Password apt repo)...
$ apt install 1password 1password-cli
# On MacOS
$ brew install 1password-cli
To install dotfiles:
$ chezmoi init blissd --apply
Put any config that does not belong in chezmoi
into .extra
. This file should never be put
into this git repository.