mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-01 06:19:23 +00:00
Add theme update script (#391)
This commit is contained in:
4
bin/omarchy-theme-update
Executable file
4
bin/omarchy-theme-update
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
for dir in ~/.config/omarchy/themes/*/; do
|
||||
[ -d "$dir" ] && [ ! -L "${dir%/}" ] && echo "Updating: $(basename "$dir")" && git -C "$dir" pull
|
||||
done
|
Reference in New Issue
Block a user