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.
- Download using the GitHub .zip download option and unzip them.
- Move
dracula.zsh-theme
file to oh-my-zsh's theme folder:oh-my-zsh/themes/dracula.zsh-theme
. - Move
/lib
to oh-my-zsh's theme folder:oh-my-zsh/themes/lib
.
Go to your ~/.zshrc
file and set ZSH_THEME="dracula"
.
Install using zplug
Just add zplug "dracula/zsh", as:theme
to your ~/.zshrc
file.