https://github.com/nhejazi/good-news
A bit of entertainment for when your head is stuck in a :shell:...
https://github.com/nhejazi/good-news
Last synced: about 2 months ago
JSON representation
A bit of entertainment for when your head is stuck in a :shell:...
- Host: GitHub
- URL: https://github.com/nhejazi/good-news
- Owner: nhejazi
- License: mit
- Created: 2016-03-31T21:00:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-11T02:55:41.000Z (about 9 years ago)
- Last Synced: 2025-02-09T05:46:44.362Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Good News!
> Quotes from [Archer](http://www.imdb.com/title/tt1486217/) and
[Futurama](http://www.imdb.com/title/tt0149460/) in your shell.This repository provides a bit of entertainment by providing a quote from
Futurama or Archer every time a new shell is opened. This requires the addition
of just a single line to any of `.bashrc`, `.profile`, or `.bash_profile`. These
silly quotes are meant to bring joy when you're dealing with stressful debugging
problems or hectic workdays.I'll happily take pull requests for additional quotes to these collections.
## Installation
To create a local database of quotes, simple clone this repository and use the
simple setup script provided:
```bash
git clone https://github.com/nhejazi/good-news.git ~/.good-news
sh ~/.good-news/_setup.sh
```In addition to the setup provided here, this requires that a single line be
added to the `.bashrc`, `.bash_profile`, or `.profile` -- specifically, use
`gshuf -n1 ~/.goodnews` if on OS X and using [Homebrew](brew.sh) (or, more
simply, just `shuf` if running Linux). For examples implementing both of these,
see the files `bash_profile` and `profile` in [my
dotfiles](https://github.com/nhejazi/mydotfiles.git).## Credit
This project was largely inspired by -- and borrowed in part from -- [Vince
Buffalo's good-news-everyone](https://github.com/vsbuffalo/good-news-everyone).---
## License
© 2016 Nima Hejazi
This repository is licensed under the MIT license. See `LICENSE` for details.