-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
105 lines (88 loc) · 1.56 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
tap 'caskroom/fonts'
tap 'neovim/neovim'
# System
brew 'n'
brew 'ruby-install'
brew 'chruby'
brew 'golang'
# Docker
cask 'docker'
# Shells/CLI
brew 'zsh'
brew 'zsh-completions'
# Terminal Tools
brew 'tmux'
brew 'reattach-to-user-namespace'
brew 'the_silver_searcher'
# CLI apps
brew 'awscli'
cask 'google-cloud-sdk'
brew 'heroku-toolbelt'
brew 'git'
brew 'hub'
brew 'curl'
brew 'wget'
brew 'shellcheck'
brew 'mas' # CLI for Mac App Store
brew 'mackup'
# Communication
cask 'skype'
cask 'slack'
# Editors & IDEs
brew 'neovim'
brew 'vim'
cask 'sublime-text'
cask 'visual-studio-code'
# Music
cask 'spotify'
# Web
cask 'google-chrome'
# DevOps
brew 'packer'
brew 'terraform'
# Other Apps
cask '1password'
cask 'a-better-finder-rename'
cask 'alfred'
cask 'arq'
cask 'bartender'
cask 'betterzip'
cask 'carbon-copy-cloner'
cask 'dropbox'
cask 'expandrive'
cask 'flux'
cask 'google-drive'
cask 'hazel'
cask 'istat-menus'
# cask 'karabiner-elements' # Placeholder
cask 'keepingyouawake'
cask 'kindle'
cask 'microsoft-office'
cask 'sourcetree'
cask 'spectacle'
cask 'transmit'
cask 'vlc'
# Databases
cask 'postgres'
# Database GUI
cask 'postico'
cask 'querious'
# Security
cask 'cloak'
cask 'gpgtools'
brew 'keybase'
cask 'viscosity'
# Java
brew 'jenv'
cask 'java'
# Fonts
cask 'font-menlo-for-powerline'
cask 'font-sauce-code-powerline'
# Mac App Store apps
mas 'Annotate', id: 918207447
mas 'DaisyDisk', id: 411643860
mas 'Dash', id: 449589707
mas 'Gemini', id: 463541543
mas 'Media Inspector', id: 419975242
mas 'Parcel', id: 639968404
mas 'Microsoft Remote Desktop', id: 715768417