From 9d1c143cac9942811aeba937b6b2ea444a428c02 Mon Sep 17 00:00:00 2001 From: AngeD Date: Tue, 14 Mar 2023 20:18:06 +0100 Subject: [PATCH] fix: reboot messages --- dotfiles.sh | 8 ++++++++ dwm/install.sh | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dotfiles.sh b/dotfiles.sh index e978770..ef2efbc 100755 --- a/dotfiles.sh +++ b/dotfiles.sh @@ -1,6 +1,10 @@ #!/bin/bash -e cd +NORMAL='\e[0m' +BOLD='\e[1m' +GREEN='\e[32m' + config="git --git-dir $HOME/.dotfiles --work-tree $HOME" repo='https://git.maby.dev/ange/.dotfiles.git' @@ -18,3 +22,7 @@ done $config submodule update --init --recursive --remote $config config status.showUntrackedFiles no + +chsh -s /bin/zsh + +echo -e "${BOLD}${GREEN}DONE. You need to reboot to apply the changes.${NORMAL}" diff --git a/dwm/install.sh b/dwm/install.sh index 49234a5..e282986 100755 --- a/dwm/install.sh +++ b/dwm/install.sh @@ -34,4 +34,4 @@ cd "$_" ./update.sh echo -e "${BOLD}${GREEN}DONE. I recommend you run ./dotfiles to get a fully \ -functioning config and you can reboot.${NORMAL}" +functioning config.${NORMAL}"