2022-09-18 06:57:40 +00:00
|
|
|
# chezmoi dotfiles
|
|
|
|
|
2023-12-12 22:08:52 +00:00
|
|
|
## Requirements
|
|
|
|
|
|
|
|
The following should be installed (package names for ArchLinux):
|
|
|
|
|
|
|
|
```shell
|
|
|
|
zsh
|
|
|
|
zsh-autosuggestions
|
|
|
|
zsh-completions
|
|
|
|
zsh-pure-prompt-git
|
|
|
|
zsh-syntax-highlighting
|
|
|
|
autojump
|
|
|
|
nano
|
|
|
|
nano-syntax-highlighting-git
|
|
|
|
vim
|
|
|
|
nano
|
|
|
|
micro
|
|
|
|
```
|
|
|
|
|
|
|
|
## Init
|
|
|
|
|
2022-09-18 06:57:40 +00:00
|
|
|
```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
|
2022-09-18 06:57:40 +00:00
|
|
|
|
|
|
|
# apply changes
|
|
|
|
chezmoi apply -R
|
|
|
|
|
|
|
|
# pull updates
|
|
|
|
chezmoi update --apply -R
|
|
|
|
```
|