Skip to content

Instantly share code, notes, and snippets.

@shuzo-kino
Created October 10, 2013 13:58
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 shuzo-kino/6918809 to your computer and use it in GitHub Desktop.
Save shuzo-kino/6918809 to your computer and use it in GitHub Desktop.
Install the anyenv.
puts <<`_EOB_`
git clone --depth 1 https://github.com/riywo/anyenv ~/.anyenv
cat >> #{ARGV[0]} <<'_EOF_'
## anyenv setup
export PATH="$HOME/.anyenv/bin:$PATH"
eval "$(anyenv init -)"
_EOF_
puts `exec $SHELL -l`
_EOB_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment