From 6c3bace8f3237815c058444f2d4631ff79cbbf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 2 Dec 2024 15:47:18 +0100 Subject: [PATCH] Do lots of more stuff --- install | 1 + install.conf.yaml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/install b/install index 84b8eb3..61f9b6c 100755 --- a/install +++ b/install @@ -11,5 +11,6 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" cd "${BASEDIR}" git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive git submodule update --init --recursive "${DOTBOT_DIR}" +git submodule update --init --recursive "dotbot-if" "${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" -p dotbot-if/if.py "${@}" diff --git a/install.conf.yaml b/install.conf.yaml index c627f38..1f378fb 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -20,9 +20,7 @@ path: fish/** glob: true - shell: - - fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher" - - fisher install fischerling/plugin-wd - - fisher install acomagu/fish-async-prompt + - fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher && fisher install fischerling/plugin-wd && fisher install acomagu/fish-async-prompt" - cond: "which starship" met: