-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
104 lines (101 loc) · 2.29 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
tap "homebrew/bundle"
tap "microsoft/git"
tap "shaunsingh/SFMono-Nerd-Font-Ligaturized"
brew "actionlint"
brew "awscli"
brew "bash"
brew "bats-core"
brew "glib"
brew "colordiff"
brew "coreutils"
brew "d2"
brew "datamash"
brew "ddcctl"
brew "entr"
brew "fd" # find alternative
brew "ffmpeg"
brew "findutils"
brew "gawk"
brew "git"
brew "git-lfs"
brew "git-vendor"
brew "github-markdown-toc"
brew "gh"
brew "gnu-getopt"
brew "gnu-sed"
brew "gnu-tar"
brew "gnutls"
brew "gnupg"
brew "[email protected]", link: false
brew "gomplate"
brew "goreleaser"
brew "graphviz"
brew "grep"
brew "gron"
brew "gum"
brew "httpie"
brew "ical-buddy"
# need to make java available to system via:
# $ sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk \
# /Library/Java/JavaVirtualMachines/openjdk.jdk
#brew "java"
brew "jid" # json incremental digger
#brew "jfrog-cli"
brew "jless"
brew "make"
brew "markdown"
brew "moreutils"
brew "mas"
# neovim head install requires utf8proc head install
brew "neovim", head: true
brew "openssl"
brew "pandoc"
brew "par" # paragraph formatting
brew "parallel", args: ["force", "overwrite"]
brew "pinentry-mac"
brew "podman"
# Don't install python here; use pyenv to install it.
brew "prettier"
# Don't install protobuf, protoc-gen-go, or protoc-gen-go-grpc here, use go install.
brew "python-yq"
brew "readline"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "semgrep"
brew "shellcheck"
brew "skopeo"
brew "sqlite3"
brew "the_silver_searcher"
brew "tmux"
brew "tree"
# utf8proc head required by neovim head.
brew "utf8proc", head: true
brew "util-linux"
#brew "vim"
brew "watch"
brew "watchman"
brew "wget"
#brew "yamllint"
brew "yarn"
#brew "ykpers"
#brew "ykman"
#brew "xz"
brew "zlib"
#cask "betterdisplay"
#cask "displaylink"
cask "font-hack-nerd-font"
cask "font-liberation-nerd-font"
cask "font-sf-mono-nerd-font-ligaturized"
cask "kitty"
cask "netnewswire"
cask "openaudible"
#cask "switchresx"
cask "vlc"
#mas "Developer", id: 640199958
#mas "Garageband", id: 682658836
#mas "iMovie", id: 408981434
#mas "Keynote", id: 409183694
#mas "Noir", id: 1592917505
#mas "Numbers", id: 409203825
#mas "Pages", id: 409201541
#mas "Xcode", id: 497799835