Changed apply patch function in install script
This commit is contained in:
parent
7f3cf19243
commit
865912aed4
|
@ -24,8 +24,8 @@ function submodule {
|
||||||
}
|
}
|
||||||
# Apply patches
|
# Apply patches
|
||||||
function patch {
|
function patch {
|
||||||
cd $dotfiles/oh-my-zsh
|
cd $dotfiles
|
||||||
git am $dotfiles/patches/oh-my-zsh-patches/*.patch
|
git am $dotfiles/patches/*.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
# Comple YouCompleteMe
|
# Comple YouCompleteMe
|
||||||
|
@ -62,7 +62,7 @@ cd $dotfiles
|
||||||
|
|
||||||
# Ask and execute the install script
|
# Ask and execute the install script
|
||||||
ask "Update submodules" submodule
|
ask "Update submodules" submodule
|
||||||
ask "Patch submodules" patch
|
ask "Apply patches" patch
|
||||||
ask "Compile YCM" ycm
|
ask "Compile YCM" ycm
|
||||||
ask "Install tmux-vim-select-pane" tvpane
|
ask "Install tmux-vim-select-pane" tvpane
|
||||||
ask "Install fonts" fonts
|
ask "Install fonts" fonts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user