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
- Host: GitHub
- URL: https://github.com/chrissy-dev/sorted
- Owner: chrissy-dev
- Created: 2017-08-08T15:09:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T15:24:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T10:43:53.517Z (over 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```