Add app mover

This commit is contained in:
The Ghost of FOSS' Past 2024-11-18 12:06:02 -06:00
parent 3743ccaf53
commit b3cc99024c

View file

@ -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/ \;