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:03:53 +09:00
parent 54bc0d1499
commit 17b836ee2f
3 changed files with 10 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ while true; do
[Yy]*)
zsh+=('pokemon-colorscripts-git')
sed -i '/#pokemon-colorscripts --no-title -s -r/s/^#//' assets/.zshrc
# commenting out fastfetch since pokemon was chosen to install
sed -i '/^fastfetch -c \$HOME\/.config\/fastfetch\/config-compact.jsonc$/s/^/#/' assets/.zshrc
break
;;
[Nn]*)