commit 8f6f6446c0b70922790c6de9b4612e7ca7210a0e
parent 05020c8efc91abf127fc87d3a553bc57b6100e82
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 7 Jul 2018 02:18:03 -0400
messages added for voidrice/mutt-wizard downloads
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/larbs_user.sh b/src/larbs_user.sh
@@ -30,12 +30,12 @@ do
aurcheck $prog >/dev/null
done
-echo Downloading config files...
+dialog --infobox "Downloading and installing config files..." 4 60
git clone --depth 1 https://github.com/lukesmithxyz/voidrice.git >/dev/null &&
rsync -va voidrice/ /home/$(whoami) >/dev/null &&
rm -rf voidrice >/dev/null
-echo Downloading email setup...
+dialog --infobox "Readying mutt-wizard..." 4 60
git clone --depth 1 https://github.com/lukesmithxyz/mutt-wizard.git /home/$(whoami)/.config/mutt >/dev/null
dialog --infobox "Generating bash/ranger/qutebrowser shortcuts..." 4 60