diff options
-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 + + + |