Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 832 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 832 Bytes

dotfiles

My dotfiles, bootstrapped from jessfraz/dotfiles.

Pre-requisites

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

Install dotfiles

To install dotfiles:

$ chezmoi init blissd --apply

.extra

Put any config that does not belong in chezmoi into .extra. This file should never be put into this git repository.