ken-okabe / isolated-zsh-config

Auto Zsh Setup for Customized Terminal Experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isolated-zsh-config

  1. 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.

  2. 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.

  3. 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.

  4. To install, clone the repository and move to the directory, then run sh ./install.sh.

  5. Run p10k configure for powerlevel10k themeing.

The technology being used

  • 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)

https://github.com/zsh-users/zsh-history-substring-search

About

Auto Zsh Setup for Customized Terminal Experience

License:MIT License


Languages

Language:Shell 90.5%Language:C++ 7.7%Language:Ruby 1.4%Language:Makefile 0.2%Language:Perl 0.1%Language:Dockerfile 0.0%