From 6097f3a6c986782d2f9a209178ab3f6ca3ca1a98 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 2 Oct 2021 23:00:23 +0300 Subject: [PATCH] Remove unused code --- bootstrap.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 15b1592..eed36f0 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -51,10 +51,3 @@ cd && rm -rf .bashrc $nvimDir $alacrittyDir $i3Dir $polybarDir $rofiDir && cd - 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