From e9395a208cb6345716e70217fe037484e95a4c1d Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Thu, 3 Jul 2025 07:29:39 +0200 Subject: [PATCH] feat(setup): start services --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 493f942..6569c36 100755 --- a/setup.sh +++ b/setup.sh @@ -140,4 +140,8 @@ git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs ./bin/preferences-restore ./bin/macos-settings +# Services +brew services start atuin +brew services start borders + echo "Done."