diff --git a/bin/omarchy-update b/bin/omarchy-update new file mode 100755 index 0000000..2d6f929 --- /dev/null +++ b/bin/omarchy-update @@ -0,0 +1,5 @@ +#!/bin/bash + +cd ~/.local/share/omarchy +git pull +cd -