diff options
| author | Christian Cleberg <[email protected]> | 2026-07-25 16:55:31 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-25 16:55:31 -0500 |
| commit | 623a8cb334a65b91ec511280f4e4b88d8e47b793 (patch) | |
| tree | aff30617950570c864a24188347400e7afb310dd /macos | |
| parent | d33059a9136cd417a6a57ad73eef86a73f1d3fdf (diff) | |
| download | dotfiles-623a8cb334a65b91ec511280f4e4b88d8e47b793.tar.gz dotfiles-623a8cb334a65b91ec511280f4e4b88d8e47b793.tar.bz2 dotfiles-623a8cb334a65b91ec511280f4e4b88d8e47b793.zip | |
update brew files and add nanorc
Diffstat (limited to 'macos')
| -rw-r--r-- | macos/Brewfile | 6 | ||||
| -rwxr-xr-x[-rw-r--r--] | macos/brew.sh | 4 |
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." |
