Skip to content

Commit

Permalink
Change output installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nihsx committed Oct 6, 2021
1 parent dd0bc70 commit def3474
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function banner() {
${COLOR_BASED}(____/ ${COLOR_SKY}
┃ ┃
${COLOR_BASED}🚀 Version : ${VERSION} ${COLOR_SKY}
${COLOR_BASED}📅 Build Date : ${BUILD_DATE} ${COLOR_SKY}
${COLOR_BASED}📅 Build Date : ${BUILD_DATE} ${COLOR_SKY}
${COLOR_BASED}⚙️ Author : ${AUTHOR} ${COLOR_SKY}
┃ ┃
╰────────────────────────────────────────────────────────────────╯${COLOR_BASED}"
Expand Down Expand Up @@ -219,8 +219,6 @@ function cloneRepository() {

fi

echo -e ""

done

echo -e "" >> $(pwd)/.log
Expand Down Expand Up @@ -256,10 +254,10 @@ function backupDotFiles() {

echo -e "\n‏‏‎‏‏‎ ‎ ‎‏‏‎ ‎📦 Backup dotfiles"
echo -e "Backup dotfile:" >> $(pwd)/.log
echo -e ""
sleep 2s

for BACKUP_DOTFILE in "${BACKUP_DOTFILES[@]}"; do
echo -e ""

start_ghost " Backup ${BACKUP_DOTFILE}..."
sleep 2s
Expand Down Expand Up @@ -298,7 +296,6 @@ function backupDotFiles() {

}

echo -e ""
backupExec
installDotFiles

Expand Down Expand Up @@ -347,7 +344,7 @@ function neovimPlugins() {

logDate Status NvChad [${COLOR_SUCCESS}FOUND${COLOR_BASED}]

logDate Preparing to install Plugin [Move NvChad to .config/nvim]
logDate Move NvChad to .config/nvim
mv $HOME/NvChad $HOME/.config/nvim
if [ -d $HOME/.config/nvim ]; then

Expand Down Expand Up @@ -404,7 +401,7 @@ function zshThemes() {
for ZSH_CUSTOM_THEME in "${ZSH_CUSTOM_THEMES[@]}"; do

# logDate $ZSH_CUSTOM_THEME
start_ghost " ${ZSH_CUSTOM_THEME}"
start_ghost " Installing ${ZSH_CUSTOM_THEME}..."
sleep 2s
cp $(pwd)/${PATHDIR}/${ZSH_CUSTOM_THEME} $HOME/${PATHDIR}/${ZSH_CUSTOM_THEME}

Expand Down

0 comments on commit def3474

Please sign in to comment.