No description
dot_config/micro | ||
dot_vim | ||
.chezmoi.yaml.tmpl | ||
.chezmoiexternal.toml | ||
.chezmoiignore | ||
dot_nanorc | ||
dot_zprofile | ||
dot_zsh_archlinux | ||
dot_zsh_systemd | ||
dot_zshenv | ||
dot_zshrc | ||
README.md |
chezmoi dotfiles
Requirements
The following should be installed (package names for ArchLinux):
zsh
zsh-autosuggestions
zsh-completions
zsh-pure-prompt-git
zsh-syntax-highlighting
autojump
nano
nano-syntax-highlighting-git
vim
nano
micro
Init
# init and clone on new machine
chezmoi init --apply --verbose https://git.myservermanager.com/alexander.schaeferdiek/dotfiles-server.git
# apply changes
chezmoi apply -R
# pull updates
chezmoi update --apply -R