Arctic Glow

November 12, 2024 ยท View on GitHub

Arctic Glow is a theme for Oh My Zsh based on Agnoster.

Example

Installation

  • You need to have Oh My Zsh and a Nerd Font installed.

  • 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

Configuration

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"
# ...