diff options
-rw-r--r-- | Scripts/setUpeveryThing | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Scripts/setUpeveryThing b/Scripts/setUpeveryThing index ddf6c96..4498e77 100644 --- a/Scripts/setUpeveryThing +++ b/Scripts/setUpeveryThing @@ -10,6 +10,7 @@ sudo apt -y install python-pip sudo apt -y install python3 sudo apt -y install python3-pip sudo apt -y install git +sudo apt -y install playonlinux sudo apt -y install emacs-nox sudo apt -y install vim @@ -25,10 +26,8 @@ function config { mkdir -p .config-backup config checkout if [ $? = 0 ]; then - echo "Checked out config."; - else - echo "Backing up pre-existing dot files."; - config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{} + echo "Please fix git errors" + read -p "Press enter to continue" fi; config checkout config config status.showUntrackedFiles no |