source controlling build steps
This commit is contained in:
parent
2b4511739c
commit
dee43bd39d
@ -26,6 +26,7 @@ $DOTWRYN/config/ripgrep.conf ripgrep/config
|
|||||||
$DOTWRYN/config/scwrypts.conf scwrypts/config
|
$DOTWRYN/config/scwrypts.conf scwrypts/config
|
||||||
$DOTWRYN/config/scwrypts.dotfile.conf scwrypts/config.dotfile.zsh
|
$DOTWRYN/config/scwrypts.dotfile.conf scwrypts/config.dotfile.zsh
|
||||||
$DOTWRYN/config/scwrypts.local.env scwrypts/env/local
|
$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/tmux.conf tmux/tmux.conf
|
||||||
$DOTWRYN/config/xcompose.conf X11/xcompose
|
$DOTWRYN/config/xcompose.conf X11/xcompose
|
||||||
$DOTWRYN/config/xconfig.conf X11/xconfig
|
$DOTWRYN/config/xconfig.conf X11/xconfig
|
||||||
|
13
config/scwrypts.vundle.zsh
Normal file
13
config/scwrypts.vundle.zsh
Normal 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; }
|
Loading…
Reference in New Issue
Block a user