From 01931adb6e6b3f791fc837b3bf16ffc26600ebb5 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 29 Mar 2022 23:51:52 +0200 Subject: [PATCH] chore(justfile): Add uninstall recipe --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index a570a0b..623e08b 100644 --- a/justfile +++ b/justfile @@ -72,6 +72,10 @@ install_scripts: cp -r ${script} {{scripts_dir}} done +# Uninstalls everything (requires same arguments as given to install) +uninstall: + rm {{bin_path}} {{launcher_dir}} + # Vendor Cargo dependencies locally vendor: mkdir -p .cargo