-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
74 lines (62 loc) · 1.52 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
# taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
# binaries
brew 'bash'
brew 'eza' # better ls
brew 'jq' # json processor
brew 'gh'
brew 'git'
brew 'git-quick-stats'
brew 'pkg-config'
# development
brew 'nvm'
brew 'pyenv'
brew 'ruby'
# database
brew 'redis'
brew 'mysql'
# using laravel herd
# brew 'nginx'
# brew 'php'
# brew 'composer'
# for react-native
brew 'watchman'
brew 'ios-deploy'
# development casks
cask 'herd'
cask 'ngrok'
cask 'zulu@17'
# utitility system apps
cask 'alt-tab' # windows-like alt-tab
cask 'appcleaner' # efficient uninstaller
cask 'betterdisplay' # monitor control
cask 'hiddenbar'
# PS 1: It was just to mute gunbound but it adds a lot of bugs for different things
# PS 2: It is nice to disable bluetooth microphone to restore music quality
cask 'background-music' # volume selector for different apps
# So much shit enable just to invert cmd and ctrl keys
# cask 'karabiner-elements' # keyboard customizer
cask 'linearmouse' # fix mouse acceleration
cask 'notunes' # disable itunes
cask 'maccy' # clipboard manager
cask 'openinterminal' # open terminal from finder
cask 'raycast' # replace spotlight
cask 'rectangle' # window management
cask 'the-unarchiver' # compressed files extractor
cask 'vlc' # video player
cask 'xcodes' # multiple xcode versions
# apps
cask 'cold-turkey-blocker'
cask 'figma'
cask 'google-chrome'
cask 'google-drive'
cask 'postman'
cask 'qbittorrent'
cask 'whatsapp'
# fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-jetbrains-mono'