Auto saved by Logseq

This commit is contained in:
2022-05-26 18:44:19 +02:00
parent 1119c84562
commit dcd392bd8d
2 changed files with 28 additions and 0 deletions
@@ -0,0 +1,13 @@
- a [[tool]].
- [[bmann]] noded it.
- #go https://www.chezmoi.io
- #git https://github.com/twpayne/chezmoi
- #install `sh -c "$(curl -fsLS chezmoi.io/get)"`
- #start https://www.chezmoi.io/quick-start/
```
chezmoi add ~/.bashrc
chezmoi add ~/.vimrc
chezmoi add ~/.tmux.conf
chezmoi add ~/.gnupg
```
@@ -0,0 +1,15 @@
- a [[tool]].
- [[bmann]] noded it.
- #go https://www.chezmoi.io
- #git https://github.com/twpayne/chezmoi
- #install `sh -c "$(curl -fsLS chezmoi.io/get)"`
- #start https://www.chezmoi.io/quick-start/
```
> ls -atr | egrep '^\.'
> chezmoi add ~/.bashrc
> chezmoi add ~/.vimrc
> chezmoi add ~/.tmux.conf
> chezmoi add ~/.gnupg
```