summaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rw-r--r--macos/Brewfile6
-rwxr-xr-x[-rw-r--r--]macos/brew.sh4
2 files changed, 4 insertions, 6 deletions
diff --git a/macos/Brewfile b/macos/Brewfile
index a4a680a..2e25098 100644
--- a/macos/Brewfile
+++ b/macos/Brewfile
@@ -1,6 +1,4 @@
# Taps
-tap "homebrew/bundle"
-tap "homebrew/services"
tap "koekeishiya/formulae"
# Formulae
@@ -12,8 +10,8 @@ brew "ripgrep"
brew "fzf"
brew "bat"
brew "fd"
-brew "yabai"
-brew "skhd"
+brew "koekeishiya/formulae/yabai"
+brew "koekeishiya/formulae/skhd"
brew "ispell"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
diff --git a/macos/brew.sh b/macos/brew.sh
index ae8c5f7..1c88b04 100644..100755
--- a/macos/brew.sh
+++ b/macos/brew.sh
@@ -17,7 +17,7 @@ brew bundle --file="$MACOS_DIR/Brewfile"
# Restart services to ensure they pick up any stowed config changes
echo "♻️ Restarting services..."
-brew services restart yabai
-brew services restart skhd
+brew services restart koekeishiya/formulae/yabai
+brew services restart koekeishiya/formulae/skhd
echo "✅ macOS environment synced."