-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
92 lines (84 loc) · 1.82 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# specify a directory to install
cask_args appdir: '/Applications'
tap "homebrew/bundle"
# tap "over-sh/bun"
# Brew formulae
# brew "bun"
brew "docker"
brew "docker-compose"
brew "ffmpeg"
brew "gh"
brew "iconsur"
brew "imagemagick"
brew "mackup"
brew "mas"
brew "nvm"
brew "openconnect"
brew "openfortivpn"
brew "youtube-dl"
brew "wget"
brew "zsh"
# Brew Casks
cask "1password" # requires license
cask "anybar"
cask "appcleaner"
cask "bankid"
cask "bartender" # requires license
cask "beeper"
cask "browserosaurus"
cask "chatgpt"
cask "cheatsheet"
cask "figma"
cask "google-drive"
cask "google-chrome"
cask "iina"
cask "karabiner-elements"
cask "kap"
cask "messenger"
cask "ngrok"
cask "nightfall"
cask "notion"
cask "postman"
cask "quitter"
cask "raycast"
cask "rectangle"
cask "slack"
cask "spotify"
cask "transmission"
cask "unlox"
cask "utm"
cask "visual-studio-code"
cask "warp"
# Fonts
cask "font-fira-code"
cask "font-monaspace"
# MacBook Pro 2011 Home Server
# cask "plex"
# cask "plex-media-server"
# cask "soda-player"
# Install from Mac App Store
mas "ColorSlurp", id: 1287239339
mas "Day One", id: 1055511498
mas "JSONPeep", id: 1458969831
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Paste", id: 967805235
mas "Reeder", id: 1529448980
mas "Take a Break", id: 1457158844
mas "Things", id: 904280696
mas "The Unarchiver", id: 425424353
# Safari Extensions
mas "1Blocker", id: 1365531024
mas "1Password", id: 1569813296
mas "Grammarly Safari Extension", id: 1462114288
mas "PiPifier", id: 1160374471
mas "Super Agent", id: 1568262835
mas "Wappalyzer", id: 1520333300
# Optional
# cascadea
# mas "Amphetamine", id: 937984704
# mas "Bredbandskollen", id: 1147976909
# mas "Hush Safari Extension", id: 1544743900
# mas "Scenecuts Helper", id: 1540491573
# mas "Session Pomodoro Timer", id: 1521432881