1
0
Fork 0
dotfiles-server/README.md

12 lines
246 B
Markdown
Raw Normal View History

# chezmoi dotfiles
```shell
# init and clone on new machine
2022-09-18 07:00:25 +00:00
chezmoi init --apply --verbose https://git.myservermanager.com/alexander.schaeferdiek/dotfiles-server.git
# apply changes
chezmoi apply -R
# pull updates
chezmoi update --apply -R
```