From a2c147fdef16d6082fb95fdb46608ae59b783703 Mon Sep 17 00:00:00 2001 From: sneedgroup-holder Date: Tue, 19 Nov 2024 14:15:31 +0000 Subject: [PATCH] Remove shitty code --- more-common-settings.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/more-common-settings.sh b/more-common-settings.sh index cff042c..665951e 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -153,6 +153,3 @@ brew install thefuck toilet sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" cp .zshrc ~/ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions - -mkdir ~/Applications -find /Applications -name "*.app" -maxdepth 1 -exec mv -v {} ~/Applications/ \; \ No newline at end of file