Skip to content

thisispvb/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/thisispvb/dotfiles

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 p@bargen.co
eval $(op signin)

Then, to login afterwards, run:

eval $(op signin)