diff --git a/chezmoi.md b/chezmoi.md index a2598a967..652c90cbf 100644 --- a/chezmoi.md +++ b/chezmoi.md @@ -2,7 +2,6 @@ - [[bmann]] noded it first :) - #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/ - #push [[2022-05-26]] - [[refusing to merge unrelated histories]] @@ -10,21 +9,22 @@ Example for my initial upload: ``` -> ls -atr | egrep '^\.' -> chezmoi add ~/.bashrc -> chezmoi add ~/.vimrc -> chezmoi add ~/.tmux.conf -> chezmoi add ~/.gnupg +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." +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 +git remote add origin git@gitlab.com:flancian/flancian.git +git branch -M main +git push -u origin main ```