Skip to content

Instantly share code, notes, and snippets.

@zlalanne
Created September 19, 2015 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zlalanne/37542e0916d9e0297639 to your computer and use it in GitHub Desktop.
Save zlalanne/37542e0916d9e0297639 to your computer and use it in GitHub Desktop.
Start getting my dotfiles setup
#!/usr/bin/env bash
#
# Install ansible and clone dotfiles. Ready to install machine
sudo add-apt-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install git ansible python-pycurl
git clone https://github.com/zlalanne/dotfiles ~/.dotfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment