From 0649f839781448b8aa0c91ac4471365b737ffbf8 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Feb 2025 01:34:03 +0900 Subject: color coding & script tweaks --- copy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy.sh b/copy.sh index e90fb5bf..30af722e 100755 --- a/copy.sh +++ b/copy.sh @@ -411,7 +411,7 @@ if [ ! -d "$HOME/.config" ]; then exit 1 fi -printf "${INFO} - copying dotfiles ${BLUE}first${RESET} part\n" +printf "${INFO} - copying dotfiles ${SKY_BLUE}first${RESET} part\n" # Config directories which will ask the user whether to replace or not DIRS=" ags @@ -473,7 +473,7 @@ done printf "\n%.0s" {1..1} -printf "${INFO} - Copying dotfiles ${BLUE}second${RESET} part\n" +printf "${INFO} - Copying dotfiles ${SKY_BLUE}second${RESET} part\n" # Check if the config directory exists if [ ! -d "config" ]; then -- cgit v1.2.3