1
0
Fork 0
Go to file
Alexander Schäferdiek 530e254245 Remove remaining prompt assignments in zshrc 2023-12-13 00:33:08 +01:00
dot_config/micro Various updates 2023-12-12 23:08:52 +01:00
dot_vim Various updates 2023-12-12 23:08:52 +01:00
.chezmoi.yaml.tmpl Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
.chezmoiexternal.toml Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
.chezmoiignore Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
README.md Various updates 2023-12-12 23:08:52 +01:00
dot_nanorc Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
dot_zprofile Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
dot_zsh_archlinux Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
dot_zsh_systemd Add initial version for dotfiles-server 2022-09-18 08:57:40 +02:00
dot_zshenv Various updates 2023-12-12 23:08:52 +01:00
dot_zshrc Remove remaining prompt assignments in zshrc 2023-12-13 00:33:08 +01:00

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