@@ -19,7 +19,7 @@ function banner() {
1919 ┃ ${COLOR_BASED} (____/ ${COLOR_SKY} ┃
2020 ┃ ┃
2121 ┃ ${COLOR_BASED} 🚀 Version : ${VERSION} ${COLOR_SKY} ┃
22- ┃ ${COLOR_BASED} 📅 Build Date : ${BUILD_DATE} ${COLOR_SKY} ┃
22+ ┃ ${COLOR_BASED} 📅 Build Date : ${BUILD_DATE} ${COLOR_SKY} ┃
2323 ┃ ${COLOR_BASED} ⚙️ Author : ${AUTHOR} ${COLOR_SKY} ┃
2424 ┃ ┃
2525 ╰────────────────────────────────────────────────────────────────╯${COLOR_BASED} "
@@ -219,8 +219,6 @@ function cloneRepository() {
219219
220220 fi
221221
222- echo -e " "
223-
224222 done
225223
226224 echo -e " " >> $( pwd) /.log
@@ -256,10 +254,10 @@ function backupDotFiles() {
256254
257255 echo -e " \n 📦 Backup dotfiles"
258256 echo -e " Backup dotfile:" >> $( pwd) /.log
257+ echo -e " "
259258 sleep 2s
260259
261260 for BACKUP_DOTFILE in " ${BACKUP_DOTFILES[@]} " ; do
262- echo -e " "
263261
264262 start_ghost " Backup ${BACKUP_DOTFILE} ..."
265263 sleep 2s
@@ -298,7 +296,6 @@ function backupDotFiles() {
298296
299297 }
300298
301- echo -e " "
302299 backupExec
303300 installDotFiles
304301
@@ -347,7 +344,7 @@ function neovimPlugins() {
347344
348345 logDate Status NvChad [${COLOR_SUCCESS} FOUND${COLOR_BASED} ]
349346
350- logDate Preparing to install Plugin [ Move NvChad to .config/nvim]
347+ logDate Move NvChad to .config/nvim
351348 mv $HOME /NvChad $HOME /.config/nvim
352349 if [ -d $HOME /.config/nvim ]; then
353350
@@ -404,7 +401,7 @@ function zshThemes() {
404401 for ZSH_CUSTOM_THEME in " ${ZSH_CUSTOM_THEMES[@]} " ; do
405402
406403 # logDate $ZSH_CUSTOM_THEME
407- start_ghost " ${ZSH_CUSTOM_THEME} "
404+ start_ghost " Installing ${ZSH_CUSTOM_THEME} ... "
408405 sleep 2s
409406 cp $( pwd) /${PATHDIR} /${ZSH_CUSTOM_THEME} $HOME /${PATHDIR} /${ZSH_CUSTOM_THEME}
410407
0 commit comments