Skip to content

Elevate your terminal experience with sleek and minimal zsh meteor theme.

Notifications You must be signed in to change notification settings

piyushsarkar/zsh-meteor-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Meteor Theme for ZSH

icon

Elevate your terminal experience with sleek and minimal meteor theme.

Terminal

Installation

Recommended Installation:

  1. Run this command in your terminal, it will install the theme and add it to your .zshrc file automatically.

    curl -sS https://raw.githubusercontent.com/piyushsarkar/zsh-meteor-theme/main/install.sh | sh
  2. That's it! Restart your terminal and you're good to go.

Manual Installation:

  1. Clone this repository into ~/.zsh

    git clone https://github.com/piyushsarkar/zsh-meteor-theme ~/.zsh/zsh-meteor-theme
  2. Add source path of zsh-meteor-theme inside ~/.zshrc:

    source ~/.zsh/zsh-meteor-theme/meteor.zsh
  3. Start a new terminal session.

Uninstall

  1. Remove the zsh-meteor-theme folder

    rm -rf ~/.zsh/zsh-meteor-theme
  2. Remove source ~/.zsh/zsh-meteor-theme/zsh-meteor-theme.zsh from .zshrc

    echo "$(grep -v "source ~/.zsh/zsh-meteor-theme/meteor.zsh" ~/.zshrc)" > ~/.zshrc
  3. Restart your terminal.

About

Elevate your terminal experience with sleek and minimal zsh meteor theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages