Remove unused code

This commit is contained in:
2021-10-02 23:00:23 +03:00
parent 3310cedc0b
commit 6097f3a6c9

View File

@@ -51,10 +51,3 @@ cd && rm -rf .bashrc $nvimDir $alacrittyDir $i3Dir $polybarDir $rofiDir && cd -
fi fi
# Install apps I need from Arch repositories
if [ "$1" = "-Sa" ] ; then
# TODO: read apps from list-of-apps file
# TODO: install apps using pacman
fi