.POSIX: install: mkdir -p -- ~/.config/profile.d test ! -d ~/.config/profile.d/gtk3 ln -sf -- ~/.dotfiles/gtk3/user-profile ~/.config/profile.d/gtk3 uninstall: -unlink -- ~/.config/profile.d/gtk3 -rmdir -- ~/.config/profile.d .PHONY: install uninstall