diff --git a/logseq/bak/chezmoi.md.2022-05-26T16_43_38.153Z b/logseq/bak/chezmoi.md.2022-05-26T16_43_38.153Z new file mode 100644 index 000000000..4d6b90ec0 --- /dev/null +++ b/logseq/bak/chezmoi.md.2022-05-26T16_43_38.153Z @@ -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 +``` diff --git a/logseq/bak/chezmoi.md.2022-05-26T16_43_43.877Z b/logseq/bak/chezmoi.md.2022-05-26T16_43_43.877Z new file mode 100644 index 000000000..4bd55c816 --- /dev/null +++ b/logseq/bak/chezmoi.md.2022-05-26T16_43_43.877Z @@ -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 +``` +