replaced neofetch :(

This commit is contained in:
Sven Heidemann 2024-07-16 09:52:24 +02:00
parent dc1a84cba5
commit c74296070a
6 changed files with 28 additions and 11 deletions

View File

@ -16,7 +16,8 @@
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#ab307e",
"statusBarItem.remoteBackground": "#832561",
"statusBarItem.remoteForeground": "#e7e7e7"
"statusBarItem.remoteForeground": "#e7e7e7",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#832561",
"python.pythonPath": "C:\\Users\\sattler\\AppData\\Local\\Programs\\Python\\Python39\\python.exe"

View File

@ -0,0 +1,12 @@
#!/bin/bash
install_neofetch() {
echo "Installing fastfetch"
sudo apt install fastfetch -y
echo '
if [ $USER != "root" ]; then
echo ""
fastfetch
fi
' | sudo tee -a /etc/bash.bashrc > /dev/null
}

View File

@ -1,12 +1,16 @@
#!/bin/bash
source $PWD/common/debian/apps/fastfetch.sh
# neofetch is not longer maintained
install_neofetch() {
echo "Installing neofetch"
sudo apt install neofetch -y
echo '
if [ $USER != "root" ]; then
echo ""
neofetch
fi
' | sudo tee -a /etc/bash.bashrc > /dev/null
install_fastfetch
# echo "Installing neofetch"
# sudo apt install neofetch -y
# echo '
# if [ $USER != "root" ]; then
# echo ""
# neofetch
# fi
# ' | sudo tee -a /etc/bash.bashrc > /dev/null
}

View File

@ -7,7 +7,7 @@ source $PWD/common/debian/scripts/first_install.sh
# source $PWD/common/debian/apps/git.sh
source $PWD/common/debian/apps/lsd.sh
source $PWD/common/debian/apps/ncdu.sh
source $PWD/common/debian/apps/neofetch.sh
source $PWD/common/debian/apps/fastfetch.sh
source $PWD/common/debian/apps/trash-cli.sh
update
@ -18,7 +18,7 @@ first_install
install_lsd
install_ncdu
sudo python3 $PWD/users/vsrv/scripts/write_bashrc.py /home/ /root/
install_neofetch
install_fastfetch
install_trash_cli
# clean motd