Update bootstrap-user.sh
This commit is contained in:
parent
a834bf14da
commit
0859e32a3c
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
git --git-dir="$HOME/.cfg/" --work-tree="$HOME" submodule update --init --remote --recursive --rebase)
|
||||||
rm -rf $TMPDIR
|
rm -rf $TMPDIR
|
||||||
|
|
||||||
|
pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requirements.txt
|
||||||
|
|
||||||
# vim related
|
# vim related
|
||||||
pip install --user neovim && \
|
|
||||||
npm install -g instant-markdown-d && \
|
npm install -g instant-markdown-d && \
|
||||||
nvim +PluginInstall +qall && \
|
nvim +PluginInstall +qall && \
|
||||||
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)
|
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue