From 7c3ddc91a2ac74a8d75525640e95178d4e83624a Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 14 Mar 2023 19:23:21 +0100 Subject: [PATCH] feat: better dwm end message --- dwm/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dwm/install.sh b/dwm/install.sh index 7256b3b..93470ae 100755 --- a/dwm/install.sh +++ b/dwm/install.sh @@ -33,4 +33,5 @@ git clone https://git.maby.dev/ange/suckless /tmp/suckless/ cd $_ ./update.sh -echo -e "${BOLD}${GREEN}DONE. You can reboot.${NORMAL}" +echo -e "${BOLD}${GREEN}DONE. I recommend you run ./dotfiles to get a fully \ +functioning config and you can reboot.${NORMAL}"