/zsh-config

Custom Config for zsh

Primary LanguageShellGNU General Public License v3.0GPL-3.0

This Repo holds the custom config for zsh

It also utilizes packages for highlighting and auto-completions

First Install Them by:-

For Debian Based Distribution

sudo apt install zsh-syntax-highlighting zsh-autosuggestions

For Red Hat based Distribution

sudo dnf install zsh-syntax-highlighting zsh-autosuggestions

This also utilizes prompt provided by powerlevel10k Refer:- https://github.com/romkatv/powerlevel10k/tree/master#installation

Some scripts are also stolen from ohmyzsh

Special Thanks

Sebastian Tramp - https://github.com/seebi/zshrc for providing some usefull scripts and snipptes