INSTALL.md

August 9, 2025 ยท View on GitHub

Zsh

Install

Github

  1. Download using the GitHub .zip download option
  2. Move moonbloom.zsh-theme file to oh-my-zsh's theme folder: oh-my-zsh/custom/themes/moonbloom.zsh-theme.

Wget

wget -q --spider https://raw.githubusercontent.com/moonbloom-theme/zsh/main/moonbloom.zsh-theme && wget -q https://raw.githubusercontent.com/moonbloom-theme/zsh/main/moonbloom.zsh-theme -O "${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/themes/moonbloom.zsh-theme" && wget -q --spider https://raw.githubusercontent.com/moonbloom-theme/zsh/main/moonbloom.conf && wget -q https://raw.githubusercontent.com/moonbloom-theme/zsh/main/moonbloom.conf -O "${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/themes/moonbloom.conf"

Curl

curl -s -f https://raw.githubusercontent.com/moonbloom-theme/zsh/main/moonbloom.zsh-theme -o "${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/themes/moonbloom.zsh-theme" && curl -s -f https://raw.githubusercontent.com/moonbloom-theme/zsh/main/moonbloom.conf -o "${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/themes/moonbloom.conf"

Activating theme

Go to your ~/.zshrc file and set ZSH_THEME="moonbloom".

Config

See CONFIG.md