Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Last active August 29, 2015 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kfatehi/ea54e9bcc663782562d6 to your computer and use it in GitHub Desktop.
Save kfatehi/ea54e9bcc663782562d6 to your computer and use it in GitHub Desktop.
ubuntu manifest script
# curl https://gist.github.com/keyvanfatehi/ea54e9bcc663782562d6/raw/manifest.sh | bash
# i use this for VMs, will update as needed
sudo apt-get update && sudo apt-get install git tmux vim
git clone https://github.com/keyvanfatehi/config.git && cd config && bash manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment