summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbjjbjjbj <julianteule@gmail.com>2017-01-24 19:07:39 +0100
committerGitHub <noreply@github.com>2017-01-24 19:07:39 +0100
commit26c112b5eeff3e1af3e4ab7cf3bbb6c85be7435d (patch)
treef981f1ad81666f194de709b71d42f241ed881ee0
parentc8eb10a6e5a9be31ac703cf9efce6f40817760da (diff)
Update setUpeveryThing
-rw-r--r--Scripts/setUpeveryThing7
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