diff --git a/bootstrap.sh b/bootstrap.sh index ede043a..e01fa78 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,11 +5,10 @@ sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim fortunes # vim related mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle $HOME/.config/nvim && \ - curl -RLSso $HOME/.vim/autoload/pathogen.vim https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim && \ - git clone https://github.com/altercation/vim-colors-solarized.git $HOME/.vim/bundle/vim-colors-solarized && \ - git clone https://github.com/tpope/vim-sleuth.git $HOME/.vim/bundle/vim-sleuth && + git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim && curl -RLSso $HOME/.vimrc https://github.com/schtobia/systemsettings/raw/master/vimrc && - curl -RLSso $HOME/.config/nvim/init.vim https://github.com/schtobia/systemsettings/raw/master/init.vim + curl -RLSso $HOME/.config/nvim/init.vim https://github.com/schtobia/systemsettings/raw/master/init.vim && + nvim +PluginInstall +qall # python3 related sudo -S bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\