summaryrefslogtreecommitdiff
path: root/Makefile
blob: bbbf6a12dd55aaf186af6837fbb80fdd8e695605 (plain)
1
2
3
4
5
6
7
8
9
clean:
	rm -f $$HOME/.profile
	rm -f $$HOME/.zprofile
	stow --verbose --target=$$HOME --delete */

install:
	stow --verbose --target=$$HOME --restow */
	ln -s $$HOME/.config/zsh/zprofile $$HOME/.zprofile
	ln -s $$HOME/.config/zsh/zprofile $$HOME/.profile