Remove neofetch

This commit is contained in:
RealStickman 2023-01-13 11:51:17 +01:00
parent 326e2ae537
commit bf77bce184

View File

@ -335,11 +335,11 @@ systemctl --user start autotrash
systemctl --user enable autotrash.timer systemctl --user enable autotrash.timer
# REVIEW Patched neofetch version to remove Color codes # REVIEW Patched neofetch version to remove Color codes
git clone https://github.com/RealStickman/neofetch #git clone https://github.com/RealStickman/neofetch
cd neofetch #cd neofetch
sudo make install #sudo make install
cd .. #cd ..
rm -rf neofetch #rm -rf neofetch
# install paru-bin with yay, or download paru from github # install paru-bin with yay, or download paru from github
if [[ $(pacman -Q | grep yay) ]] && [[ ! $(pacman -Q | grep paru) ]]; then if [[ $(pacman -Q | grep yay) ]] && [[ ! $(pacman -Q | grep paru) ]]; then