From 623a8cb334a65b91ec511280f4e4b88d8e47b793 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 25 Jul 2026 16:55:31 -0500 Subject: update brew files and add nanorc --- macos/Brewfile | 6 ++---- macos/brew.sh | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) mode change 100644 => 100755 macos/brew.sh (limited to 'macos') 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 old mode 100644 new mode 100755 index ae8c5f7..1c88b04 --- 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." -- cgit v1.2.3