diff --git a/chezmoi.md b/chezmoi.md index 15cb6e6b3..652c90cbf 100644 --- a/chezmoi.md +++ b/chezmoi.md @@ -1,6 +1,30 @@ - a [[tool]]. - - [[bmann]] noded it first :) - - #go https://www.chezmoi.io - - #git https://github.com/twpayne/chezmoi - - #start https://www.chezmoi.io/quick-start/ - - -----======#push [[2022-05-26]]U=BVVVVVVVVVLL,,,,,. \ No newline at end of file + - [[bmann]] noded it first :) + - #go https://www.chezmoi.io + - #git https://github.com/twpayne/chezmoi + - #start https://www.chezmoi.io/quick-start/ + - #push [[2022-05-26]] + - [[refusing to merge unrelated histories]] + +Example for my initial upload: + +``` +sh -c "$(curl -fsLS chezmoi.io/get)" +ls -atr | egrep '^\.' +chezmoi add ~/.bashrc +chezmoi add ~/.vimrc +chezmoi add ~/.tmux.conf +chezmoi add ~/.gnupg +``` + +``` +chezmoi cd +git add . +git commit -m 'Initial commit from paramita." +``` + +``` +git remote add origin git@gitlab.com:flancian/flancian.git +git branch -M main +git push -u origin main +``` diff --git a/logseq/bak/chezmoi.md.2022-05-29T11_58_23.977Z b/logseq/bak/chezmoi.md.2022-05-29T11_58_23.977Z new file mode 100644 index 000000000..15cb6e6b3 --- /dev/null +++ b/logseq/bak/chezmoi.md.2022-05-29T11_58_23.977Z @@ -0,0 +1,6 @@ +- a [[tool]]. + - [[bmann]] noded it first :) + - #go https://www.chezmoi.io + - #git https://github.com/twpayne/chezmoi + - #start https://www.chezmoi.io/quick-start/ + - -----======#push [[2022-05-26]]U=BVVVVVVVVVLL,,,,,. \ No newline at end of file