update
This commit is contained in:
parent
ddd7249403
commit
43096cb1b5
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -17,3 +17,6 @@
|
||||
[submodule "dotbot_plugins/dotbot-conditional"]
|
||||
path = dotbot_plugins/dotbot-conditional
|
||||
url = https://gitlab.com/gnfzdz/dotbot-conditional.git
|
||||
[submodule "dotbot_plugins/dotbot-ifplatform"]
|
||||
path = dotbot_plugins/dotbot-ifplatform
|
||||
url = https://github.com/ssbanerje/dotbot-ifplatform.git
|
||||
|
@ -108,7 +108,7 @@ window:
|
||||
# Font configuration
|
||||
font:
|
||||
normal:
|
||||
family: FantasqueSansMono Nerd Font Mono
|
||||
family: FiraCode Nerd Font Mono
|
||||
style: Regular
|
||||
size: 13.0
|
||||
# Bold font face
|
||||
|
1
dotbot_plugins/dotbot-ifplatform
Submodule
1
dotbot_plugins/dotbot-ifplatform
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit e35b5c0d7149d97ccecc8676a07895f35add725c
|
@ -36,6 +36,7 @@ for config in ${CONFIGS} ${@}; do
|
||||
# cmd=("${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||
# -p "${BASE_DIR}/${META_DIR}/dotbot-yay/yay.py" -c "$configFile")
|
||||
cmd=("${BASE_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-ifplatform/ifplatform.py" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-apt-get/aptget.py" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-conditional/conditional.py" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-pamac/pamac.py" \
|
||||
|
@ -27,6 +27,7 @@ for config in ${@}; do
|
||||
# cmd=("${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||
# -p "${BASE_DIR}/${META_DIR}/dotbot-yay/yay.py" -c "$configFile")
|
||||
cmd=("${BASE_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-ifplatform/ifplatform.py" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-apt-get/aptget.py" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-conditional/conditional.py" \
|
||||
-p "${BASE_DIR}/dotbot_plugins/dotbot-pamac/pamac.py" \
|
||||
|
@ -2,10 +2,12 @@
|
||||
link:
|
||||
create: true
|
||||
relink: true
|
||||
conditional:
|
||||
isolated: false
|
||||
|
||||
- shell:
|
||||
- [
|
||||
git submodule update --init --recursive, "Installing submodules."
|
||||
git submodule update --init --recursive, "Installing submodules."
|
||||
]
|
||||
|
||||
- clean: [
|
||||
@ -13,15 +15,3 @@
|
||||
'~/.config'
|
||||
]
|
||||
|
||||
|
||||
- defaults:
|
||||
conditional:
|
||||
isolated: False
|
||||
|
||||
- conditional:
|
||||
if:
|
||||
tty:
|
||||
then:
|
||||
shell:
|
||||
- command: "echo oui"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user