From feda1b604201c249e1a1c213dffec8d2bd2bacc7 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Sat, 15 Nov 2025 23:34:26 -0600 Subject: [PATCH] Add iterm2, rectangle-pro, maccy --- README.md | 2 +- setup.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d13d7..d009cc4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.sh b/setup.sh index 65cedcf..89328bb 100755 --- a/setup.sh +++ b/setup.sh @@ -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