-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
110 lines (110 loc) · 1.84 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
tap "charmbracelet/tap"
tap "derailed/k9s"
tap "goreleaser/tap"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "jesseduffield/lazygit"
tap "linuxbrew/extra"
tap "linuxbrew/xorg"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
tap "universal-ctags/universal-ctags"
tap "versent/taps"
brew "aws-vault"
brew "bash"
brew "bash-completion@2"
brew "bat"
brew "bat-extras"
brew "openssl@3"
brew "python@3.9"
brew "checkbashisms"
brew "cmake"
brew "coreutils"
brew "cowsay"
brew "diff-so-fancy"
brew "duf"
brew "emacs"
brew "etcd"
brew "fd"
brew "fzf"
brew "gh"
brew "git"
brew "git-delta"
brew "git-number"
brew "glow"
brew "gnu-sed"
brew "gnupg"
brew "go"
brew "gotop"
brew "graphicsmagick"
brew "graphviz"
brew "grep"
brew "gum"
brew "helm"
brew "htop"
brew "httpie"
brew "hugo"
brew "imagemagick"
brew "jq"
brew "kind"
brew "lazydocker"
brew "less"
brew "librespot"
brew "libxml2"
brew "linkerd"
brew "nvm"
brew "octant"
brew "openjdk@11"
brew "parallel"
brew "pastel"
brew "pgcli"
brew "poppler"
brew "postgresql@14"
brew "prettier"
brew "pyenv"
brew "pylint"
brew "python-yq"
brew "python@3.8"
brew "ranger"
brew "redis"
brew "ripgrep"
brew "scmpuff"
brew "shellcheck"
brew "spotify-tui"
brew "starship"
brew "telnet"
brew "wireshark", link: false
brew "termshark"
brew "testssl"
brew "tfenv"
brew "thefuck"
brew "tldr"
brew "tmux"
brew "tree"
brew "upx"
brew "vault"
brew "vegeta"
brew "vhs"
brew "vim"
brew "vivid"
brew "wget"
brew "wrk"
brew "yaegi"
brew "yarn"
brew "charmbracelet/tap/charm"
brew "derailed/k9s/k9s"
brew "goreleaser/tap/goreleaser"
brew "hashicorp/tap/terraform-ls"
brew "qmk/qmk/qmk"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
cask "alacritty"
cask "font-hack-nerd-font"
cask "stats"
cask "wireshark"
cask "zazu"