Skip to content

Commit

Permalink
sdkmanのインストール用エイリアスを定義する
Browse files Browse the repository at this point in the history
  • Loading branch information
kai2nenobu committed Feb 11, 2016
1 parent d028165 commit c67b884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function milliseconds() {
# tool install
alias install-rbenv='git clone https://github.com/sstephenson/rbenv.git ~/.rbenv && git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build'
alias install-gvm='curl -s get.gvmtool.net | bash'
alias install-sdkman='curl -s http://get.sdkman.io | bash'
alias install-evm="sudo mkdir -p /usr/local/evm && sudo chown $USER: /usr/local/evm && curl -fsSkL https://raw.github.com/rejeep/evm/master/go | bash"
alias install-cask='curl -fsSkL https://raw.github.com/cask/cask/master/go | python'

Expand Down

0 comments on commit c67b884

Please sign in to comment.