diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,7 @@ install-sh \ install-subversion \ install-terminfo \ + install-tidy \ install-tmux \ install-urxvt \ install-vim \ @@ -463,6 +464,10 @@ install-terminfo: find terminfo -type f -name '*.info' \ -exec tic -- {} \; +install-tidy: install-sh + cp -p -- tidy/profile.d/* $(HOME)/.profile.d + cp -p -- tidy/tidyrc $(HOME)/.tidyrc + install-tmux: tmux/tmux.conf install-terminfo cp -p -- tmux/tmux.conf $(HOME)/.tmux.conf |