Do lots of more stuff
This commit is contained in:
parent
e6916cabfe
commit
6c3bace8f3
2 changed files with 2 additions and 3 deletions
1
install
1
install
|
@ -11,5 +11,6 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
cd "${BASEDIR}"
|
cd "${BASEDIR}"
|
||||||
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
||||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
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 "${@}"
|
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" -p dotbot-if/if.py "${@}"
|
||||||
|
|
|
@ -20,9 +20,7 @@
|
||||||
path: fish/**
|
path: fish/**
|
||||||
glob: true
|
glob: true
|
||||||
- shell:
|
- shell:
|
||||||
- fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher"
|
- 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"
|
||||||
- fisher install fischerling/plugin-wd
|
|
||||||
- fisher install acomagu/fish-async-prompt
|
|
||||||
|
|
||||||
- cond: "which starship"
|
- cond: "which starship"
|
||||||
met:
|
met:
|
||||||
|
|
Loading…
Reference in a new issue