Elevate your command-line experience with our Minimalist Zsh Theme designed exclusively for Oh My Zsh. This project aims to deliver a clean, elegant, and highly functional theme for your terminal, ensuring a seamless and visually pleasing interaction with your shell environment.
- Clone the theme repository into a folder of your choice:
git clone https://github.com/shukriYusof/minimalist-theme.git minimal
- Navigate to the folder you just created:
cd /yourpath/minimal
- Copy the
minimalist.zsh-theme
file into the~/.oh-my-zsh/themes/
directory. You may need superuser privileges to do this, so usesudo
:
sudo cp minimalist.zsh-theme ~/.oh-my-zsh/themes/
- Open and edit your ZSH configuration file, usually named .zshrc. You can use your favorite text editor; here are two common options:
- Using VS Code:
code ~/.zshrc
- Using Vim:
vim ~/.zshrc
- In your .zshrc file, locate the line that sets the ZSH theme. By default, it may look like this:
ZSH_THEME="robbyrussell"
- Change the default theme to the "amresh" theme by editing the line to:
ZSH_THEME="minimalist"
Your ZSH_THEME line should now look like this:
ZSH_THEME="minimalist"
-
Save the changes to your
.zshrc
file. -
Close and reopen your terminal to see the new theme in action. Your ZSH prompt should now be using the
"minimalist"
theme.
That's it! You've successfully installed and configured the "amresh" ZSH theme. Enjoy your new ZSH experience.