source controlling build steps

This commit is contained in:
Wryn (yage) Wagner 2022-08-16 19:12:23 -06:00
parent 2b4511739c
commit dee43bd39d
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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; }