Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/derhuerst/osx-setup
- Owner: derhuerst
- License: mit
- Created: 2015-05-22T21:43:14.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:04:27.000Z (about 1 year ago)
- Last Synced: 2024-10-10T00:38:42.653Z (about 1 month ago)
- Language: Shell
- Homepage: https://github.com/derhuerst/osx-setup
- Size: 32.2 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).