A ZSH theme for people who love unicorns, pink, and purple.
- Copy the
softblobby.zsh-theme
file into your ZSH themes folder (default is~/.oh-my-zsh/themes
). - Go to your terminal and under
Preferences > Profiles
and in the sectionBasic Colors
set theBackground
color to#332943
. - In your terminal, edit your
~/.zshrc
file so that theZSH_THEME
points tosoftblobby
:
ZSH_THEME = "softblobby"
- Run
source ~/.zshrc
after saving the file with the new theme and restart your terminal.