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

https://github.com/josuapsianturi/dotfiles

This repo can easily set up my new Mac development environment
https://github.com/josuapsianturi/dotfiles

Last synced: about 2 months ago
JSON representation

This repo can easily set up my new Mac development environment

Awesome Lists containing this project

README

        

## Dotfiles

This repo can easily set up my new Mac development environment

## Installation

- 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

## Credit
[David H. Sianturi](https://github.com/davidhsianturi) and his [dotfiles repository](https://github.com/davidhsianturi/dotfiles)