diff --git a/README.md b/README.md index 3f4353e..0579c3b 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,13 @@ sh -c "$(curl -fsLS chezmoi.io/get)" mv ./bin/chezmoi "$HOME/.local/bin/" chezmoi init --apply ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git ``` + +# Chezmoi without bitwarden + +```bash +sh -c "$(curl -fsLS chezmoi.io/get)" +mv ./bin/chezmoi "$HOME/.local/bin/" +mkdir -p ~/.config/chezmoi +echo -e "[data]\ninclude_ssh_keys=\"false\"" | tee ~/.config/chezmoi/chezmoi.toml +chezmoi init --apply ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git +```