forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
134 lines (124 loc) · 4.11 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'nicoverbruggen/homebrew-cask'
tap 'mongodb/brew'
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'gh'
brew 'git'
brew 'git-lfs' # Git extension for versioning large files
brew 'git-flow' # Git extensions for a successful branching model
brew 'gnupg'
brew 'grep'
brew 'httpie'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'svn' # Needed to install fonts
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'act' # github actions locally
brew 'cookiecutter' # project templating
brew 'direnv' # environment variable manager
brew 'flipper' # mobile app debugging
brew 'gdal' # geospatial data
brew 'google-cloud-sdk' # Google Cloud Platform
brew 'imagemagick' # Needed to install fonts
brew 'jenv' # Java version manager
brew 'java' # Java 8
brew 'pyenv' # Python version manager
brew 'pyenv-virtualenv' # Python virtual environment manager
brew 'openssl readline sqlite3 xz zlib' # python build dependencies
brew 'pipx' # python package + virtual env manager
brew 'pnpm' # node package manager
# brew 'anaconda' # anaconda python UI
brew 'kubectl' # kubernetes
brew 'kustomize' # kubernetes config management
brew 'meilisearch' # search engine
brew 'mactex' # LaTeX
brew 'mysql' # mysql database
brew '[email protected]' # mongodb database
brew 'newman' # postman cli
brew 'nginx' # web server
brew 'nvm' # node version manager (NOTE: using homebrew isn't officially supported by nvm)
brew 'pv' # pipeviewer (monitor data as it passes through a pipeline)
brew 'redis' # key-value store
brew 'skaffold' # Kubernetes local development
brew 'tree' # tree view of directories
brew 'yarn' # node package
# libpostal (postal code parser) dependencies
brew 'curl'
brew 'autoconf'
brew 'automake'
brew 'libtool'
brew 'pkg-config'
# Apps
cask 'brewservicesmenubar' # brew services manager
cask 'daisydisk' # disk usage
# cask 'dbeaver'
cask 'pgadmin4' # postgresql database admin
cask 'Chromium' # chromium browser
cask 'discord'
cask 'docker'
cask 'dropbox'
cask 'figma' # design
cask 'firefox'
cask 'flux' # screen color temperature
cask 'gimp' # image editor
cask 'google-chrome'
cask 'gpg-suite' # protect your emails and files.
cask 'helo' # Painless local email testing for web developers.
cask 'imageoptim' # makes images load faster
cask 'inkscape'
cask 'insomnia' # Build APIs that work
cask 'iterm2'
cask 'fig' # terminal multiplexer
cask 'malwarebytes'
cask 'meld' # visual diff tool
cask 'monitorcontrol'
cask 'mongodb-compass' # mongodb database admin
cask 'mysqlworkbench' # mysql database admin
cask 'notion' # All-in-one workspace
cask 'open-in-code'
cask 'openrefine' # Ontology editor
cask 'pastebot' # Clipboard manager
cask 'postman' # API development
cask 'postico' # Postgres database admin
cask 'protege' # ontology editor
cask 'react-native-debugger'
cask 'slack'
cask 'spotify'
cask 'steam'
cask 'tableplus' # database admin
cask 'the-unarchiver' # unarchive files
cask 'transmit' # ftp client
cask 'tunnelbear' # VPN
cask 'visual-studio-code'
cask 'xquartz'
cask 'zoom'
cask 'zotero' # reference manager
# Quicklook
cask 'qlmarkdown'
cask 'quicklook-json'
# 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'
# Mac App Store
mas 'Giphy Capture', id: 668208984
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825