aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--README.markdown1
2 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 69340eb0..28f8f9d3 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,10 @@ install-mysql :
rm -f $(HOME)/.my.cnf
ln -s $(PWD)/mysql/my.cnf $(HOME)/.my.cnf
+install-perl :
+ rm -f $(HOME)/.perlcriticrc
+ ln -s $(PWD)/perl/perlcriticrc $(HOME)/.perlcriticrc
+
install-psql :
rm -f $(HOME)/.psqlrc
ln -s $(PWD)/psql/psqlrc $(HOME)/.psqlrc
diff --git a/README.markdown b/README.markdown
index 5079b541..2392fa0c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -85,6 +85,7 @@ The remaining dotfiles can be installed with the other targets:
* `install-ncmcpp`
* `install-newsbeuter`
* `install-mysql`
+* `install-perl`
* `install-psql`
* `install-tmux`
* `install-wyrd`