neofetch.sh 369 B

123456789101112
  1. #!/bin/bash
  2. # menu_plugin
  3. PLUGIN_NAME="Neofetch"
  4. PLUGIN_FUNCTION="Run Neofetch"
  5. PLUGIN_DESCRIPTION="Originally built-in to murkmod, now a plugin. Take screenshots on your Chromebook in style!"
  6. PLUGIN_AUTHOR="rainestorme"
  7. PLUGIN_VERSION=2
  8. curl https://raw.githubusercontent.com/dylanaraps/neofetch/master/neofetch | bash
  9. read -n 1 -s -r -p "Press any key to continue"