From 17b836ee2f6968fca18cbbc0a818dddaccc2ea81 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 19 Sep 2024 17:03:53 +0900 Subject: [PATCH] Added fastfetch on tty. However, will be disabled if user decided to install pokemon colorscripts --- CHANGELOGS.md | 3 +++ assets/.zshrc | 3 +++ install-scripts/zsh.sh | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 281740c..9e16ccb 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## Changelogs +## 19 Sep 2024 +- Added fastfetch on tty. However, will be disabled if user decided to install pokemon colorscripts + ## 18 Sep 2024 - dotfiles will now be downloaded from main or master branch instead of from the releases version. diff --git a/assets/.zshrc b/assets/.zshrc index 809eacb..97a06d3 100644 --- a/assets/.zshrc +++ b/assets/.zshrc @@ -21,6 +21,9 @@ 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 alias ls='eza -a --icons' alias ll='eza -al --icons' diff --git a/install-scripts/zsh.sh b/install-scripts/zsh.sh index d792d1e..75f4491 100755 --- a/install-scripts/zsh.sh +++ b/install-scripts/zsh.sh @@ -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]*)