aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-08 10:16:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-08 10:16:21 +1200
commit1646eb1ef78ddb739883e4c275266428acb882ef (patch)
treefea00b24e7bf0b424de15c9d1b5261179cb76264 /Makefile
parentMerge branch 'hotfix/v9.19.1' into develop (diff)
downloaddotfiles-1646eb1ef78ddb739883e4c275266428acb882ef.tar.gz
dotfiles-1646eb1ef78ddb739883e4c275266428acb882ef.zip
Add rbenv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2377abdb..0613ea05 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@
install-plenv \
install-psql \
install-pyenv \
+ install-rbenv \
install-readline \
install-sh \
install-subversion \
@@ -538,6 +539,10 @@ install-pyenv: install-sh
cp -p -- pyenv/profile.d/* $(HOME)/.profile.d
cp -p -- pyenv/shrc.d/* $(HOME)/.shrc.d
+install-rbenv: install-sh
+ cp -p -- rbenv/profile.d/* $(HOME)/.profile.d
+ cp -p -- rbenv/shrc.d/* $(HOME)/.shrc.d
+
install-readline:
cp -p -- readline/inputrc $(HOME)/.inputrc