Awesome
Theme
Simple oh-my-zsh theme inspired by MSYS2.
Theme:
Requirements
- A Linux/Unix based terminal emulator
- git
- zsh ( Obviously )
- oh-my-zsh ( Obviously )
Installation
To install the theme, follow the directions below:
-
First, head over to your terminal emulator and type in:
git clone https://github.com/water-logger/MSYS2-Theme
-
Next, type in:
cp ~/MSYS2-Theme/msys2.zsh-theme ~/.oh-my-zsh/custom/themes
-
Finally, head over to your .zshrc file and change
ZSH_THEME="x"
toZSH_THEME="msys2"
Now, restart the shell by typing zsh
and you should see the theme.
Notes
-
Every command must be ran in the home directory.
-
I made this on Termux so this may not work.