From c0ce23f9b072cea93b326a3109036ee93b022b79 Mon Sep 17 00:00:00 2001 From: waldek Date: Wed, 24 Aug 2022 22:53:58 +0200 Subject: [PATCH] removes old lines --- bootstrap.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 4aace93..db242ba 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -140,17 +140,3 @@ function main () { } main - -#echo "setting up $ME" -#HOME=$LOCALHOME$ME -#sudo apt update && sudo apt install -y zsh git tig tmux vim-nox htop -#cd $HOME -#git clone git://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh -#cp $HOME/.oh-my-zsh/templates/zshrc.zsh-template $HOME/.zshrc -#sudo chsh -s /bin/zsh $ME -#mkdir $HOME/sources -#git clone https://gitea.86thumbs.net/waldek/vimrc.git $HOME/sources/vimrc -#cd $HOME -#ln -s $HOME/sources/vimrc/main.vimrc $HOME/.vimrc -#git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim -#vim +VundleInstall +qall