add another doc

main
Andrew Coleman 2022-08-19 14:59:41 -04:00
parent cb88b74f1d
commit db7e54eceb
1 changed files with 10 additions and 0 deletions

View File

@ -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
```