mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:26:42 +00:00
Also install ruby-build manually as a rbenv plugin
This commit is contained in:
@@ -42,6 +42,7 @@ install_homebrew () {
|
|||||||
|
|
||||||
install_rbenv () {
|
install_rbenv () {
|
||||||
git_clone 'git://github.com/sstephenson/rbenv.git' "$TARGET/.rbenv"
|
git_clone 'git://github.com/sstephenson/rbenv.git' "$TARGET/.rbenv"
|
||||||
|
git_clone 'git://github.com/sstephenson/ruby-build.git' "$TARGET/.rbenv/plugins/ruby-build"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_nvm () {
|
install_nvm () {
|
||||||
|
|||||||
Reference in New Issue
Block a user