diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..ac97ccb --- /dev/null +++ b/install.sh @@ -0,0 +1,16 @@ +#!/bin/env bash + +if [ "$EUID" -ne 0 ]; then + echo "Please run as root :)" + exit +fi + +apt update + +# Command line tools +apt install build-essential vim kakoune git htop curl wget jq + +apt install shellcheck + +# Graphical tools +apt install redshift-gtk meld