From 81cf4af47b9ce1cd6cb136dbc697ac5d661407ad Mon Sep 17 00:00:00 2001 From: Zykino Date: Fri, 15 May 2020 17:10:24 +0200 Subject: [PATCH] Add an install script to get ready quickly on a new machine --- install.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 install.sh 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