aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-12 23:14:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-12 23:56:20 +1200
commit4737f7e284946130d7e781454f2ed19c17fcdccf (patch)
treee7b68924061626de3dec64a44c97001be2d2a1c7 /Makefile
parentReformat README and fix a path or two (diff)
downloaddotfiles-4737f7e284946130d7e781454f2ed19c17fcdccf.tar.gz
dotfiles-4737f7e284946130d7e781454f2ed19c17fcdccf.zip
Update plenv and add pyenv config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 10d96388..cd646ea4 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,9 @@
install-newsboat \
install-perlcritic \
install-perltidy \
+ install-plenv \
install-psql \
+ install-pyenv \
install-readline \
install-sh \
install-subversion \
@@ -525,6 +527,10 @@ install-plenv: install-sh
install-psql:
cp -p -- psql/psqlrc $(HOME)/.psqlrc
+install-pyenv: install-sh
+ cp -p -- pyenv/profile.d/* $(HOME)/.profile.d
+ cp -p -- pyenv/shrc.d/* $(HOME)/.shrc.d
+
install-readline:
cp -p -- readline/inputrc $(HOME)/.inputrc