Last active
January 19, 2016 16:31
-
-
Save rasa/0cea9d534927b93d762f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export github_user=rasa | |
export DOTFILES=~/.secfiles | |
git clone https://[email protected]/$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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bash -c "$(curl -fsSL https://goo.gl/L9Jblt)"
or
bash -c "$(curl -fsSL https://gist.githubusercontent.com/rasa/0cea9d534927b93d762f/raw/2ad10657306048f589fe8762ff253cdf5acf0017/secfiles.sh)"