-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
47 lines (42 loc) · 1.03 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
tap "calvinwalzel/tap"
tap "homebrew/bundle"
tap "homebrew/cask-versions"
brew "dockutil"
brew "git"
brew "mas"
brew "rbenv"
brew "volta"
brew "redis"
brew "openssl" # recommended for ruby-build, which is used by rbenv
brew "readline" # recommended for ruby-build, which is used by rbenv
brew "libyaml" # needed for ruby 3.2.1
brew "vips" # Tool for image manipulation, used in Rails apps
cask "1password"
cask "aldente"
cask "anydesk"
cask "cakebrew"
cask "chatmate-for-whatsapp"
cask "cleanmymac"
cask "cleanshot"
cask "coconutbattery"
cask "discord"
cask "downie"
cask "firefox"
cask "fork"
cask "iina"
cask "iterm2"
cask "numi"
cask "postgres-unofficial"
cask "rectangle"
cask "teamspeak-client"
cask "visual-studio-code"
cask "windscribe"
cask "xbar"
mas "Amphetamine", id: 937984704
mas "Canary Mail App", id: 1236045954
mas "Microsoft Excel", id: 462058435
mas "Microsoft PowerPoint", id: 462062816
mas "Microsoft Remote Desktop", id: 1295203466
mas "Microsoft Word", id: 462054704
mas "The Unarchiver", id: 425424353
mas "Xcode", id: 497799835