From dee43bd39dd8f6f739d472fd3138eb213c4e95f0 Mon Sep 17 00:00:00 2001 From: yage Date: Tue, 16 Aug 2022 19:12:23 -0600 Subject: [PATCH] source controlling build steps --- config/scwrypts.dotfile.conf | 1 + config/scwrypts.vundle.zsh | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 config/scwrypts.vundle.zsh diff --git a/config/scwrypts.dotfile.conf b/config/scwrypts.dotfile.conf index 7183bff..1d07d11 100644 --- a/config/scwrypts.dotfile.conf +++ b/config/scwrypts.dotfile.conf @@ -26,6 +26,7 @@ $DOTWRYN/config/ripgrep.conf ripgrep/config $DOTWRYN/config/scwrypts.conf scwrypts/config $DOTWRYN/config/scwrypts.dotfile.conf scwrypts/config.dotfile.zsh $DOTWRYN/config/scwrypts.local.env scwrypts/env/local +$DOTWRYN/config/scwrypts.vundle.zsh ../.vim/bundle/build.zsh $DOTWRYN/config/tmux.conf tmux/tmux.conf $DOTWRYN/config/xcompose.conf X11/xcompose $DOTWRYN/config/xconfig.conf X11/xconfig diff --git a/config/scwrypts.vundle.zsh b/config/scwrypts.vundle.zsh new file mode 100644 index 0000000..1baa000 --- /dev/null +++ b/config/scwrypts.vundle.zsh @@ -0,0 +1,13 @@ +# +# Scwrypts Build Definitions +# + + +VUNDLE_BUILD__ale() {} +VUNDLE_BUILD__nerdtree() {} +VUNDLE_BUILD__vim-fugitive() {} +VUNDLE_BUILD__vim-go() {} +VUNDLE_BUILD__vim-surround() {} + +VUNDLE_BUILD__vim-hexokinase() { make hexokinase; } +VUNDLE_BUILD__youcompleteme() { ./install.py --all; }