This repository includes the custom files that I use to set up a new Mac's development environment. It gets me up to speed with Git, PHP, Laravel, Go, and more so I can more quickly get back to coding.
- 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
- Github does dotfiles project
- Dries Vints and his dotfiles repository
- Mathias Bynens and his dotfiles repository