Philip's dotfiles, managed with chezmoi
.
Install and apply them with:
chezmoi init --apply thisispvb
# alternatively if `chezmoi` isn't installed yet:
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply thisispvb
Personal/Work secrets are stored in 1Password, and you'll need the 1Password CLI installed. Login to 1Password for the first time with:
op account add --address my.1password.eu --email [email protected]
eval $(op signin)
Then, to login afterwards, run:
eval $(op signin)