/setup-macos

Setup files for MacOS

Primary LanguageShellMIT LicenseMIT

setup-macos

Setup files for MacOS

Prepare Install

Install Brew

https://brew.sh/

Install Mas

https://github.com/mas-cli/mas

Install DevTools

https://github.com/nvm-sh/nvm

Install Applications

インストール
$ brew bundle install

bundle作成
$ brew bundle dump

アップデートチェック
$ brew bundle check

Brewfileにないファイルを除去
$ brew bundle cleanup --force 

Setting Dock/Finder

$ ./bootstrapMacOS.sh
$ ./bootstrapThirdPartyApp.sh

Lauchpad

$ defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock