Add more themes

This commit is contained in:
David Heinemeier Hansson
2025-06-18 22:12:10 +02:00
parent a07b4df5bb
commit 04b0fb09ee
24 changed files with 544 additions and 0 deletions

View File

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