aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sheldon
diff options
context:
space:
mode:
Diffstat (limited to 'sheldon')
-rwxr-xr-xsheldon/install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/sheldon/install.sh b/sheldon/install.sh
index 1c896ae..34954af 100755
--- a/sheldon/install.sh
+++ b/sheldon/install.sh
@@ -9,4 +9,6 @@ fi
printf "%s: Installing plugins\n" "$0"
-sheldon -q lock
+sheldon lock --update 2>&1 |
+ grep -Po 'CLONED\K.*' |
+ xargs -L1 -r printf '%s: Installed: %s\n' "$0"