Feeling your eyelids droop during that never-ending meeting? Or maybe you're ssh'ed into your server, bored out of your mind?
rubik.sh is here for you!
curl https://raw.githubusercontent.com/psykulsk/rubik.sh/refs/heads/main/rubik.sh -o rubik.sh && \
bash rubik.sh
Requires bash --version >= 4.0. Warning, MacOS is distributed with bash 3 by default. Check the instructions on how to upgrade it.
- Install a new version of bash using brew:
brew install bash - Add
/opt/homebrew/bin/bashto/etc/shells - Set is as default with
chsh -s /usr/local/bin/bash
