-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
138 lines (130 loc) · 2.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# vi: set ft=ruby sw=2 ts=2 expandtab :
# frozen_string_literal: true
tap 'stuarthicks/tap'
brew 'stuarthicks/tap/access_key_manager'
brew 'stuarthicks/tap/oauth2_token'
brew 'stuarthicks/tap/presign-s3-url'
brew 'stuarthicks/tap/rextract'
brew 'stuarthicks/tap/tid'
brew 'stuarthicks/tap/tls_cert_info'
brew 'stuarthicks/tap/tstools'
tap 'danielgatis/imgcat'; brew 'danielgatis/imgcat/imgcat'
tap 'fastly/tap' ; brew 'fastly/tap/fastly'
tap 'goreleaser/tap' ; brew 'goreleaser/tap/goreleaser'
tap 'hashicorp/tap' ; brew 'hashicorp/tap/terraform'
tap 'jfryy/tap' ; brew 'jfryy/tap/qq'
tap 'jwt-rs/jwt-ui' ; brew 'jwt-rs/jwt-ui/jwt-ui'
tap 'neilotoole/sq' ; brew 'neilotoole/sq/sq'
tap 'owenthereal/upterm'; brew 'owenthereal/upterm/upterm'
tap 'rsteube/tap' ; brew 'rsteube/tap/carapace'
tap 'soldiermoth/tap' ; brew 'soldiermoth/tap/hlsq'
tap 'wader/tap' ; brew 'wader/tap/fq'
tap 'ynqa/tap' ; brew 'ynqa/tap/jnv'
# Homebrew Core
%w[
bento4
cidr
circleci
csvq
curlie
d2
docker-credential-helper-ecr
doggo
fastgron
fzy
gh
git-absorb
git-revise
glow
go
helix
jc
jnv
k9s
lazygit
libyaml
magic-wormhole
neovim
nushell
posting
prettier
procs
python3
shush
starship
tflint
tlrc
trufflehog
tsduck
tzdiff
urlview
xh
xsv
yq
yt-dlp
zellij
zsh-syntax-highlighting
].each do |formula|
brew formula
end
if OS.mac?
tap 'homebrew-ffmpeg/ffmpeg'
brew 'homebrew-ffmpeg/ffmpeg/ffmpeg'
# Homebrew Core
%w[
automake
awscli
bash
bat
cmake
coreutils
curl
diff-so-fancy
difftastic
fd
fzf
git
git-lfs
gotags
groff
imagemagick
jo
jq
just
kubectl
libiconv
libtool
macos-trash
make
mas
mediainfo
opentofu
pv
ripgrep
sslscan
stow
terraform
tig
tmate
tmux
trurl
universal-ctags
xq
zoxide
].each do |formula|
brew formula
end
tap '1password/tap' ; cask '1password-cli'
tap 'jandedobbeleer/oh-my-posh'; cask 'jandedobbeleer/oh-my-posh/oh-my-posh'
tap 'nikitabobko/tap' ; cask 'nikitabobko/tap/aerospace'
cask 'git-credential-manager'
cask 'powershell'
end
if OS.linux?
%w[
coreutils
].each do |formula|
brew formula
end
tap 'jandedobbeleer/oh-my-posh'; brew 'jandedobbeleer/oh-my-posh/oh-my-posh'
end