-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile.util
113 lines (101 loc) · 1.68 KB
/
Brewfile.util
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
111
112
113
tap "hashicorp/tap"
tap "vectordotdev/brew"
# shell
brew "elvish"
brew "nushell"
# macOS has very old versions of these tools
# builtin [email protected], Nov 2006
brew "rsync"
# builtin [email protected], Nov 2014
brew "bash"
# builtin [email protected], Apr 2006
brew "make"
brew "actionlint"
brew "bat"
brew "coreutils"
brew "difftastic"
brew "eza"
brew "fastfetch"
brew "fd"
brew "ffmpeg"
brew "findutils"
brew "freetype"
brew "fzf"
brew "gawk"
brew "gh"
brew "glab"
brew "go-jsonnet"
brew "graphviz"
brew "harfbuzz"
brew "neovim"
brew "htop"
brew "hyperfine"
brew "imagemagick"
brew "inxi"
brew "jq"
brew "ldns"
brew "libqalculate"
brew "librsvg"
brew "marksman"
brew "mise"
brew "mtr"
brew "ncdu"
brew "onefetch"
brew "pueue"
brew "ripgrep"
brew "scc"
brew "shellcheck"
brew "shfmt"
brew "starship"
brew "stow"
brew "svgo"
brew "tailscale"
brew "tealdeer"
brew "tesseract"
brew "tree"
brew "unar"
brew "watchman"
brew "webp"
brew "ykman"
brew "youtube-dl"
cask "android-platform-tools"
brew "ntopng"
brew "ast-grep"
brew "gnu-time"
brew "optipng"
# git and friends
# brew "git"
brew "git-lfs"
cask "git-credential-manager"
brew "git-delta"
brew "curl"
brew "wget"
# JSON viewer
brew "jless"
# virtual machine
# https://tart.run
brew "cirruslabs/cli/tart"
# terminal multiplexer
brew "tmux"
brew "zellij"
# docker and friends
brew "docker-slim"
brew "tilt"
brew "vector"
brew "hashicorp/tap/terraform"
brew "butane"
brew "vultr/vultr-cli/vultr-cli"
brew "s3cmd"
brew "kubectl"
brew "Azure/kubelogin/kubelogin"
brew "kubectx"
cask "ngrok"
brew "cloudflared"
brew "caddy"
# resource monitoring
brew "btop"
brew "ipcalc"
# TLS certificate for local development
# https://github.com/FiloSottile/mkcert
brew "mkcert"
brew "nss"