mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-12-07 05:22:34 -06:00
Add iterm2, rectangle-pro, maccy
This commit is contained in:
parent
434d1f8a4b
commit
feda1b6042
|
|
@ -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
|
- dotter, fish, dust, eza, gh, htop, go, jq, lazygit, neovim, asdf, bat, pandoc, ripgrep, zoxide, zellij, p7zip
|
||||||
|
|
||||||
**macOS only:**
|
**macOS only:**
|
||||||
- font-fira-code-nerd-font, orbstack
|
- font-fira-code-nerd-font, orbstack, iterm2, rectangle-pro, maccy
|
||||||
|
|
||||||
## Included Configurations
|
## Included Configurations
|
||||||
|
|
||||||
|
|
|
||||||
3
setup.sh
3
setup.sh
|
|
@ -81,8 +81,11 @@ if [[ "$SKIP_BREW" == false ]]; then
|
||||||
echo "Installing macOS-specific casks..."
|
echo "Installing macOS-specific casks..."
|
||||||
|
|
||||||
CASKS=(
|
CASKS=(
|
||||||
|
iterm2
|
||||||
font-fira-code-nerd-font
|
font-fira-code-nerd-font
|
||||||
orbstack
|
orbstack
|
||||||
|
rectangle-pro
|
||||||
|
maccy
|
||||||
)
|
)
|
||||||
|
|
||||||
for cask in "${CASKS[@]}"; do
|
for cask in "${CASKS[@]}"; do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue