reorganise installation script

This commit is contained in:
2016-06-19 15:24:11 +01:00
parent 6a99745ff8
commit 5c2ececbdf
7 changed files with 48 additions and 43 deletions

15
install/apt.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
echo -e "\n\nInstalling APT packages..."
echo "=============================="
# cli tools
apt-get install tree
apt-get install wget
apt-get install curl
# development tools
apt-get install git
apt-get install tmux
apt-get install zsh
apt-get install ruby