add brew install script for applications
This commit is contained in:
parent
f1a1311ac3
commit
0a4bb64bfb
1 changed files with 32 additions and 0 deletions
32
scripts/brew_install-programs.sh
Normal file
32
scripts/brew_install-programs.sh
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
brew install kdoctor
|
||||||
|
brew install cocoapods
|
||||||
|
brew install ruby
|
||||||
|
brew install pass
|
||||||
|
brew install pass-otp
|
||||||
|
brew install zsh-completions
|
||||||
|
brew install zsh-autosuggestion
|
||||||
|
brew install zsh-autocomplete
|
||||||
|
brew install qtpass
|
||||||
|
brew install hollywood
|
||||||
|
brew tap amar1729/formulae
|
||||||
|
brew install browserpass
|
||||||
|
brew install gnupg
|
||||||
|
brew install pinentry-mac
|
||||||
|
brew install chezmoi
|
||||||
|
brew install starship
|
||||||
|
brew install chezmoi
|
||||||
|
brew cask install font-fira-code
|
||||||
|
brew install --cask font-fira-code
|
||||||
|
brew install --cask font-finagler
|
||||||
|
brew tap homebrew/cask-fonts
|
||||||
|
brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true
|
||||||
|
brew install --cask font-hack-nerd-font
|
||||||
|
brew install fzf
|
||||||
|
brew install htop
|
||||||
|
brew install polymc
|
||||||
|
brew install koekeishiya/formulae/yabai
|
||||||
|
brew install jq
|
||||||
|
brew install choose-gui
|
||||||
|
brew install rg
|
||||||
|
brew install flycut
|
Loading…
Reference in a new issue