aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: e3d55ade9644a8af26161cc4993d065064e7341f (plain)
1
2
3
4
5
6
install:
	stow . --target $(HOME)
	git clone https://github.com/tmux-plugins/tpm $(HOME)/.tmux/plugins/tpm

uninstall:
	stow -D . --target $(HOME)