From b3cc99024c18b38d6297c8ebdc570e1db6a65b3e Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Mon, 18 Nov 2024 12:06:02 -0600 Subject: [PATCH] Add app mover --- more-common-settings.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/more-common-settings.sh b/more-common-settings.sh index 665951e..cff042c 100755 --- a/more-common-settings.sh +++ b/more-common-settings.sh @@ -153,3 +153,6 @@ 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