-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
120 lines (103 loc) · 2.87 KB
/
Brewfile
File metadata and controls
120 lines (103 loc) · 2.87 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
cask_args appdir: "/Applications", require_sha: false
###########################################
# #
# GLOBAL CLI TOOLS #
# #
###########################################
brew 'cmake'
brew 'coreutils'
brew 'docker-compose'
brew 'duti'
brew 'ffmpeg'
brew 'gnupg'
brew 'htop'
brew 'jq'
brew 'git'
brew 'git-delta'
brew 'mas' # Mac App Store
brew "mpv"
brew 'openssl'
brew 'postgresql'
brew 'trash'
brew 'vim'
brew 'wget'
brew 'yarn'
brew 'yt-dlp'
###########################################
# #
# PROJECT SPECIFIC #
# #
###########################################
# -- BO
brew 'libyaml'
# -- STREMIO FOR M1
# brew 'qt@5'
# cask 'qt-creator'
###########################################
# #
# DEV #
# #
###########################################
# -- CLOUD
# brew 'awscli'
# cask 'google-cloud-sdk'
# brew 'terraform'
# -- LANGUAGES
brew 'java'
brew 'jenv'
brew 'rbenv'
brew 'ruby-build'
brew 'pyenv-virtualenv'
###########################################
# #
# APPS #
# #
###########################################
cask 'android-studio'
cask 'appcleaner'
cask "android-file-transfer"
cask 'battle-net'
mas 'Bitwarden', id: 1352778147 # MaS version required for fingerpint unlock
brew 'bitwarden-cli'
cask 'chatgpt'
cask 'coconutbattery'
cask 'discord'
cask 'docker'
cask 'figma'
cask 'firefox'
cask 'google-chrome'
cask 'iterm2'
cask 'keycastr' # Keystroke for screencast
# cask 'logitech-g-hub'
cask 'macmediakeyforwarder' # Prevent Music App from lauching. Alternative is notunes
cask 'notion'
# brew "ollama" # Easily run LLM models
mas "PDFGear", id: 6469021132
cask 'postico' # SQL
cask 'postman'
cask 'protonvpn'
cask 'lihaoyun6/tap/quickrecorder' # Screen recording + Shots
cask 'raycast'
mas 'Slack', id: 803453959
cask 'redisinsight' # REDIS
cask 'signal'
cask 'spotify'
cask 'sourcetree'
cask 'steam'
# cask 'stremio' # Stremio is not compiled for M Arch. Using self compiled for now https://github.com/Stremio/stremio-shell/issues/356#issuecomment-2480741535
mas 'The Unarchiver', id: 425424353
cask 'transmission'
cask 'visual-studio-code'
cask 'vlc'
mas 'wireguard', id: 1451685025
mas 'Xcode', id: 497799835
# cask "zoom"
###########################################
# #
# FONTS #
# #
###########################################
cask 'font-fontawesome'
# cask 'font-source-code-pro-for-powerline'
# cask 'font-source-code-pro'
# cask 'font-source-sans-pro'