-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
137 lines (120 loc) · 2.38 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
tap "thoughtbot/formulae"
tap "homebrew/services"
tap "universal-ctags/universal-ctags"
tap "heroku/brew"
tap "homebrew/cask-fonts"
tap "neovim/neovim"
# Unix
brew "universal-ctags", args: ["HEAD"]
brew "git"
brew "git-extras"
brew "openssl"
brew "rcm"
brew "reattach-to-user-namespace"
brew "the_silver_searcher"
brew "tmux"
brew "vim"
brew "neovim"
brew "watchman"
brew "zsh"
brew "fzf"
brew "jq"
brew "htop"
brew "neofetch"
brew "mutt"
brew "wget"
# Ansible
brew "ansible"
# Heroku
brew "heroku/brew/heroku"
brew "parity"
# AWS
brew "awscli"
# GitHub
brew "hub"
# Image manipulation
# brew "imagemagick"
# brew "gifski"
# Dev dependencies and package managers
brew "libyaml" # should come after openssl
brew "autoconf"
brew "coreutils"
brew "yarn"
brew "ruby"
brew "node"
brew "python"
brew "direnv"
cask "sauce-connect"
# cask "java" unless system "/usr/libexec/java_home --failfast"
# For compiling PHP
brew "bison"
brew "re2c"
brew "gd"
brew "libiconv"
brew "libpq"
# Databases
cask "postgres-unofficial", args: { appdir: '/Applications' }
brew "redis", restart_service: :changed
# Docker development
cask "docker"
# Security
cask "little-snitch", args: { appdir: '/Applications' }
cask "gpg-suite"
cask "keybase"
cask "viscosity"
brew "ykman"
# macOS
cask "qlmarkdown"
cask "font-hack"
cask "font-lato"
# Productivity
cask "steermouse"
cask "alfred"
cask "bartender"
cask "karabiner-elements"
cask "dash"
cask "istat-menus", args: { appdir: '/Applications' }
# Backup
cask "arq", args: { appdir: '/Applications' }
# Apps
cask "dropbox"
cask "transmission"
cask "transmit"
cask "zoom"
cask "twist"
cask "notion"
cask "iterm2"
cask "keepassxc"
cask "teensy" # for ErgoDox
cask "google-chrome"
cask "imageoptim"
cask "handbrake"
cask "appcleaner"
cask "daisydisk"
cask "signal"
cask "kindle"
cask "grammarly"
cask "tableplus"
cask "netnewswire"
cask "slack"
cask "cold-turkey-blocker", args: { appdir: '/Applications' }
cask "github"
cask "carbon-copy-cloner"
cask "obsidian"
cask "front"
# cask "remarkable"
# Install manually until DeDRM_tools support Calibre 5.x:
# https://github.com/apprenticeharper/DeDRM_tools/releases
# cask "calibre"
# cask "virtualbox", args: { appdir: '/Applications' }
# cask "code"
# cask "rocket"
# cask "evernote"
# cask "vivaldi", args: { appdir: '/Applications' }
# cask "kitty"
# cask "swinsian"
# cask "fluid"
# cask "hazeover"
# cask "bettertouchtool"
# cask "lastfm"
# cask "steam"