blob: 7b330e3507cee5ea073ac7430add12ba69d22b31 (
plain)
1
2
3
4
5
6
7
|
clean:
rm $$HOME/.zprofile
stow --verbose --target=$$HOME --delete --dotfiles */
install:
stow --verbose --target=$$HOME --restow --dotfiles */
ln -s $$HOME/.config/zsh/zprofile $$HOME/.zprofile
|