Skip to content

Instantly share code, notes, and snippets.

@flash76
Created January 25, 2021 15:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flash76/555ba7e5d824f064455c180e9d52613e to your computer and use it in GitHub Desktop.
Save flash76/555ba7e5d824f064455c180e9d52613e to your computer and use it in GitHub Desktop.
A one-liner command to show neofetch with a custom ASCII image in zsh

Requires

  • curl
  • jp2a
  • neofetch
  • zsh
neofetch --source =(jp2a <(curl $image))

You can do image=<link to jpg> or just replace $image with the link to your jpg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment