mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
brew export
This commit is contained in:
parent
610ad12974
commit
c1ae254e98
3 changed files with 170 additions and 0 deletions
12
brew/brew-export.sh
Normal file
12
brew/brew-export.sh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo '#!/bin/bash\n' >list.sh
|
||||
|
||||
echo '########### Brew Install List ###########' >>list.sh
|
||||
brew leaves | sed 's/^/brew install /' >>list.sh
|
||||
echo '\n########### Brew Cask Install List ###########' >>list.sh
|
||||
brew list --cask | sed 's/^/brew cask install /' >>list.sh
|
||||
echo '\n########### Mac App Store Install List ###########' >>list.sh
|
||||
mas list | sed 's/\ /\ \ #\ /' | sed 's/^/mas install /' >>list.sh
|
||||
100
brew/brew-list.txt
Normal file
100
brew/brew-list.txt
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
autoconf
|
||||
bat
|
||||
bats-core
|
||||
bumpversion
|
||||
bun
|
||||
ca-certificates
|
||||
cairo
|
||||
coreutils
|
||||
difftastic
|
||||
exercism
|
||||
fd
|
||||
fontconfig
|
||||
freetype
|
||||
fribidi
|
||||
fzf
|
||||
gdk-pixbuf
|
||||
gettext
|
||||
gh
|
||||
giflib
|
||||
glib
|
||||
gmp
|
||||
gnu-sed
|
||||
go
|
||||
graphite2
|
||||
harfbuzz
|
||||
helm
|
||||
htop
|
||||
icu4c
|
||||
jpeg
|
||||
jpeg-turbo
|
||||
jq
|
||||
k9s
|
||||
krew
|
||||
kubectl-buildkit
|
||||
kubernetes-cli
|
||||
lazygit
|
||||
libarchive
|
||||
libb2
|
||||
libcbor
|
||||
libfido2
|
||||
libgit2@1.7
|
||||
libpng
|
||||
librsvg
|
||||
libssh2
|
||||
libtiff
|
||||
libuv
|
||||
libvterm
|
||||
libx11
|
||||
libxau
|
||||
libxcb
|
||||
libxdmcp
|
||||
libxext
|
||||
libxrender
|
||||
lnav
|
||||
lpeg
|
||||
luajit
|
||||
luv
|
||||
lz4
|
||||
lzo
|
||||
m4
|
||||
mpdecimal
|
||||
msgpack
|
||||
mysql
|
||||
ncurses
|
||||
neovim
|
||||
oniguruma
|
||||
openssl@3
|
||||
pango
|
||||
pcre2
|
||||
pipx
|
||||
pixman
|
||||
pkg-config
|
||||
protobuf@21
|
||||
pstree
|
||||
pyenv
|
||||
python@3.11
|
||||
python@3.12
|
||||
readline
|
||||
ripgrep
|
||||
sqlite
|
||||
telnet
|
||||
tilt
|
||||
tree
|
||||
tree-sitter
|
||||
unibilium
|
||||
watch
|
||||
xorgproto
|
||||
xz
|
||||
zlib
|
||||
zstd
|
||||
arc
|
||||
chromium
|
||||
firefox
|
||||
font-hack
|
||||
font-hack-nerd-font
|
||||
font-ibm-plex-mono
|
||||
font-jetbrains-mono
|
||||
font-jetbrains-mono-nerd-font
|
||||
font-menlo-for-powerline
|
||||
iterm2
|
||||
58
brew/list.sh
Normal file
58
brew/list.sh
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
#!/bin/bash
|
||||
|
||||
########### Brew Install List ###########
|
||||
brew install bat
|
||||
brew install bats-core
|
||||
brew install bumpversion
|
||||
brew install difftastic
|
||||
brew install exercism
|
||||
brew install fd
|
||||
brew install fzf
|
||||
brew install gh
|
||||
brew install giflib
|
||||
brew install gnu-sed
|
||||
brew install go
|
||||
brew install helm
|
||||
brew install htop
|
||||
brew install jesseduffield/lazygit/lazygit
|
||||
brew install jpeg
|
||||
brew install jq
|
||||
brew install k9s
|
||||
brew install krew
|
||||
brew install librsvg
|
||||
brew install lnav
|
||||
brew install mas
|
||||
brew install mysql
|
||||
brew install neovim
|
||||
brew install oven-sh/bun/bun
|
||||
brew install pipx
|
||||
brew install pstree
|
||||
brew install pyenv
|
||||
brew install ripgrep
|
||||
brew install telnet
|
||||
brew install tilt
|
||||
brew install tree
|
||||
brew install vmware-tanzu/buildkit-cli-for-kubectl/kubectl-buildkit
|
||||
brew install watch
|
||||
|
||||
########### Brew Cask Install List ###########
|
||||
brew cask install arc
|
||||
brew cask install chromium
|
||||
brew cask install firefox
|
||||
brew cask install font-hack
|
||||
brew cask install font-hack-nerd-font
|
||||
brew cask install font-ibm-plex-mono
|
||||
brew cask install font-jetbrains-mono
|
||||
brew cask install font-jetbrains-mono-nerd-font
|
||||
brew cask install font-menlo-for-powerline
|
||||
brew cask install iterm2
|
||||
|
||||
########### Mac App Store Install List ###########
|
||||
mas install 905953485 # NordVPN (8.24.0)
|
||||
mas install 975890633 # HotKey (1.5)
|
||||
mas install 682658836 # GarageBand (10.4.6)
|
||||
mas install 408981434 # iMovie (10.3.4)
|
||||
mas install 668208984 # GIPHY CAPTURE (4.2)
|
||||
mas install 409201541 # Pages (12.1)
|
||||
mas install 409183694 # Keynote (12.1)
|
||||
mas install 409203825 # Numbers (12.1)
|
||||
Loading…
Add table
Reference in a new issue