-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
79 lines (63 loc) · 1.13 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
# Homebrew stuff
tap "homebrew/bundle"
tap "homebrew/services"
brew "mas"
# Core utility stuff
brew "curl"
brew "git"
brew "jq"
brew "nano"
brew "unzip"
brew "zsh"
# Database(ish) stuff
brew "mysql", restart_service: true
brew "redis", restart_service: true
# Virtual environment stuff
cask "docker"
# Ruby stuff
brew "rbenv"
# PHP stuff
tap "wilmoore/formulae"
brew "shivammathur/php/[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "php-version"
brew "composer"
# WordPress stuff
tap "dxw/tap"
brew "dxw/tap/whippet"
# Scripting stuff
brew "shellcheck"
# JS stuff
brew "nodenv"
brew "yarn"
# Python stuff
brew "poetry"
# Infrastructure stuff
tap "heroku/brew"
brew "tfenv"
brew "tflint"
brew "heroku/brew/heroku"
brew "awscli"
# Documentation stuff
brew "adr-tools"
# Communication stuff
cask "microsoft-teams"
cask "slack"
cask "zoom"
# Security stuff
cask "1password"
cask "oversight"
# Browser stuff
cask "browserstacklocal"
cask "firefox"
cask "google-chrome"
cask "microsoft-edge"
# Terminal stuff
brew "direnv"
brew "starship"
cask "font-fira-code-nerd-font"
cask "iterm2"
# Programming stuff
cask "visual-studio-code"