Add descriptions and output to dotbot commands
Add descriptions to the shell commands. Enable stdout and stderr for the commands (by default deactivated).
This commit is contained in:
@@ -1,7 +1,17 @@
|
|||||||
- shell:
|
- shell:
|
||||||
- git submodule update --init --recursive --jobs 8 --depth 1
|
-
|
||||||
- /bin/sh -c 'tmpd="$(mktemp -d)"; for file in .config/*; do [ ! -e "$HOME/$file" ] || mv "$HOME/$file" "$tmpd"; done; rmdir "$tmpd" 2>/dev/null || { tar czvf "existing-$(date +"%s").tar.gz" "$tmpd" && rm -rf "$tmpd"; }'
|
command: git submodule update --init --recursive --jobs 8 --depth 1 2>&1 | grep "Cloning into"
|
||||||
- .config/zsh/plugins/fzf/install --bin
|
description: Pulling all submodules
|
||||||
|
stdout: true
|
||||||
|
-
|
||||||
|
command: /bin/sh -c 'tmpd="$(mktemp -d)"; for file in .config/*; do [ ! -e "$HOME/$file" ] || mv "$HOME/$file" "$tmpd"; done; rmdir "$tmpd" 2>/dev/null || { tar czvf "existing-$(date +"%s").tar.gz" "$tmpd" && rm -rf "$tmpd"; }'
|
||||||
|
description: Archiving all files in ~/.config before overwriting them
|
||||||
|
stdout: true
|
||||||
|
stderr: true
|
||||||
|
quiet: true
|
||||||
|
-
|
||||||
|
command: .config/zsh/plugins/fzf/install --bin
|
||||||
|
description: Pulling fzf binary
|
||||||
- link:
|
- link:
|
||||||
~/.Xresources:
|
~/.Xresources:
|
||||||
.Xresources
|
.Xresources
|
||||||
|
|||||||
Reference in New Issue
Block a user