Matthias Grüter's dotfiles, managed with chezmoi
.
This repository is managed by chezmoi. To set up a new machine, run:
chezmoi init mattgruter
Secrets are fetched from Bitwarden. Login and unlock the vault before running chezmoi
:
bw login USERNAME
export BW_SESSION=$( bw unlock --raw )
If you've sourced this repo's .zshrc
you can just run
bwu
to easily unlock the vault and set the session variable.