Join the dark sideBe the first to know about new products, special releases, and much more.
7,449 people enjoy it!Subscribe to the RSS Feed.
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/zsh.git
And creating a symbolic link to oh-my-zsh's theme folder:
ln -s $DRACULA_THEME/dracula.zsh-theme $OH_MY_ZSH/themes/dracula.zsh-theme
P.S.: Remember that you should replace $DRACULA_THEME
and $OH_MY_ZSH
with the actual directories for this command to work.
dracula.zsh-theme
file to oh-my-zsh's theme folder: oh-my-zsh/themes/dracula.zsh-theme
./lib
to oh-my-zsh's theme folder: oh-my-zsh/themes/lib
.Go to your ~/.zshrc
file and set ZSH_THEME="dracula"
.
Just add zplug "dracula/zsh", as:theme
to your ~/.zshrc
file.