[setup.sh] Build fortunes file in setup.sh
This commit is contained in:
parent
aefda50590
commit
884fa0a542
1 changed files with 7 additions and 0 deletions
7
setup.sh
7
setup.sh
|
@ -54,6 +54,11 @@ function matches_skip_item {
|
|||
return 1
|
||||
}
|
||||
|
||||
function build_fortunes {
|
||||
echo "Building fortunes file"
|
||||
(cd Fortune && make)
|
||||
}
|
||||
|
||||
print -P " %BHome:%b $HOME"
|
||||
print -P " %BDotfiles:%b $dotfiles_dir"
|
||||
print -P "%BSkip Items:%b $skipitems\n"
|
||||
|
@ -163,4 +168,6 @@ if (( $configure_vim )); then
|
|||
$VIM +PlugInstall +qall
|
||||
fi
|
||||
|
||||
build_fortunes
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue