Plays Game of Thrones opening in your terminal every time you mistype git
.
got requires mplayer
and libcaca
for it to work.
aptitude install mplayer libcaca
pacman -S mplayer libcaca
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"