hidekingerz / setup-macos

Setup files for MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
$ brew bundle cleanup --force 

Setting Dock/Finder

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

Lauchpad

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

About

Setup files for MacOS

License:MIT License


Languages

Language:Shell 56.8%Language:Ruby 43.2%