#!/bin/bash
if [[ $UID -eq 0 ]]
then
    echo "Warning! Running this script as root will reset only root's KDE4 configs."
    echo "In general you need to run it as user, not as root."
fi

rm -rf ~/.kde4
