ignore only brew plugin on macos

This commit is contained in:
cupcakearmy 2022-10-21 01:23:27 +02:00
parent 53723e6e05
commit 1fc3c0ddfe
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ platform="$(uname -s)"
if [[ $platform == "Darwin" ]]; then
# Brew
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" --plugin-dir plugins/dotbot-brew -c "${CONFIG}" "${@}"
else
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
fi
# NeoVim & Vim Plugins https://github.com/junegunn/vim-plug