From ba91b0e9bed2d955f17ccdaac875e8ca32e16be6 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 22 Sep 2022 21:34:08 -0400 Subject: [PATCH] Remove unnecessary packages Signed-off-by: Tommy --- install.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/install.sh b/install.sh index 0f235d2..7a7662b 100644 --- a/install.sh +++ b/install.sh @@ -4,20 +4,11 @@ defaults write com.apple.mail EnableBundles -bool true echo "export HOMEBREW_NO_ANALYTICS=1" >> ~/.zshrc echo "gpgconf --launch gpg-agent" >> ~/.zshrc echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc -echo 'export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"' >> ~/.zshrc -echo 'export PATH="$(brew --prefix)/opt/openssl@3/bin:$PATH"' >> ~/.zshrc echo 'export PATH="$HOME/Library/Android/sdk/platform-tools:$PATH"' >> ~/.zshrc -echo 'export PATH="/usr/local/opt/openjdk/bin:$PATH"' >> ~/.zshrc -echo 'export CPPFLAGS="-I/usr/local/opt/openjdk/include"' >> ~/.zshrc #Comment this line out if on Intel Mac 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 butane gnu-sed hugo java openssl -brew install --cask android-studio docker element free-gpgmail github microsoft-auto-update microsoft-edge 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 +brew install --cask android-studio docker free-gpgmail github mullvadvpn visual-studio-code \ No newline at end of file