- Notifications
You must be signed in to change notification settings - Fork0
Auto Zsh Setup for Customized Terminal Experience
License
ken-okabe/isolated-zsh-config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This script is designed to install the Zsh configuration into an existing Zsh environment. Please note that this script will delete the
$HOME/.fonts
directory. 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_history
and.p10k.zsh
files will be updated in the installed directory.It is recommended to place this directory under
$HOME/Documents
or 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 configure
forpowerlevel10k 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)