Skip to content

Instantly share code, notes, and snippets.

@AkiyukiOkayasu
Last active February 8, 2023 09:07
Show Gist options
  • Save AkiyukiOkayasu/d92965385da90eda88f8ee4881ed830f to your computer and use it in GitHub Desktop.
Save AkiyukiOkayasu/d92965385da90eda88f8ee4881ed830f to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Installing commands"
brew install git
brew install ffmpeg
brew install sox
brew install cmake
brew install doxygen
brew install graphviz
brew install cppcheck
brew install clang-format
brew install starship
brew install exa
brew install bat
brew install lsd
brew install csview
echo "Installing apps"
brew install visual-studio-code
brew install appcleaner
brew install audacity
brew install alfred
brew install rectangle
brew install vlc
brew install fork
brew install karabiner-elements
brew install balenaetcher
brew install vnc-viewer
brew install deepl
brew install keycastr
echo "Installing fonts"
brew tap homebrew/cask-fonts
brew install font-hackgen
brew install font-hackgen-nerd
brew install font-inter
brew install font-source-han-code-jp
brew install font-noto-sans-cjk-jp
brew install font-juliamono
brew install font-plemol-jp
brew install font-plemol-jp-nf
brew install font-plemol-jp-nfj
brew install font-plemol-jp-hs
brew install font-udev-gothic
brew install font-udev-gothic-nf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment