From 47111eef566a35797215172c4e44eaddc643856b Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 7 Mar 2018 16:52:24 +0100 Subject: [PATCH] Added section for YouCompleteMe --- bootstrap.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 160fd8e..55cc5fa 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,5 @@ #! /bin/sh -sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim fortunes fortunes-de fortunes-debian-hints fortunes-off cowsay byobu command-not-found apt-file htop python3-venv python3 locales man mc && \ +sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim fortunes fortunes-de fortunes-debian-hints fortunes-off cowsay byobu command-not-found apt-file htop python3-venv python3 locales man mc cmake clang build-essential && \ apt-file update && \ update-command-not-found" @@ -13,10 +13,11 @@ sudo -S bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | pyt # vim related mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle $HOME/.config/nvim && \ - 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 && - nvim +PluginInstall +qall + 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 && \ + nvim +PluginInstall +qall && \ + (cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang) # zsh related mkdir -p $HOME/.local/lib/zsh/custom-zsh &&