forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
21 lines (21 loc) · 681 Bytes
/
Brewfile
File metadata and controls
21 lines (21 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
brew "curl"
brew "gh"
brew "git"
brew "nmap"
brew "nvm"
brew "pnpm"
brew "starship"
brew "tldr"
brew "tree"
brew "vim"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
cask "docker-desktop", args: { appdir: "/Applications" }
cask "claude", args: { appdir: "/Applications" }
cask "google-chrome", args: { appdir: "/Applications" }
cask "font-fira-code", args: { appdir: "/Applications" }
cask "font-fira-code-nerd-font", args: { appdir: "/Applications" }
cask "font-source-code-pro", args: { appdir: "/Applications" }
cask "raycast", args: { appdir: "/Applications" }
cask "slack", args: { appdir: "/Applications" }
cask "visual-studio-code", args: { appdir: "/Applications" }