Last active
May 4, 2017 15:00
-
-
Save theY4Kman/6197365 to your computer and use it in GitHub Desktop.
Downloads and sets up my environment. Copy the one-liner.sh to the terminal and you're all set!
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
wget https://gist.github.com/theY4Kman/6197365/raw/setup-yak.sh -O /tmp/setup-yak.sh && source /tmp/setup-yak.sh |
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
pushd /tmp | |
curl -L https://github.com/theY4Kman/dotfiles/archive/master.tar.gz | tar -xzvf - \ | |
&& source dotfiles-master/.bashrc | |
popd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment