-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
26 lines (26 loc) · 927 Bytes
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
tap "homebrew/bundle"
brew "asdf"
brew "bottom"
brew "ghq"
brew "lazygit"
brew "neovim"
brew "ripgrep"
brew "wget"
cask "applite"
cask "arc", args: { appdir: "/Applications" }
cask "cursor"
cask "docker", args: { appdir: "/Applications" }
cask "figma", args: { appdir: "/Applications" }
cask "google-chrome", args: { appdir: "/Applications" }
cask "imageoptim", args: { appdir: "/Applications" }
cask "meetingbar", args: { appdir: "/Applications" }
cask "microsoft-edge", args: { appdir: "/Applications" }
cask "notion", args: { appdir: "/Applications" }
cask "onyx", args: { appdir: "/Applications" }
cask "rectangle", args: { appdir: "/Applications" }
cask "screen-studio"
cask "slack", args: { appdir: "/Applications" }
cask "visual-studio-code", args: { appdir: "/Applications" }
cask "warp", args: { appdir: "/Applications" }
cask "xcodes", args: { appdir: "/Applications" }
cask "zoom", args: { appdir: "/Applications" }