Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 515 Bytes

Matthias' dotfiles

Matthias Grüter's dotfiles, managed with chezmoi.

chezmoi

This repository is managed by chezmoi. To set up a new machine, run:

chezmoi init mattgruter

Secrets

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.