forked from driesvints/dotfiles
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
107 lines (100 loc) · 1.97 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
# Taps
tap "1password/tap"
tap "buo/cask-upgrade"
tap "hashicorp/tap"
tap 'homebrew/bundle'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap "homebrew/cask-versions"
tap 'nicoverbruggen/homebrew-cask'
tap "pulumi/tap"
tap "shivammathur/php" # Should I ever need older PHP versions
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'gh'
brew 'git'
brew 'gnupg'
brew 'grep'
brew 'htop'
brew 'httpie'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew "pcre2"
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'pinentry-mac'
brew 'svn' # Needed for some fonts
brew 'terraform'
brew 'hashicorp/tap/terraform-ls'
brew 'tree' # List directories in a tree structure
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'composer'
brew 'imagemagick'
brew 'libmemcached'
brew 'meilisearch'
brew 'memcached'
brew 'nginx'
brew 'node'
brew "pnpm"
brew 'php'
brew 'redis'
brew 'yarn'
# Apps
cask '1password'
cask "1password-cli"
cask 'barrier'
cask 'brave-browser'
cask 'dbngin'
cask 'discord'
cask 'docker'
cask 'dropbox'
cask "fig"
cask 'firefox'
cask 'gitkraken'
cask 'google-drive'
cask 'gpg-suite'
cask 'imageoptim'
cask 'iterm2'
cask 'keybase'
cask 'logitech-options'
brew "mailhog"
cask 'nordvpn'
cask 'notion'
cask "parallels"
cask "phpmon"
cask 'pocket-casts'
cask 'rectangle'
cask 'raycast'
cask 'spotify'
cask 'tableplus'
cask 'telegram-desktop'
cask 'the-unarchiver'
cask 'tinkerwell'
cask 'transmit'
cask 'visual-studio-code'
cask 'whatsapp'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
# Fonts
cask 'font-fira-code'
cask 'font-jetbrains-mono'
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 'Amphetamine', id: 937984704