-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
41 lines (35 loc) · 693 Bytes
/
Brewfile
File metadata and controls
41 lines (35 loc) · 693 Bytes
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
cask_args appdir: "/Applications"
tap "heroku/brew"
tap "universal-ctags/universal-ctags"
brew "ack"
brew "bat"
brew "fzf"
brew "universal-ctags", args: ["HEAD"]
brew "pv"
brew "ripgrep"
brew "tree"
brew "wget"
brew "gh"
brew "git"
brew "git-delta"
brew "heroku"
cask "macvim" if OS.mac?
brew "openssl"
brew "nodenv"
brew "coreutils" if OS.mac? # Necessary to build native exensions in newer macOS's. 🤷
brew "node-build"
brew "rbenv"
brew "rbenv-bundler-ruby-version"
brew "rbenv-ctags"
brew "rbenv-default-gems"
brew "ruby-build"
brew "node"
brew "yarn"
brew "graphicsmagick"
brew "imagemagick"
brew "jq"
brew "postgresql@16"
brew "redis"
brew "shellcheck"
brew "tflint"
brew "tldr"