replaced neofetch :(
This commit is contained in:
parent
dc1a84cba5
commit
c74296070a
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -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"
|
||||
|
12
common/debian/apps/fastfetch.sh
Normal file
12
common/debian/apps/fastfetch.sh
Normal 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
|
||||
}
|
@ -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
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user