differentiate between debian and ubuntu in installers ; added a todo list

This commit is contained in:
Cyryl Plotnicki-Chudyk 2014-10-29 07:41:05 +01:00
parent 3076efebb8
commit 509b352b15
2 changed files with 13 additions and 0 deletions

View file

@ -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

8
install_debian.sh Executable file
View file

@ -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