Update bootstrap-user.sh

This commit is contained in:
Tobias Schmidl 2019-02-07 11:32:04 +01:00 committed by GitHub
parent a834bf14da
commit 0859e32a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,10 @@ TMPDIR=$(mktemp -u -p "$HOME" -d dotfiles.XXXXX) && \
git --git-dir="$HOME/.cfg/" --work-tree="$HOME" submodule update --init --remote --recursive --rebase)
rm -rf $TMPDIR
pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requirements.txt
# vim related
pip install --user neovim && \
npm install -g instant-markdown-d && \
nvim +PluginInstall +qall && \
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)