Two more commands for presentation

This commit is contained in:
David Heinemeier Hansson
2025-08-08 15:12:26 +02:00
parent f33d004bc9
commit f4ff108038
3 changed files with 2 additions and 7 deletions

View File

@@ -1,9 +1,5 @@
#!/bin/bash
~/.local/share/omarchy/bin/omarchy-show-logo
for dir in ~/.config/omarchy/themes/*/; do
[ -d "$dir" ] && [ ! -L "${dir%/}" ] && echo "Updating: $(basename "$dir")" && git -C "$dir" pull
done
~/.local/share/omarchy/bin/omarchy-show-done