aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-02 00:44:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-02 00:44:47 +1300
commitca5ba23ab8c292e727f614b5045d5bc7ea4620d9 (patch)
treec2d8a8dfb785f00638a303572675037678c970a2
parentUse variable for $HOME, not tilde (diff)
downloaddotfiles-ca5ba23ab8c292e727f614b5045d5bc7ea4620d9.tar.gz
dotfiles-ca5ba23ab8c292e727f614b5045d5bc7ea4620d9.zip
Add install target for Perl tools
-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`