mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Extract background installation and do it all upfront
This commit is contained in:
@ -1,6 +1,2 @@
|
||||
BACKGROUNDS_DIR=~/.config/omarchy/backgrounds/gruvbox
|
||||
|
||||
if [[ ! -d $BACKGROUNDS_DIR ]]; then
|
||||
mkdir -p $BACKGROUNDS_DIR
|
||||
gum spin --title "Downloading background image..." -- curl -sL -o $BACKGROUNDS_DIR/1-gruvbox.jpg https://github.com/basecamp/omakub/raw/refs/heads/master/themes/gruvbox/background.jpg
|
||||
fi
|
||||
mkdir -p "$BACKGROUNDS_DIR/gruvbox"
|
||||
download_background_image "https://github.com/basecamp/omakub/raw/refs/heads/master/themes/gruvbox/background.jpg", "gruvbox/1-grubox.jpg"
|
||||
|
Reference in New Issue
Block a user