MyConfigs/install.sh

17 lines
268 B
Bash
Raw Normal View History

#!/bin/env bash
if [ "$EUID" -ne 0 ]; then
echo "Please run as root :)"
exit
fi
apt update
# Command line tools
2021-06-23 10:54:38 +02:00
apt install build-essential vim kakoune git htop curl wget jq ripgrep bat exa
apt install shellcheck
# Graphical tools
apt install redshift-gtk meld