1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-12-06 21:12:08 -06:00

Add iterm2, rectangle-pro, maccy

This commit is contained in:
Kaan Barmore-Genc 2025-11-15 23:34:26 -06:00
parent 434d1f8a4b
commit feda1b6042
2 changed files with 4 additions and 1 deletions

View file

@ -23,7 +23,7 @@ The setup script installs the following packages via Homebrew:
- dotter, fish, dust, eza, gh, htop, go, jq, lazygit, neovim, asdf, bat, pandoc, ripgrep, zoxide, zellij, p7zip
**macOS only:**
- font-fira-code-nerd-font, orbstack
- font-fira-code-nerd-font, orbstack, iterm2, rectangle-pro, maccy
## Included Configurations

View file

@ -81,8 +81,11 @@ if [[ "$SKIP_BREW" == false ]]; then
echo "Installing macOS-specific casks..."
CASKS=(
iterm2
font-fira-code-nerd-font
orbstack
rectangle-pro
maccy
)
for cask in "${CASKS[@]}"; do