From 2a70fdf5c2cb7012e5102dd3a3dd2ad23123dea7 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 16 Mar 2019 23:54:58 +0000 Subject: Support uninstall; setup -> install - support uninstall in Makefile - change setup script name to install --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 999fc266d931..088202925089 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ install: - source "${DOTFILES}/configs/setup" + source "${DOTFILES}/configs/install" + +uninstall: + source "${DOTFILES}/configs/uninstall" -- cgit 1.4.1