-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
83 lines (77 loc) · 2.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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'nicoverbruggen/homebrew-cask'
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg' # Record, convert, and stream audio and video
brew 'git'
brew 'grep' # Plain-text data regexp search
brew 'httpie' # CLI HTTP commands
brew 'mackup' # Backup configs
brew 'mas' # Mac App Store manager
brew 'svn' #
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
brew 'zlib' # Needed for Memcached
# Development
brew 'mysql'
# brew 'nginx'
# brew 'redis'
brew 'yarn'
# Zsh Plugins
brew 'zsh-syntax-highlighting'
brew 'zsh-autosuggestions'
# Apps
cask '1password'
cask 'caffeine'
cask 'dbngin' # Database version management tool
cask 'discord'
cask 'docker'
cask 'figma'
cask 'firefox'
cask 'gitkraken'
cask 'google-chrome'
cask 'google-drive'
cask 'gpg-suite' # Email and messaging encryption
cask 'hyper' # Javascript-based terminal
cask 'imageoptim' # Optimize images for the web
cask 'insomnia' # API dedsign platform
# cask 'pastebot' # Clipboard history for easily accessing everything copied (trial)
cask 'postman'
# cask 'ray' # Dump debugging (like mistake.io, quokka, browser console)
# cask 'screenflow' # Video editting app
# cask 'signal' # Private encrypted digital messaging
cask 'slack'
cask 'sublime-text'
cask 'spectacle' # Keyboard window management
cask 'spotify'
cask 'tableplus' # Database management tool
# cask 'telegram-desktop' # iMessage alternative
cask 'the-unarchiver'
# cask 'transmit' # macOS gold standard file transfer
# cask 'tunnelbear' # public VPN service
# cask 'tuple' # Pair programming (trial)
cask 'visual-studio-code'
cask 'zoom'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
cask 'font-fira-code'
# Mac App Store
mas 'Giphy Capture', id: 668208984 # GIF-maker
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
# mas 'Spark', id: 1176895641 # Alternate powerful team-based email client
mas 'Speedtest', id: 1153157709
# mas 'Things', id: 904280696 # Powerful todo app (paid)
# mas 'Tweetbot', id: 1384080005 # Twitter management on steroids (paid)