Skip to content

Instantly share code, notes, and snippets.

@Serverfrog
Last active August 8, 2018 10:49
Show Gist options
  • Save Serverfrog/86f94b3f1a044b570251 to your computer and use it in GitHub Desktop.
Save Serverfrog/86f94b3f1a044b570251 to your computer and use it in GitHub Desktop.
#!/bin/sh
sed -i -e 's/main/main contrib non-free/g' /etc/apt/sources.list
apt-get update
apt-get install -y aptitude
aptitude dist-upgrade -y
aptitude install -y htop iftop iotop nano tmux screen mmv dtrx dstat mtr curl rsync httping tree unzip unrar p7zip p7zip-rar git build-essential zsh
mkdir -p /tmp/autinstall/
cd /tmp/autinstall/
git clone https://github.com/nanorc/nanorc.git
cd nanorc
make install
echo include ~/.nano/syntax/ALL.nanorc >> ~/.nanorc
echo include ~/.nano/syntax/ALL.nanorc >> /etc/skel/.nanorc
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
@Serverfrog
Copy link
Author

Serverfrog commented Mar 10, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment