From 0859e32a3c3358269111b96485221e1bf1667946 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 7 Feb 2019 11:32:04 +0100 Subject: [PATCH] Update bootstrap-user.sh --- bootstrap-user.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bootstrap-user.sh b/bootstrap-user.sh index 6f25117..1773d7c 100755 --- a/bootstrap-user.sh +++ b/bootstrap-user.sh @@ -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 && \ +npm install -g instant-markdown-d && \ nvim +PluginInstall +qall && \ (cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang) +