-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile
82 lines (82 loc) · 1.38 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
tap "golangci/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "hookdeck/hookdeck"
tap "minio/stable"
tap "saulpw/vd"
tap "universal-ctags/universal-ctags"
tap "zaquestion/tap"
brew "autoconf"
brew "coreutils"
brew "asdf"
brew "aspell"
brew "bash"
brew "bash-completion"
brew "bash-git-prompt", args: ["HEAD"]
brew "cmake"
brew "colima"
brew "direnv"
brew "docker"
brew "docker-compose"
brew "dos2unix"
brew "entr"
brew "ffmpeg"
brew "findutils"
brew "fzf"
brew "git"
brew "git-lfs"
brew "git-when-merged"
brew "gnu-indent"
brew "gnu-sed"
brew "gnupg"
brew "grep"
brew "helm"
brew "helmfile"
brew "htop"
brew "jq"
brew "k9s"
brew "kind"
brew "kube-ps1"
brew "kubectx"
brew "libfido2"
brew "libiconv"
brew "libssh2"
brew "libxslt"
brew "links"
brew "macvim"
brew "minikube"
brew "moreutils"
brew "neovim"
brew "newsboat"
brew "nmap"
brew "pwgen"
brew "ripgrep"
brew "shellcheck"
brew "shfmt"
brew "sshuttle"
brew "sslmate"
brew "stern"
brew "telnet"
brew "tig"
brew "tmux"
brew "tree"
brew "watch"
brew "websocat"
brew "xdot"
brew "youtube-dl"
brew "yq"
brew "zlib"
brew "golangci/tap/golangci-lint"
brew "hookdeck/hookdeck/hookdeck"
brew "minio/stable/minio"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
cask "1password"
cask "1password-cli"
cask "firefox"
cask "ngrok"
cask "slack"
cask "wezterm"