Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derhuerst/osx-setup

Jumpstart OS X.
https://github.com/derhuerst/osx-setup

Last synced: 5 days ago
JSON representation

Jumpstart OS X.

Awesome Lists containing this project

README

        

# osx-setup – Jumpstart OS X.

- [shrinks the default OS X installation](lib/shrink.sh)
- installs [developer stuff](lib/install.sh) like [Homebrew](http://brew.sh/), [node.js](https://nodejs.org/) and [the Fish Shell](http://fishshell.com/)
- sets [opinionated developer-friends defaults](lib/defaults.sh)
- installs [my dotfiles](https://github.com/derhuerst/dotfiles)

## Install

You need [OS X](http://www.apple.com/osx/) to install this. [Bash](http://de.wikipedia.org/wiki/Bash_%28Shell%29) is required, but already bundled with OS X.

```shell
curl -sSL https://raw.githubusercontent.com/derhuerst/osx-setup/master/install | bash
```

## Contributing

If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/osx-setup/issues).