diff options
author | Julian <julianteule@gmail.com> | 2017-01-25 21:52:35 +0100 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-01-25 21:52:35 +0100 |
commit | 25fd9c4bcc7a584da5aa24cfc3761eee5bff923f (patch) | |
tree | 73be1cc9a343619c1e5c0ca583ec767ba175b48a | |
parent | ff23846fcae59f64577a8e23a940e63276884262 (diff) | |
parent | 670c7a3391c9cbce3371c9df6606b6fe57058135 (diff) |
Merge branch 'master' of https://github.com/jbjjbjjbj/newDotFiles
-rw-r--r-- | Scripts/setUpeveryThing | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/Scripts/setUpeveryThing b/Scripts/setUpeveryThing index ddf6c96..73b87e5 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 @@ -18,26 +19,11 @@ 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 -function config { - /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ -} -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/{} -fi; -config checkout -config config status.showUntrackedFiles no -sudo apt -y install terminator -sudo apt -y install texlive -sudo apt -y install texlive-lang-european +sudo apt -y install terminator + sudo apt -y install conky sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886 @@ -47,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 + + + |