Skip to content

Instantly share code, notes, and snippets.

@rasa
Last active January 19, 2016 16:31
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 rasa/0cea9d534927b93d762f to your computer and use it in GitHub Desktop.
Save rasa/0cea9d534927b93d762f to your computer and use it in GitHub Desktop.
export github_user=rasa
export DOTFILES=~/.secfiles
git clone https://$github_user@github.com/$github_user/secfiles.git $DOTFILES
mkdir -p $DOTFILES/caches/init
echo -e "20_ubuntu_apt.sh\n50_local.sh\n" >$DOTFILES/caches/init/selected
$DOTFILES/bin/dotfiles
@rasa
Copy link
Author

rasa commented Jun 17, 2015

bash -c "$(curl -fsSL https://goo.gl/L9Jblt)"

or

bash -c "$(curl -fsSL https://gist.githubusercontent.com/rasa/0cea9d534927b93d762f/raw/2ad10657306048f589fe8762ff253cdf5acf0017/secfiles.sh)"

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