diff --git a/bunsen/configure_fresh_system b/bunsen/configure_fresh_system new file mode 100755 index 00000000..cfdc5a10 --- /dev/null +++ b/bunsen/configure_fresh_system @@ -0,0 +1,11 @@ +#!/bin/bash +sudo apt-get update +sudo apt-get -y upgrade +sudo apt-get -y install aptitude meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs icedove icedove-enigmail icedove-sogo-connector gajim lm-sensors freecad python3-pip meld whois curl pv tor torsocks nodejs npm terminator gsmartcontrol python-pip mercurial redshift gtk-redshift cmake intltool gparted wine solaar glances silversearcher-ag dkms linux-kernel-headers python-dev golang + +sudo systemctl enable tor +sudo systemctl start tor + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +DIR="$DIR/../" +DIR="$DIR" $DIR/common/configure_fresh_system