https://github.com/msaps/clean
Personal OS X Config and Dotfile script
https://github.com/msaps/clean
Last synced: over 1 year ago
JSON representation
Personal OS X Config and Dotfile script
- Host: GitHub
- URL: https://github.com/msaps/clean
- Owner: msaps
- Created: 2016-06-01T13:23:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T15:05:27.000Z (about 10 years ago)
- Last Synced: 2025-01-30T21:53:49.798Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean
Personal config scripts for new macOS machine setup.
To Install:
```
git --work-tree=$HOME --git-dir=$HOME/.files.git init && \
git --work-tree=$HOME --git-dir=$HOME/.files.git remote add origin https://github.com/MerrickSapsford/Clean.git && \
git --work-tree=$HOME --git-dir=$HOME/.files.git pull origin master && \
make macOS
```
Inspired by [DanToml](https://github.com/DanToml/Dotfiles)