feat(brew): upgrade to 6.x
This commit is contained in:
parent
47e0c458c9
commit
10a6cb2272
3 changed files with 20 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ See [this blog post](https://lugh.ch/good-software.html)
|
|||
List is stored in `brew.txt`. Compile list with `brew list -1 > brew.txt`, then
|
||||
on a new machine, install it with `xargs brew install < brew.txt` (not
|
||||
recommended).
|
||||
Taps were saved with `brew trust > brew_tap.txt`
|
||||
|
||||
## CLI settings
|
||||
|
||||
|
|
|
|||
10
brew.txt
10
brew.txt
|
|
@ -155,13 +155,13 @@ libdicom
|
|||
libedit
|
||||
libevent
|
||||
libexif
|
||||
libffi
|
||||
libfido2
|
||||
libgcrypt
|
||||
libgit2
|
||||
libgpg-error
|
||||
libharu
|
||||
libheif
|
||||
libiconv
|
||||
libidn2
|
||||
libksba
|
||||
liblinear
|
||||
|
|
@ -211,7 +211,6 @@ litehtml
|
|||
little-cms2
|
||||
llhttp
|
||||
llvm
|
||||
llvm@21
|
||||
lolcat
|
||||
lpeg
|
||||
lua
|
||||
|
|
@ -222,7 +221,6 @@ lz4
|
|||
lzo
|
||||
m1ddc
|
||||
m4
|
||||
macism
|
||||
marksman
|
||||
mbedtls
|
||||
mbedtls@3
|
||||
|
|
@ -266,6 +264,7 @@ openjph
|
|||
openslide
|
||||
openssl@1.1
|
||||
openssl@3
|
||||
openssl@4
|
||||
openstackclient
|
||||
opentofu
|
||||
openvino
|
||||
|
|
@ -311,6 +310,7 @@ qt
|
|||
qt3d
|
||||
qt5compat
|
||||
qtbase
|
||||
qtcanvaspainter
|
||||
qtcharts
|
||||
qtconnectivity
|
||||
qtdatavis3d
|
||||
|
|
@ -337,6 +337,7 @@ qtserialport
|
|||
qtshadertools
|
||||
qtspeech
|
||||
qtsvg
|
||||
qttasktree
|
||||
qttools
|
||||
qttranslations
|
||||
qtvirtualkeyboard
|
||||
|
|
@ -355,6 +356,7 @@ rsync
|
|||
rubberband
|
||||
rust
|
||||
s-lang
|
||||
s2n
|
||||
sdl2
|
||||
shared-mime-info
|
||||
simdjson
|
||||
|
|
@ -376,7 +378,6 @@ task
|
|||
taskwarrior-tui
|
||||
tbb
|
||||
telnet
|
||||
termshot
|
||||
terraform
|
||||
terraform-docs
|
||||
terrascan
|
||||
|
|
@ -427,6 +428,7 @@ z3
|
|||
zeromq
|
||||
zimg
|
||||
zlib
|
||||
zlib-ng-compat
|
||||
zsh-autosuggestions
|
||||
zsh-completions
|
||||
zsh-syntax-highlighting
|
||||
|
|
|
|||
13
brew_tap.txt
Normal file
13
brew_tap.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
All official taps and commands are trusted.
|
||||
Trusted taps:
|
||||
asmvik/formulae
|
||||
azure/bicep
|
||||
azure/functions
|
||||
azure/kubelogin
|
||||
charmbracelet/tap
|
||||
hashicorp/tap
|
||||
jackielii/tap
|
||||
jurplel/tap
|
||||
laishulu/homebrew
|
||||
minamijoyo/hcledit
|
||||
nikitabobko/tap
|
||||
Loading…
Add table
Add a link
Reference in a new issue