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
- Host: GitHub
- URL: https://github.com/davidhsianturi/dotfiles
- Owner: davidhsianturi
- Created: 2020-07-23T15:39:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T05:53:02.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:03:01.232Z (about 1 year ago)
- Topics: checklist, dotfiles, macos
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)