An open API service indexing awesome lists of open source software.

https://github.com/davidhsianturi/dotfiles

My personal checklist for setting up a new Mac's dev environment
https://github.com/davidhsianturi/dotfiles

checklist dotfiles macos

Last synced: 5 months ago
JSON representation

My personal checklist for setting up a new Mac's dev environment

Awesome Lists containing this project

README

          

# dotfiles

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.

## Checklist

- 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](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
- Clone this repo to `~/.dotfiles` and run `fresh.sh`
- Restore application settings by running `mackup restore`
- Restart the computer to finalize the process

## Thanks to...

- [Github does dotfiles](https://dotfiles.github.io/) project
- [Dries Vints](https://github.com/driesvints) and his [dotfiles repository](https://github.com/driesvints/dotfiles)
- [Mathias Bynens](https://github.com/mathiasbynens/dotfiles) and his [dotfiles repository](https://github.com/mathiasbynens/dotfiles)