1
0
Fork 0
dotfiles-server/README.md

12 lines
247 B
Markdown
Raw Normal View History

# 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
```