Skip to content

Instantly share code, notes, and snippets.

@marcofugaro
Created January 23, 2020 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcofugaro/c170cf566dc65c8fb7cb4ffc633cdb21 to your computer and use it in GitHub Desktop.
Save marcofugaro/c170cf566dc65c8fb7cb4ffc633cdb21 to your computer and use it in GitHub Desktop.
Print falasco face in console when running "websocket"
https://i.imgur.com/f61MKLO.jpg
brew install eddieantonio/eddieantonio/imgcat &&
echo '' >> ~/.bash_profile &&
echo "alias sudo='sudo '" >> ~/.bash_profile &&
echo "alias websocket='imgcat --height=\$((\$(tput lines)-1)) ~/falasco.jpg'" >> ~/.bash_profile &&
mv ~/Downloads/falasco.jpg ~/falasco.jpg &&
source ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment