From 55a313021865ae2fe33b5cd1f88b475e1ce16b53 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 25 Jun 2025 16:47:23 -0700 Subject: [PATCH] Update Omarchy via git pull --- bin/omarchy-update | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/omarchy-update 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 -