Skip to content

Instantly share code, notes, and snippets.

@mamiu
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save mamiu/101aa59992b0b0f93d42 to your computer and use it in GitHub Desktop.

Select an option

Save mamiu/101aa59992b0b0f93d42 to your computer and use it in GitHub Desktop.
This init script downloads the dotfiles and starts the install script.
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get autoremove && sudo apt-get update
sudo apt-get -y install git ruby rubygems-integration
sudo gem install homesick
homesick clone mamiu/dotfiles
bash ~/.homesick/repos/dotfiles/install.sh
@mamiu
Copy link
Author

mamiu commented Sep 12, 2014

Run this init script with:

wget -O - http://goo.gl/emCNfO 2>/dev/null | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment