Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (34 loc) · 2.04 KB

README.md

File metadata and controls

41 lines (34 loc) · 2.04 KB

init

Initialization scripts for an OS X installation that runs several scripts and install tools that I personally use

What it contains?

Running OSX compatible script

via curl

sh -c "$(curl -fsSL https://raw.github.com/anthonymonori/init/master/INSTALL.sh)"

via wget

sh -c "$(wget https://raw.github.com/anthonymonori/init/master/INSTALL.sh -O -)"

Happy initialization! 🎉