From 4e2e2ea2db51075f4269e4b38429c719688aa759 Mon Sep 17 00:00:00 2001 From: Julian Date: Sat, 20 Oct 2018 01:21:49 +0200 Subject: Added lots of new stuff --- .dotFileSetup.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.dotFileSetup.sh') diff --git a/.dotFileSetup.sh b/.dotFileSetup.sh index 420ea29..5643102 100644 --- a/.dotFileSetup.sh +++ b/.dotFileSetup.sh @@ -13,6 +13,9 @@ mkdir /home/julian/.oh-my-zsh/custom/themes wget https://raw.githubusercontent.com/caiogondim/bullet-train-oh-my-zsh-theme/master/bullet-train.zsh-theme -O /home/julian/.oh-my-zsh/custom/themes/bullet-train.zsh-theme +cd ~/.oh-my-zsh/custom/plugins +git clone git://github.com/zsh-users/zsh-syntax-highlighting.git + alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' echo ".cfg" >> .gitignore git clone --bare 'https://github.com/jbjjbjjbj/newDotFiles' $HOME/.cfg @@ -20,3 +23,4 @@ config config --local status.showUntrackedFiles no config checkout -f git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim + -- cgit v1.2.3