#!/bin/bash
if command -v ruby >/dev/null 2>&1; then
    exit 0
else
    sudo pacman -S ruby
    gem install rainbow terminal-notifier
fi