Remove shitty code

This commit is contained in:
The Ghost of FOSS' Past 2024-11-19 14:15:31 +00:00
parent 8b9e6cab1b
commit a2c147fdef

View file

@ -153,6 +153,3 @@ brew install thefuck toilet
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cp .zshrc ~/ cp .zshrc ~/
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions 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/ \;