It is my repo for my dotfiles.
Clone it to ~/.config/dotfiles and edit config.py main() function
Check config.py
There is a file config.py, run it as ./config.py and follow the instructions
Zsh startup is optimized with a compiled grml config, a compiled completion dump,
and compinit -C. If completion state ever gets stale after editing completion
files, rebuild it manually.
Compile the stable Zsh files:
zcompile ~/.zsh/grml.zsh
zcompile ~/.config/zsh/.zcompdumpIf completions look stale, recreate the dump and recompile it:
rm -f ~/.config/zsh/.zcompdump ~/.config/zsh/.zcompdump.zwc
zsh -fc 'autoload -Uz compinit; compinit -d ~/.config/zsh/.zcompdump; zcompile ~/.config/zsh/.zcompdump'