Awesome
Apple ZSH Custom Theme
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.
Requirements
You must have installed zsh and oh-my-zsh.
Set up
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
Preview
<img src="images/apple-zsh-custom-theme-light.png" width="50%" /><img src="images/apple-zsh-custom-theme-dark.png" width="50%" />
License
MIT License
See LICENSE to see the full text.