diff options
author | jbjjbjjbj <julianteule@gmail.com> | 2017-01-24 19:07:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 19:07:39 +0100 |
commit | 26c112b5eeff3e1af3e4ab7cf3bbb6c85be7435d (patch) | |
tree | f981f1ad81666f194de709b71d42f241ed881ee0 | |
parent | c8eb10a6e5a9be31ac703cf9efce6f40817760da (diff) |
Update setUpeveryThing
-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 |