Skip to content

Introducing a sleek and minimalist Oh My Zsh theme, designed to declutter your command-line experience. It offers simplicity and style, ensuring a distraction-free terminal environment. Customize with ease, maintain clarity, and stay productive. Upgrade your command line with minimalist elegance today.

Notifications You must be signed in to change notification settings

shukriYusof/minimalist-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Minimalist Zsh Theme for Oh My Zsh

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.

Installing and Setting up ZSH Theme

  1. Clone the theme repository into a folder of your choice:
git clone https://github.com/shukriYusof/minimalist-theme.git minimal
  1. Navigate to the folder you just created:
cd /yourpath/minimal
  1. Copy the minimalist.zsh-theme file into the ~/.oh-my-zsh/themes/ directory. You may need superuser privileges to do this, so use sudo:
sudo cp minimalist.zsh-theme ~/.oh-my-zsh/themes/

Enabling the Theme and Changing Settings

  1. 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
  1. In your .zshrc file, locate the line that sets the ZSH theme. By default, it may look like this:
ZSH_THEME="robbyrussell"
  1. 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"
  1. Save the changes to your .zshrc file.

  2. 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.

Screenshots

Minimalist Theme

About

Introducing a sleek and minimalist Oh My Zsh theme, designed to declutter your command-line experience. It offers simplicity and style, ensuring a distraction-free terminal environment. Customize with ease, maintain clarity, and stay productive. Upgrade your command line with minimalist elegance today.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages