diff options
author | jbjjbjjbj <julianteule@gmail.com> | 2017-01-24 21:44:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 21:44:38 +0100 |
commit | 670c7a3391c9cbce3371c9df6606b6fe57058135 (patch) | |
tree | 333093d229e75e8708519287e4642cfd674b0fc0 | |
parent | 54339ae99f40c7754ae5a73d83738987a169fcab (diff) |
Update setUpeveryThing
-rw-r--r-- | Scripts/setUpeveryThing | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Scripts/setUpeveryThing b/Scripts/setUpeveryThing index d490f04..73b87e5 100644 --- a/Scripts/setUpeveryThing +++ b/Scripts/setUpeveryThing @@ -19,15 +19,8 @@ sudo apt -y install nano sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" -git clone --bare https://bitbucket.org/durdn/cfg.git $HOME/.cfg -alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' -mkdir -p .config-backup -config checkout -echo "Please fix git errors" -read -p "Press enter to continue" -config checkout -config config status.showUntrackedFiles no + sudo apt -y install terminator @@ -40,3 +33,9 @@ sudo apt update sudo apt -y install spotify-client sudo apt -y install virtualbox +sudo apt -y install texlive +sudo apt -y install texlive-lang-european +sudo apt -y install texmaker + + + |