Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.32 KB

README.md

File metadata and controls

67 lines (50 loc) · 2.32 KB

Zsh Configuration For Developers

This repository offers a curated Zsh configuration, tailored for developers to enhance your terminal experience with themes, plugins, and useful features

Installation

  1. Setup zsh:
    • install OhMyZSH

    • install Nerd Font

    • Install figlet and lolcat:

      • Debian/Ubuntu:

        sudo apt-get install figlet lolcat neofetch
      • RedHat/Fedora

         sudo dnf install figlet lolcat neofetch
      • macOS:

        brew install figlet lolcat neofetch
      • windows

        stick to cmd or install Linux
  2. Clone the Repository to the home directory:
 git clone https://github.com/Akshay-Vs/zsh-config.git ~/.zsh-config
  1. 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


Configuration Details

Theme: Configured to use agnoster, provides a functional and visually appealing prompt.

Plugins:

Other Features

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