Skip to content

Instantly share code, notes, and snippets.

@jalvarezsamayoa
Created September 4, 2012 15:49
Show Gist options
  • Save jalvarezsamayoa/3622645 to your computer and use it in GitHub Desktop.
Save jalvarezsamayoa/3622645 to your computer and use it in GitHub Desktop.
Bootstrap ubuntu instance
sudo apt-get update -y
sudo apt-get upgrade -y
sudo add-apt-repository ppa:cassou/emacs
sudo apt-get update
sudo apt-get install emacs-snapshot-el emacs-snapshot-gtk emacs-snapshot emacs-goodies-el tmux git-core curl -y
git clone git://github.com/jalvarezsamayoa/emacs.dotfiles.git ~/.emacs.d
wget https://s3.amazonaws.com/pe-builds/released/2.6.1/puppet-enterprise-2.6.1-ubuntu-12.04-amd64.tar.gz
tar -xvf puppet-enterprise-2.6.1-ubuntu-12.04-amd64.tar.gz
cd puppet-enterprise-2.6.1-ubuntu-12.04-amd64
sudo ./puppet-enterprise-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment