mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
ignore only brew plugin on macos
This commit is contained in:
parent
53723e6e05
commit
1fc3c0ddfe
2
install
2
install
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user