Skip to content

Commit

Permalink
git vendor seems useful for bash-it dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Dec 5, 2023
1 parent ad2396e commit cfe8a74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/available/jake-install-tools.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,12 @@ function _jake-check-optional-tools() {
echo 'sudo rm "$(which git-delta)"'
fi

if _command_exists git-vendor ; then
echo "Nothing to do for git-vendor - git-vendor is happy"
else
echo "Consider installing git-vendor - it's a tool for bash-it vendor management from https://github.com/Tyrben/git-vendor"
fi

if _command_exists makedeb ; then
echo "Nothing to do for makedeb - makedeb is happy"
else
Expand Down

0 comments on commit cfe8a74

Please sign in to comment.