-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
67 lines (65 loc) · 1.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
tap "adoptopenjdk/openjdk"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
brew "fzf"
brew "autojump"
brew "readline"
brew "awscli"
brew "glib"
brew "llvm"
brew "ccls"
brew "cocoapods"
brew "ctags"
brew "openldap"
brew "curl-openssl"
brew "unbound"
brew "gnutls"
brew "gobject-introspection"
brew "leptonica"
brew "libass"
brew "libbluray"
brew "srt"
brew "freetds"
brew "gawk"
brew "git-lfs"
brew "git"
brew "gnupg"
brew "pango"
brew "graphviz"
cask "google-chrome"
brew "languagetool"
brew "libpq"
brew "libxml2"
brew "neovim"
brew "node"
brew "nvm"
brew "php", restart_service: true
brew "php-cs-fixer"
brew "ruby-build"
brew "rbenv"
brew "ripgrep"
brew "ruby"
brew "swig"
brew "telnet"
brew "tmux"
brew "watchman"
brew "yarn"
brew "hashicorp/tap/terraform"
brew "zsh"
brew "[email protected]"
cask "postman"
cask "iterm2"
cask "1password"
cask "alacritty"
cask "font-fira-code"
cask "font-hack-nerd-font"
cask "react-native-debugger"
cask "adoptopenjdk8"
cask "alacritty"
cask "font-fira-code"
cask "font-hack-nerd-font"
cask "react-native-debugger"