forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
executable file
·72 lines (71 loc) · 1.52 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
tap 'homebrew/bundle'
# AWS CLI https://aws.amazon.com/cli/
brew 'awscli@2'
brew 'ag'
# zsh plugin manager
brew 'antidote'
# cat alternative https://github.com/sharkdp/bat
brew 'bat'
brew 'diff-so-fancy'
# clojure scripting support https://github.com/babashka/babashka
brew 'borkdude/brew/babashka'
# clojure linter https://github.com/clj-kondo/clj-kondo
brew 'borkdude/brew/clj-kondo'
# secrets manager using SSM https://github.com/segmentio/chamber
brew 'chamber'
brew 'coreutils'
brew 'clojure'
# https://cuelang.org/
brew 'cue-lang/tap/cue'
brew "doitlive"
# better lsh
brew 'eza'
brew 'findutils'
brew 'fnm'
# https://github.com/wagoodman/dive
brew 'dive'
# github CLI https://github.com/cli/cli
brew 'gh'
# source control
brew 'git'
brew 'gnu-sed'
brew 'go'
brew 'gnupg'
brew 'hadolint'
brew 'httpstat'
brew "httpie"
brew 'hub'
brew 'imagemagick'
# kubernetes context switching https://github.com/ahmetb/kubectx
brew 'kubectx'
# kubernetes management tool https://github.com/derailed/k9s
brew 'derailed/k9s/k9s'
brew 'python'
# JSON utility https://stedolan.github.io/jq/
brew 'jq'
brew 'jp2a'
brew 'libgit2'
# cross-tool version manager https://mise.jdx.dev
brew 'mise'
brew 'node'
# Security network tool
brew 'nmap'
brew "pgcli"
brew 'pyenv'
brew 'pyenv-virtualenv'
brew 'readline'
# better grep (https://github.com/BurntSushi/ripgrep)
brew 'ripgrep'
brew 'roundup'
brew 'stunnel'
brew 'shellcheck'
# shell prompt https://starship.rs
brew 'starship'
brew 'tree'
brew 'unzip'
brew 'vim'
brew 'wget'
brew 'yarn'
brew 'zopfli'
# better cd
brew 'zoxide'