https://github.com/westonplatter/dead-simple-setup
A dead simple OSX script to install everything
https://github.com/westonplatter/dead-simple-setup
osx osx-dotfiles osx-setup
Last synced: 9 months ago
JSON representation
A dead simple OSX script to install everything
- Host: GitHub
- URL: https://github.com/westonplatter/dead-simple-setup
- Owner: westonplatter
- Created: 2017-06-12T21:44:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T00:07:56.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:51:45.676Z (about 1 year ago)
- Topics: osx, osx-dotfiles, osx-setup
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dead Simple Setup
The "dead simple" OSX package install script.
## Why does this repo exist?
I got tired of doing one off `brew install`s for java, ruby, python, npm, etc
on both my work machine and my personal machine. I wanted to way to sync the
installed OS programs at work and at home.
I admire the technical thoroughness of [thoughtbot's laptop](https://github.com/thoughtbot/laptop)
system, and wanted a less robust / simplified version.
Functionally, I wanted a way to define collections of packages to install
quickly as I worked across multiple Mac machines.
## Install
Install [homebrew](https://brew.sh/) and git (after installing homebrew, `brew install git`).
```bash
git clone git@github.com:westonplatter/dead-simple-setup.git
cd dead-simple-setup
chmod +x ./setup.sh
#
# live examples in use
#
./setup.sh personal_apps
./setup.sh personal_data
./setup.sh personal_code
```
## Credits
This [simple github gist](https://gist.github.com/codeinthehole/26b37efa67041e1307db) by David Winterbottom
Justin Johnson's [feedback](https://twitter.com/balduncle/status/874583640285556736)
thoughtbot's [laptop repo](https://github.com/thoughtbot/laptop)
## License
MIT. See LICENSE file.