aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: cbc1b755fe2c3017b8fc9e63344306b4b5003012 (plain) (blame)
1
2
3
4
5
6
7
8
install: ${HOME}/.config
	rsync -r tmux/ ${HOME}/.config/tmux/
	rsync -r vim/ ${HOME}/.config/vim/

${HOME}/.config:
	mkdir ${HOME}/.config

.PHONY: install