Added fastfetch on tty. However, will be disabled if user decided to install pokemon colorscripts

This commit is contained in:
JaKooLit 2024-09-19 17:04:01 +09:00
parent a659885466
commit 39a076eb56
3 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## 19 Sep 2024
- updated xdph installation since it is now in Debian Repo
- Added fastfetch on tty. However, will be disabled if user decided to install pokemon colorscripts
## 14 Sep 2024
- Added Essential Packages final check in lieu of errors from Install log files in Install-Logs directory

View File

@ -18,6 +18,8 @@ source $ZSH/oh-my-zsh.sh
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
#pokemon-colorscripts --no-title -s -r
# fastfetch. Will be disabled if above colorscript was chosen to install
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
# Set-up icons for files/folders in terminal using eza
alias ls='eza -a --icons'

View File

@ -51,6 +51,10 @@ while true; do
cd pokemon-colorscripts && sudo ./install.sh && cd ..
fi
sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc >> "$LOG" 2>&1
# fastfetch. Will be disabled if above colorscript was chosen to install
fastfetch -c $HOME/.config/fastfetch/config-compact.jsonc
echo "${NOTE} Pokemon Installation process completed" 2>&1 | tee -a "$LOG"
break
;;