mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 07:26:21 +00:00
autopushed
This commit is contained in:
+12
-12
@@ -2,7 +2,6 @@
|
|||||||
- [[bmann]] noded it first :)
|
- [[bmann]] noded it first :)
|
||||||
- #go https://www.chezmoi.io
|
- #go https://www.chezmoi.io
|
||||||
- #git https://github.com/twpayne/chezmoi
|
- #git https://github.com/twpayne/chezmoi
|
||||||
- #install `sh -c "$(curl -fsLS chezmoi.io/get)"`
|
|
||||||
- #start https://www.chezmoi.io/quick-start/
|
- #start https://www.chezmoi.io/quick-start/
|
||||||
- #push [[2022-05-26]]
|
- #push [[2022-05-26]]
|
||||||
- [[refusing to merge unrelated histories]]
|
- [[refusing to merge unrelated histories]]
|
||||||
@@ -10,21 +9,22 @@
|
|||||||
Example for my initial upload:
|
Example for my initial upload:
|
||||||
|
|
||||||
```
|
```
|
||||||
> ls -atr | egrep '^\.'
|
sh -c "$(curl -fsLS chezmoi.io/get)"
|
||||||
> chezmoi add ~/.bashrc
|
ls -atr | egrep '^\.'
|
||||||
> chezmoi add ~/.vimrc
|
chezmoi add ~/.bashrc
|
||||||
> chezmoi add ~/.tmux.conf
|
chezmoi add ~/.vimrc
|
||||||
> chezmoi add ~/.gnupg
|
chezmoi add ~/.tmux.conf
|
||||||
|
chezmoi add ~/.gnupg
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
> chezmoi cd
|
chezmoi cd
|
||||||
> git add .
|
git add .
|
||||||
> git commit -m 'Initial commit from paramita."
|
git commit -m 'Initial commit from paramita."
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
> git remote add origin git@gitlab.com:flancian/flancian.git
|
git remote add origin git@gitlab.com:flancian/flancian.git
|
||||||
> git branch -M main
|
git branch -M main
|
||||||
> git push -u origin main
|
git push -u origin main
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user