-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile.apps
More file actions
34 lines (32 loc) · 905 Bytes
/
Brewfile.apps
File metadata and controls
34 lines (32 loc) · 905 Bytes
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
brew 'dive' # investigate docker images
brew 'dockutil' # reset mac doc on new (factory) installations
brew 'rbenv' # ruby environment manager
brew 'tig' # CLI git browser
cask 'alfred' # Power Search Bar
cask 'appcleaner' # remove apps for good
cask 'camtasia' # record screencasts
cask 'charles' # HTTP Proxy tool
cask 'dash' # API docs browser
cask 'dropbox' # service to sync files
cask 'google-chrome' # web browser
cask 'obsidian' # note taking app
cask 'readwise-ibooks' # sync ibook notes and highlights
cask 'visual-studio-code' # text editor
#cask 'nordvpn' # VPN client
#cask 'spotify' # music player
# K8
brew 'colima' # docker on M1
brew 'semgrep' # SAST tool
brew 'docker' # container manager
brew 'docker-compose'
brew 'docker-credential-helper'
brew 'node'
brew 'nvm'
brew 'kubectl'
brew 'awscli'
brew 'terraform'
# Dev
brew 'direnv'
#tap 'sdkman/tap'
#brew 'sdkman-cli'
#brew 'golang'