mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-27 22:58:29 +00:00
Fix: Removed dotbot-gh-extension
This commit is contained in:
3
install
3
install
@@ -17,7 +17,6 @@ git submodule update --init --recursive
|
|||||||
"${DOTBOT_BIN_PATH}" \
|
"${DOTBOT_BIN_PATH}" \
|
||||||
-d "${BASEDIR}" \
|
-d "${BASEDIR}" \
|
||||||
--plugin-dir=dotbot-brew \
|
--plugin-dir=dotbot-brew \
|
||||||
--plugin-dir=dotbot-gh-extension \
|
|
||||||
--plugin-dir=dotbot-include \
|
--plugin-dir=dotbot-include \
|
||||||
-c "${CONFIG}" \
|
-c "${CONFIG}" \
|
||||||
"${@}"
|
"${@}"
|
||||||
@@ -30,8 +29,8 @@ if [ "${DOTBOT_HOST}" != "" ]; then
|
|||||||
&& "$DOTBOT_BIN_PATH" \
|
&& "$DOTBOT_BIN_PATH" \
|
||||||
-d "$BASEDIR" \
|
-d "$BASEDIR" \
|
||||||
--plugin-dir=dotbot-brew \
|
--plugin-dir=dotbot-brew \
|
||||||
--plugin-dir=dotbot-gh-extension \
|
|
||||||
--plugin-dir=dotbot-include \
|
--plugin-dir=dotbot-include \
|
||||||
-c "$DOTBOT_HOST_CONFIG" \
|
-c "$DOTBOT_HOST_CONFIG" \
|
||||||
"${@}"
|
"${@}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user