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
- Host: GitHub
- URL: https://github.com/josuapsianturi/dotfiles
- Owner: josuapsianturi
- Created: 2023-01-02T07:31:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:46:50.000Z (over 2 years ago)
- Last Synced: 2025-04-13T21:16:54.677Z (about 2 months ago)
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)