forked from chauncey-garrett/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
96 lines (96 loc) · 1.6 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
tap "anchore/grype"
tap "derailed/popeye"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "johanhaleby/kubetail"
brew "asdf"
brew "assh"
brew "autojump"
brew "berkeley-db"
brew "binutils"
brew "bzip2"
brew "cmake"
brew "colordiff"
brew "ctags"
brew "curl"
brew "darksky-weather"
brew "diff-so-fancy"
brew "dive"
brew "docker-compose-completion", link: false
brew "emojify"
brew "entr"
brew "exa"
brew "fasd"
brew "fzf"
brew "gawk"
brew "gcc"
brew "git"
brew "go"
brew "hadolint"
brew "hello"
brew "hey"
brew "lua"
brew "highlight"
brew "httpie"
brew "hub"
brew "jq"
brew "k9s"
brew "kubectx"
brew "luajit"
brew "make"
brew "ncdu"
brew "neovim"
brew "node"
brew "node@10"
brew "nsnake"
brew "openssl@3"
brew "pandoc"
brew "perl"
brew "[email protected]"
brew "ranger"
brew "ruby"
brew "shellcheck"
brew "socat"
brew "subversion"
brew "the_silver_searcher"
brew "tidy-html5"
brew "tldr"
brew "tmux"
brew "tmuxinator-completion"
brew "tree"
brew "unzip"
brew "urlview"
brew "vagrant-completion"
brew "vimpager"
brew "wego"
brew "yamllint"
brew "yarn"
brew "anchore/grype/grype"
brew "derailed/popeye/popeye"
brew "hashicorp/tap/boundary"
brew "johanhaleby/kubetail/kubetail"
cask "1password"
cask "1password-cli"
cask "alfred"
cask "docker"
cask "figma"
cask "font-fira-mono-for-powerline"
cask "google-chrome"
cask "google-cloud-sdk"
cask "iterm2"
cask "kaleidoscope"
cask "keybase"
cask "keyboard-maestro"
cask "lens"
cask "microsoft-teams"
cask "mural"
cask "notion"
cask "openvpn-connect"
cask "setapp"
cask "sonos"
cask "vagrant"
cask "virtualbox"