This repo can easily set up my new Mac development environment
- Update macOS to the latest version
- Download and install Xcode from the App Store or https://developer.apple.com/download/ open it and accept the license agreement
- Install macOS Command Line Tools by running
xcode-select --install
- Secure Git(Hub) access
- Clone this repo to
~/.dotfiles
and runfresh.sh
- Restore application settings by running
mackup restore
- Restart the computer to finalize the process
David H. Sianturi and his dotfiles repository