Elevate your terminal experience with sleek and minimal meteor theme.
-
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
-
That's it! Restart your terminal and you're good to go.
-
Clone this repository into
~/.zsh
git clone https://github.com/piyushsarkar/zsh-meteor-theme ~/.zsh/zsh-meteor-theme
-
Add source path of
zsh-meteor-theme
inside~/.zshrc
:source ~/.zsh/zsh-meteor-theme/meteor.zsh
-
Start a new terminal session.
-
Remove the
zsh-meteor-theme
folderrm -rf ~/.zsh/zsh-meteor-theme
-
Remove
source ~/.zsh/zsh-meteor-theme/zsh-meteor-theme.zsh
from.zshrc
echo "$(grep -v "source ~/.zsh/zsh-meteor-theme/meteor.zsh" ~/.zshrc)" > ~/.zshrc
-
Restart your terminal.