diff options
author | julian T <julian@jtle.dk> | 2019-02-02 17:23:53 +0100 |
---|---|---|
committer | julian T <julian@jtle.dk> | 2019-02-02 17:23:53 +0100 |
commit | 489aeecfdd9d8938669e25961f43df287c4e9bcd (patch) | |
tree | b2560dde94fb1b9a5e851ab82e0d609fdd9304a2 /.dotFileSetup.sh | |
parent | adc0806cdda2673910483a4266265eb9103da1c8 (diff) |
Moved to stow
Diffstat (limited to '.dotFileSetup.sh')
-rw-r--r-- | .dotFileSetup.sh | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.dotFileSetup.sh b/.dotFileSetup.sh deleted file mode 100644 index 6987a1c..0000000 --- a/.dotFileSetup.sh +++ /dev/null @@ -1,36 +0,0 @@ -sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" - -# install -cd fonts -./install.sh -# clean-up a bit -cd .. -rm -rf fonts - -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 -config config --local status.showUntrackedFiles no -config checkout -f - -git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim - -mkdir Software -cd Software - -git clone https://github.com/jbjjbjjbj/Custom-dwm6.1.git -cd Custom-dwm6.1 -sudo make install -cd .. - -git clone https://github.com/jbjjbjjbj/Custom-st.git -cd Custom-st -sudo make install -cd |