From 6ca11677876b55eccfcf76bda4ec814cb8808032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Sun, 20 Sep 2015 11:52:47 +0200 Subject: [PATCH] auto install YouCompleteMe --- common/configure_fresh_system | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/configure_fresh_system b/common/configure_fresh_system index e57c3927..499fd8ac 100755 --- a/common/configure_fresh_system +++ b/common/configure_fresh_system @@ -37,6 +37,9 @@ ln -vfs "$DIR/.config/autostart/conky.desktop" ~/.config/autostart/ mkdir -p ~/.config/vdirsyncer/ ln -vfs "$DIR/.config/vdirsyncer/config" ~/.config/vdirsyncer/ +cd "$DIR/.vim/bundle/YouCompleteMe/" +./install.sh --clang-completer + # symlink 'nodejs' as node on some systems # will replace symlink if it exists, but won't replace regular file if [[ ! -f /usr/bin/node ]]; then