Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amlweems/pokedex

motd pokedex (credit to maija for the ascii art)
https://github.com/amlweems/pokedex

Last synced: 7 days ago
JSON representation

motd pokedex (credit to maija for the ascii art)

Awesome Lists containing this project

README

        

pokedex
=======

motd pokedex (credit to maija for the ascii art)

###Setup###

First, we create a symlink for /etc/motd to your home directory (this allows the script to run without root)

```
sudo ln -vs /etc/motd $HOME/.motd
```

Then, set up your crontab to run pokedex.sh once per day.
```
0 0 * * * sh $HOME/git/pokedex/pokedex.sh
```

And that's it! You'll get a brand new Pokemon in your terminal every day. Enjoy!