This repository offers a curated Zsh configuration, tailored for developers to enhance your terminal experience with themes, plugins, and useful features
- Setup zsh:
- Clone the Repository to the home directory:
git clone https://github.com/Akshay-Vs/zsh-config.git ~/.zsh-config
- Create a symlink to .zshrc
ln -s ~/.zsh-config/.zshrc ~/.zshrc
Or manually copy the contents of the .zshrc
file into your ~/.zshrc
file like a caveman
Theme: Configured to use agnoster, provides a functional and visually appealing prompt.
Run neofetch
when you open the terminal from home
If not in the home directory, print your OS name in a cool way using figlet
and lolcat
If you are willing to install Zsh on Windows rather than just using Linux, here is an awesome blog to follow