Prepping for ec2 install.

This commit is contained in:
2013-03-30 16:57:38 -07:00
parent 1b3bb373e4
commit 2f554c70b7
3 changed files with 25 additions and 3 deletions

View File

@@ -29,9 +29,13 @@ function install_essentials() {
source .brew
;;
'Linux')
echo 'Linux'
hash apt-get &>/dev/null || echo 'apt-get is missing.' && exit
sudo -v
apt-get install build-essential
apt-get install git
git clone git@github.com:IvanMalison/dotfiles.git
cd dotfiles
source .debian
;;
*)
echo "Operating System not recognized; aborting."
@@ -55,5 +59,3 @@ echo "Installing Tmux Configuration."
tmux-powerline/generate_conf.sh
echo "Installing oh-my-zsh."
oh-my-zsh/install.sh -f
echo "Installing python dependencies."
install_python_packages