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

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

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)