-
This script is designed to install the Zsh configuration into an existing Zsh environment. Please note that this script will delete the
$HOME/.fontsdirectory. If you have any fonts stored in this directory, it is recommended to install them globally using a font manager. -
The Zsh environment directory is designed to be isolated and should be symlinked to
$HOME. The.zsh_historyand.p10k.zshfiles will be updated in the installed directory. -
It is recommended to place this directory under
$HOME/Documentsor similar for backup purposes. If the location of the directory changes, the installation process will need to be repeated. -
To install, clone the repository and move to the directory, then run
sh ./install.sh. -
Run
p10k configurefor powerlevel10k themeing.
- A Zsh theme
https://github.com/romkatv/powerlevel10k
- Fish shell like syntax highlighting for Zsh.
https://github.com/zsh-users/zsh-syntax-highlighting
- Fish-like autosuggestions for zsh
https://github.com/zsh-users/zsh-autosuggestions
- 🐠 ZSH port of Fish history search (up arrow)