From 3fdf141fbece482fbccf087f2baac707618ede3f Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 8 Sep 2022 16:11:56 -0400 Subject: [PATCH] Add app cleaner Signed-off-by: Tommy --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 76a2342..206ae81 100644 --- a/install.sh +++ b/install.sh @@ -13,4 +13,8 @@ echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> ~/.zshrc /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew tap homebrew/autoupdate brew install free-gpgmail butane gnu-sed hugo openssl -brew install --cask microsoft-edge android-studio docker element github mullvadvpn visual-studio-code \ No newline at end of file +brew install --cask microsoft-edge android-studio docker element github mullvadvpn visual-studio-code + +#Add app cleaner +curl --fail --output /usr/local/bin/app-cleaner.sh https://raw.githubusercontent.com/sunknudsen/privacy-guides/master/how-to-clean-uninstall-macos-apps-using-appcleaner-open-source-alternative/app-cleaner.sh +chmod +x /usr/local/bin/app-cleaner.sh \ No newline at end of file