mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
7 lines
318 B
Bash
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
|