matthewmueller / dots

WIP bootstrapping library for osx & ubuntu (and maybe others!)
http://lapwinglabs.com/blog/hacker-guide-to-setting-up-your-mac
542 stars 89 forks source link

dots

image

WIP bootstrapping library for osx & ubuntu (and maybe others!)

Installation

One-liner:

(mkdir -p /tmp/dots && cd /tmp/dots && curl -L https://github.com/matthewmueller/dots/archive/master.tar.gz | tar zx --strip 1 && sh ./install.sh)

Design

The goal of dots is to automate the process of getting your operating system from a stock build to a fully functional machine.

Dots should be the first thing you download and run to get your computer set up.

This library tries to be organized like a node application, while working within the constraints of bash.

Supported Operating systems:

Mac OS X

The OSX build does the following:

Ubuntu (server) (ALPHA)

The Ubuntu build does the following:

TODO

Credits

License

MIT