Arctic Glow is a theme for Oh My Zsh based on Agnoster.
-
Clone the repository
git clone https://github.com/Etto48/arcticglow-zsh-theme.git
-
Run the installation script
cd arcticglow-zsh-theme ./install.sh -
Reload your terminal
You can configure the colors and the symbols of the theme by setting the variables
found at the beginning of the articglow.zsh-theme in your .zshrc file after sourcing oh-my-zsh.
# ...
source $ZSH/oh-my-zsh.sh
# Arctic Glow theme configuration
# Set the colors
ARCTICGLOW_ACCENT_COLOR="blue"
# ...