mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
update import export script
This commit is contained in:
parent
cdab23672e
commit
0a1c675add
2 changed files with 20 additions and 36 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
echo '#!/bin/bash\n' >list.sh
|
||||
echo '#!/bin/bash\n'
|
||||
|
||||
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
|
||||
echo '########### Brew Install List ###########'
|
||||
brew leaves | sed 's/^/brew install /'
|
||||
echo '\n########### Brew Cask Install List ###########'
|
||||
brew list --cask | sed 's/^/brew install --cask /'
|
||||
echo '\n########### Mac App Store Install List ###########'
|
||||
mas list | sed 's/\ /\ \ #\ /' | sed 's/^/mas install /'
|
||||
|
|
|
|||
|
|
@ -5,54 +5,38 @@ 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
|
||||
brew install --cask arc
|
||||
brew install --cask chromium
|
||||
brew install --cask firefox
|
||||
brew install --cask font-hack
|
||||
brew install --cask font-hack-nerd-font
|
||||
brew install --cask font-ibm-plex-mono
|
||||
brew install --cask font-jetbrains-mono
|
||||
brew install --cask font-jetbrains-mono-nerd-font
|
||||
brew install --cask font-menlo-for-powerline
|
||||
brew install --cask 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)
|
||||
mas install 905953485 # NordVPN (8.24.0)
|
||||
mas install 975890633 # HotKey (1.5)
|
||||
mas install 668208984 # GIPHY CAPTURE (4.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue