Files
omarchy/themes/everforest/backgrounds.sh
David Heinemeier Hansson 04b0fb09ee Add more themes
2025-06-18 22:12:10 +02:00

7 lines
318 B
Bash

BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/everforest
if [[ ! -d $BACKGROUNDS_DIR ]]; then
mkdir -p $BACKGROUNDS_DIR
gum spin --title "Downloading background image..." -- curl -sL -o $BACKGROUNDS_DIR/1-everforest.jpg https://github.com/basecamp/omakub/raw/refs/heads/master/themes/everforest/background.jpg
fi