diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-02-06 01:34:03 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-02-06 01:34:19 +0900 |
| commit | 0649f839781448b8aa0c91ac4471365b737ffbf8 (patch) | |
| tree | a47f3ce6402c4e0bf761327439f776ba86db5d94 /copy.sh | |
| parent | 23502b208f658e24f655cdeb91a0d3cf1501ce46 (diff) | |
color coding & script tweaks
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
