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

https://github.com/chrissy-dev/sorted

install rbenv, nvm, homebrew, git, apple developer tools and any brew cask in a single command
https://github.com/chrissy-dev/sorted

Last synced: about 1 year ago
JSON representation

install rbenv, nvm, homebrew, git, apple developer tools and any brew cask in a single command

Awesome Lists containing this project

README

          

# Sorted
>Personal project for setting up a fresh install.

### Usage

To use Sorted, you can use the script using cURL:

```bash
curl -o- https://raw.githubusercontent.com/chrisssycollins/sorted/master/sorted.sh | bash
```

### Install applications on the fly

You can specify applications for homebrew to install:

```bash
curl -o- https://raw.githubusercontent.com/chrisssycollins/sorted/master/sorted.sh | bash -s iterm2 atom tower slack google-chrome firefox sketch spectacle
```