add another doc
parent
cb88b74f1d
commit
db7e54eceb
10
README.md
10
README.md
|
@ -31,3 +31,13 @@ sh -c "$(curl -fsLS chezmoi.io/get)"
|
||||||
mv ./bin/chezmoi "$HOME/.local/bin/"
|
mv ./bin/chezmoi "$HOME/.local/bin/"
|
||||||
chezmoi init --apply ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue