Skip to content

Instantly share code, notes, and snippets.

@theY4Kman
Last active May 4, 2017 15:00
Show Gist options
  • Save theY4Kman/6197365 to your computer and use it in GitHub Desktop.
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!
wget https://gist.github.com/theY4Kman/6197365/raw/setup-yak.sh -O /tmp/setup-yak.sh && source /tmp/setup-yak.sh
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