Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamnewton/eighth-inning
It's the setup man.
https://github.com/iamnewton/eighth-inning
bash dotfiles machine macosx osx setup
Last synced: 20 days ago
JSON representation
It's the setup man.
- Host: GitHub
- URL: https://github.com/iamnewton/eighth-inning
- Owner: iamnewton
- License: gpl-3.0
- Created: 2014-04-07T01:10:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T22:01:46.000Z (about 4 years ago)
- Last Synced: 2024-04-14T22:17:25.414Z (7 months ago)
- Topics: bash, dotfiles, machine, macosx, osx, setup
- Language: Shell
- Homepage: https://iamnewton.github.io/eighth-inning/
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Eighth Inning
The average life cycle of a computer for me is about 3 years; which means every time I have to set up a new one, I spend hours, if not days, trying to get it perfect. From installing the latest software for all of my various use cases to getting all of my personal settings and preferences, it becomes a very tedious operation. It got me thinking to myself,
> How can I automate this process?
Inspired by a [few peoples](#acknowledgements) `.dotfiles` scripts, I decided to create this library for installing and setting up my OS X machines.
**Why a separate repository?**
I didn't like the connection between setting up your development machine, or `.dotfiles` and setting up your computer with various software and settings. It appeared to me to be better served from a separate repository so that I could run both my dotfiles install and eighth-inning scripts concurrently if needed; or even better I didn't have to install my dotfiles on a machine that just needed some synchronized OS X settings.
## How to install
```bash
$ bash -c "$(curl -#fL raw.github.com/iamnewton/eighth-inning/go/install)" && \
bash /tmp/eighth-inning/bin/eighth-inning
```## Acknowledgements
Inspiration and code was taken from many sources, including:
* [@sindresorhus](https://github.com/sindresorhus) (Sindre Sorhus) https://github.com/sindresorhus/quick-look-plugins
* [@necolas](https://github.com/necolas) (Nicolas Gallagher) https://github.com/necolas/dotfiles
* [@mathiasbynens](https://github.com/mathiasbynens) (Mathias Bynens) http://mths.be/osx