aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-08 11:24:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-08 11:24:46 +1200
commita439613b4fe9c24746a42a4a0f59972079538e2e (patch)
treeaa3ae9e3ee0f0ba69b92a19c137a30a30d72701b /Makefile
parentMerge branch 'hotfix/v9.19.1' (diff)
parentUpdate dotfiles(7) manual page (diff)
downloaddotfiles-9.20.0.tar.gz (sig)
dotfiles-9.20.0.zip
Merge branch 'release/v9.20.0'v9.20.0
* release/v9.20.0: Update dotfiles(7) manual page Add a reader quote to vimrc Adjust layout of quote Add mention of plenv,pyenv,rbenv config to README 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