1
0
Fork 0
dotfiles-server/README.md
Alexander Schäferdiek 7a75bcc46c Various updates
- Use pure prompt for zsh by default
- Add autojump, autosuggestions for zsh
- Switch to dracula theme for vim and micro
2023-12-12 23:08:52 +01:00

32 lines
No EOL
494 B
Markdown

# chezmoi dotfiles
## 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
```shell
# 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
```