Last active
August 8, 2018 10:49
-
-
Save Serverfrog/86f94b3f1a044b570251 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://goo.gl/vJw8VV