-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Brewfile
184 lines (138 loc) · 3.31 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# Visit https://github.com/Homebrew/homebrew-bundle for more info
#################
# Brew
#################
brew "mas"
# enables 'brew cu' command for easy/interactive casks updates
tap "buo/cask-upgrade"
#################
# Core apps
#################
cask "alfred"
cask "rectangle"
cask "mos"
# cash "sensible-side-buttons" # enable mouse side buttons in Mac apps: Finder, Safari, etc
mas "Hidden Bar", id:1452453066
cask "google-chrome"
cask "firefox"
# cask "tunnelblick" # Open-source OpenVPN-only client
# cask "openvpn-connect" # Official OpenVPN Client
mas "Passepartout, VPN Client", id: 1433648537 # Open-source OpenVpn + Wireguard client
# mas "Outline-Secure internet access", id: 1356178125
# mas "Tailscale", id: 1475387142
cask "keepassxc"
mas "TickTick:To-Do List, Calendar", id: 966085870
# cask "dynalist"
cask "standard-notes"
mas "Telegram", id: 747648890
# mas "WhatsApp Desktop", id: 1147396723
# mas "Trello", id: 1278508951
# mas "The Unarchiver", id: 425424353
# also allow JB ToolBox to generate shell scipts in '/usr/local/bin'
cask "jetbrains-toolbox"
cask "visual-studio-code"
cask "obsidian"
mas "OneDrive", id: 823766827
# mas "Microsoft Remote Desktop", id: 1295203466
# cask "citrix-workspace"
#################
# Terminal
#################
cask "alacritty"
brew "tmux"
brew "reattach-to-user-namespace" # required by 'tmux-yank' plugin
tap "homebrew/cask-fonts"
cask "font-meslo-lg-nerd-font"
#################
# cli-tools
#################
brew "htop"
brew "wget"
brew "watch"
brew "git-lfs"
brew "diff-so-fancy"
brew "trash"
brew "tree"
brew "bat"
brew "eza"
# brew "jq"
# brew "yq"
brew "fd"
brew "ripgrep"
brew "zoxide"
brew "fzf"
# do not forget to execute: $(brew --prefix)/opt/fzf/install
brew "tldr"
brew "ncdu"
# brew "neofetch"
# brew "archey4"
#################
# Dev Tools
#################
# tap "bell-sw/liberica"
# cask "liberica-jdk17-full"
# cask "mongodb-compass"
brew "git-sizer"
brew "shellcheck"
brew "shfmt"
# brew "go"
# brew "rust"
# Subversion is no longer included with xcode tools
# brew "svn"
# See https://github.com/chef/homebrew-chef for more
# cask "chef/chef/chefdk"
# brew "InstantClientTap/instantclient/instantclient-basic" # not using 'basiclite', because sqlplus requires non-lite client
# brew "InstantClientTap/instantclient/instantclient-sdk"
# brew "InstantClientTap/instantclient/instantclient-sqlplus"
#################
# Docker tools
#################
cask "docker"
# cask "rancher"
# brew "earthly"
brew "ctop"
brew "dive"
#################
# Kubernetes tools
#################
# brew "kind"
# brew "k9s"
# brew "stern"
#################
# Azure tools
#################
# brew "azure-cli"
# brew "Azure/kubelogin/kubelogin"
#################
# Communications
#################
# mas "Slack", id: 803453959
# cask "skype"
# cask "discord"
# cask "microsoft-teams"
cask "zoom"
mas "MeetingBar", id: 1532419400
#################
# Other
#################
cask "utm"
# cask "virtualbox"
cask "grandperspective"
# cask "insomnia"
# brew "asciinema"
cask "licecap"
brew "ffmpeg"
brew "yt-dlp"
# cask "kap"
# cask "keycastr"
# cask "mkvtoolnix"
cask "android-file-transfer"
cask "deezer"
cask "iina"
# cask "qbittorrent"
mas "Vimari", id: 1480933944
cask "coconutbattery"
# cask "hot"
cask "sloth"
mas "RunCat", id: 1429033973
# mas "Disk Speed Test", id: 425264550