From 509b352b1594192e4321c3399d634a9ca0cf220b Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Wed, 29 Oct 2014 07:41:05 +0100 Subject: [PATCH] differentiate between debian and ubuntu in installers ; added a todo list --- README.md | 5 +++++ install_debian.sh | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100755 install_debian.sh diff --git a/README.md b/README.md index 3326b8d7..241d4c09 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,9 @@ install: clone this repo run install_fedora.sh or install_ubuntu.sh to setup the whole box +TODO: +* use terminator for all configs +* investigate chsh failing +* automate adding backports to debian-based distros +* automate enabling hibernation on ubuntu diff --git a/install_debian.sh b/install_debian.sh new file mode 100755 index 00000000..1b68b7bc --- /dev/null +++ b/install_debian.sh @@ -0,0 +1,8 @@ +#!/bin/bash +sudo apt-get update +sudo apt-get dist-upgrade +sudo apt-get install meld whois zsh tmux vim atop aria2 curl pv gajim tor torsocks nodejs + +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +$DIR/install_common.sh +