Skip to content

aramirol/apple-zsh-custom-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

 Apple ZSH Custom Theme

GitHub GitHub last commit Shell

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

License

MIT License

See LICENSE to see the full text.