12 lines
247 B
Markdown
12 lines
247 B
Markdown
|
# chezmoi dotfiles
|
||
|
|
||
|
```shell
|
||
|
# init and clone on new machine
|
||
|
chezmoi init --apply --verbose ssh://git@git.myservermanager.com:10022/alexander.schaeferdiek/dotfiles.git
|
||
|
|
||
|
# apply changes
|
||
|
chezmoi apply -R
|
||
|
|
||
|
# pull updates
|
||
|
chezmoi update --apply -R
|
||
|
```
|