From 4737f7e284946130d7e781454f2ed19c17fcdccf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 12 May 2020 23:14:47 +1200 Subject: Update plenv and add pyenv config --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3