aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-02 00:45:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-02 00:45:51 +1300
commit7b527757ee1f245ca89fff7b9283009fefe337f4 (patch)
tree298d980c3eccd75ec0a981569a34006b0a4f0715 /Makefile
parentAdd install target for Perl tools (diff)
downloaddotfiles-7b527757ee1f245ca89fff7b9283009fefe337f4.tar.gz
dotfiles-7b527757ee1f245ca89fff7b9283009fefe337f4.zip
Add install target for rxvt-unicode tools
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28f8f9d3..a99b5002 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,11 @@ install-tmux :
rm -f $(HOME)/.tmux.conf
ln -s $(PWD)/tmux/tmux.conf $(HOME)/.tmux.conf
+install-urxvt :
+ mkdir -p $(HOME)/.urxvt
+ rm -f $(HOME)/.urxvt/clipboard
+ ln -s $(PWD)/urxvt/clipboard $(HOME)/.urxvt/clipboard
+
install-vim :
mkdir -p $(HOME)/.vim
rm -fr $(HOME)/.vim/after $(HOME)/.vim/autoload $(HOME)/.vim/bundle