• Stars
    star
    12
  • Rank 1,588,375 (Top 32 %)
  • Language
    Shell
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Plays Game of Thrones opening in your terminal every time you mistype `git`.

got

Plays Game of Thrones opening in your terminal every time you mistype git.

installation

got requires mplayer and libcaca for it to work.

GNU/Linux

Ubuntu/Debian based

aptitude install mplayer libcaca

Arch linux

pacman -S mplayer libcaca

Mac OS X

brew install mplayer libcaca

After you have mplayer and libcaca in your system, all you need to do is add this repo bin folder to your PATH.

# .bash_profile

PATH="$PATH:/path/to/got/bin"