/dotfiles-1

My dotfiles, managed with https://chezmoi.io/

Primary LanguageShell

github.com/twpayne/dotfiles

Tom Payne's dotfiles, managed with chezmoi.

Install them with:

chezmoi init twpayne

Personal secrets are stored in LastPass and you'll need the LastPass CLI installed. Login to LastPass with:

lpass login <email>

Work secrets are stored in 1Password, and you'll need the 1Password CLI installed. Login to 1Password for the first time with:

eval $(op signin <subdomain>.1password.com <email>)

Then, to login afterwards, run:

eval $(op signin)