Skip to content

Instantly share code, notes, and snippets.

@bitcrazed
Created September 26, 2017 12:03
Show Gist options
  • Save bitcrazed/fc74377ade26c9e7e4bc42e82c26ae4f to your computer and use it in GitHub Desktop.
Save bitcrazed/fc74377ade26c9e7e4bc42e82c26ae4f to your computer and use it in GitHub Desktop.
# Grab some of the essentials
sudo zypper install -y fortune cowsay ruby-dev htop caca-utils gcc gcc-c++ make
# Grab some fun tools from https://software.opensuse.org/download.html?project=utilities&package=cmatrix
sudo zypper addrepo https://download.opensuse.org/repositories/utilities/openSUSE_Leap_42.3/utilities.repo
sudo zypper refresh
sudo zypper install cmatrix
# LOLCAT ... because SUSE doesn't have a Zypper package for Lolcat!
wget https://github.com/busyloop/lolcat/archive/master.zip
unzip master.zip
cd lolcat-master/bin
sudo gem install lolcat
sudo ln -s /usr/bin/lolcat.ruby2.1 /usr/bin/lolcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment