forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
121 lines (115 loc) · 2.97 KB
/
Brewfile
File metadata and controls
121 lines (115 loc) · 2.97 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
121
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/bundle'
tap 'teamookla/speedtest'
# Install Binaries
brew 'agg' # asciicast to gif converter
brew 'asdf'
brew 'asciinema'
brew 'awscli'
brew 'bash' # Bash 4
brew 'colima'
brew 'coreutils' # Those that come with macOS are outdated
brew 'ctop'
brew 'docker-compose'
brew 'ffmpeg'
brew 'fzf' # tool to search
brew 'gettext'
brew 'gifsicle'
brew 'git'
brew 'git-filter-repo'
brew 'gitlab-runner' unless system "ls ~/.personal_laptop"
brew 'graphviz'
brew 'grep'
brew 'grpcurl'
brew 'hub'
brew 'jpegoptim'
brew 'jq'
brew 'just' # new makefile
brew 'kubernetes-cli'
brew 'helm'
brew 'libusb' # required to identify id-token
brew 'lnav'
brew 'minikube'
# brew 'mackup'
brew 'mas'
brew 'p7zip'
brew 'pngquant'
brew 'speedtest'
brew 'svn' # other brews depend on this one
brew 'telnet'
brew 'tmux'
brew 'trash'
brew 'tree'
brew 'vegeta'
brew 'watch'
brew 'wget'
brew 'yamllint'
brew 'yq'
# Development
brew 'openjdk'
brew 'go'
# brew 'crystal' # give up, not using for long now
# Apps
cask 'adobe-acrobat-reader' # still useful to fill PDFs
# cask 'aerial' # awesome, but consume a lot of my HD
cask 'caffeine'
cask 'charles' unless system "ls ~/.personal_laptop"
# cask 'cleanmymac' # giving some time before using it again
cask 'docker'
# cask 'google-backup-and-sync'
cask 'google-chrome'
cask 'gpg-suite'
cask 'gimp'
cask 'grammarly-desktop'
# cask 'insomnia' # Like postman
cask 'iterm2'
cask 'intellij-idea-ce' # If you don't have license
# cask 'intellij-idea' # if you have license =D
# cask 'lens' # kube IDE # payed, impossible to use now
cask 'k9s' # kubes manager
cask 'kdiff3' # git mergetool- replace meld, check p4v
# cask 'loom' # Screen recorder for training
# cask 'microsoft-excel' if system "ls ~/.personal_laptop"
# cask 'microsoft-remote-desktop-beta'
# cask 'microsoft-word' if system "ls ~/.personal_laptop"
cask 'orbstack' # docker desktop/colima alternative
cask 'p4v' # git mergetool- replace meld, check kdiff3
cask 'rectangle' # screen windows organize
cask 'rescuetime'
# cask 'shuttle' # Maybe in the future
cask 'slack'
cask 'sublime-text' # still the best lightweight IDE
# cask 'sourcetree' # Too heavy, just use IDE's
cask 'the-unarchiver' # finder rar support
# cask 'transmit'
# cask 'vagrant' # not using
cask 'virtualbox'
cask 'virtualbox-extension-pack'
cask 'visual-studio-code'
cask 'vlc'
cask 'zed' # text editor
cask 'zoom'
cask 'whatsapp' if system "ls ~/.personal_laptop"
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# Install Mac App Store apps
# mas '1Password', id: 1333542190
# mas 'Byword', id: 420212497
# mas 'Deckset', id: 847496013
# mas 'Giphy Capture', id: 668208984
# mas 'Sip', id: 507257563
# mas 'Spark', id: 1176895641
# mas 'The Unarchiver', id: 425424353
# mas 'Things', id: 904280696
# mas 'Tweetbot', id: 1384080005