Single-file configuration for Zsh >= 5.1 with sane defaults.
- Install
zsh
andgit
. - Optional: Install powerlevel10k font.
- Download .zshrc to your home directory.
curl -fsSLo ~/.zshrc https://raw.githubusercontent.com/romkatv/zsh4humans/master/.zshrc
- Start
zsh
.
Just Works.
Edit ~/.zshrc
.
You'll be prompted to update dependencies (zsh-syntax-highlighting, fzf, etc.) every two weeks when
starting Zsh. You can also force update with z4h update
. There is no update mechanism for .zshrc
itself.