mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
Added fastfetch on tty. However, will be disabled if user decided to install pokemon colorscripts
This commit is contained in:
parent
a659885466
commit
39a076eb56
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user