- chezmoi
- Bitwarden CLI (for personal use only)
Note: You are required to use the env variable SECRETS_OFF=1
,
as not passing will make chezmoi fail when connecting to my Bitwarden account.
The following environment variables can be set to configure Chezmoi on runtime:
ASK: Set to 1 if you want to enable chezmoi prompt
SECRETS_OFF: Set to 1 to enable Bitwarden (uses my personal secrets set in .chezmoi.yaml)
SECRETS_OFF=1 sh -c "$(curl -fsSL https://raw.githubusercontent.com/kucera-lukas/dotfiles/main/install.sh)"
sh -c "$(curl -fsSL https://raw.githubusercontent.com/kucera-lukas/dotfiles/main/install.sh)"
pre-commit install
- Secret and
ASK
management was largely inspired by Ben Mezger's dotfiles
- Developed under the MIT license.