This theme is based on the default bobbyrussell
, but applies some changes. I have added variables to set colors by modifying only var code. By default I use orange color.
You must have installed zsh and oh-my-zsh.
Copy custom theme file to zsh custom themes path:
cp apple-custom.zsh-theme $ZSH/custom/themes/
Modify your .zshrc
profile to add the custom theme variable:
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="apple-custom"
Then, restart your zsh session to apply the changes or reload the zsh profile:
. ./.zshrc
MIT License
See LICENSE to see the full text.