diff --git a/.vscode/settings.json b/.vscode/settings.json index 92bb903..6f00763 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" diff --git a/common/debian/apps/fastfetch.sh b/common/debian/apps/fastfetch.sh new file mode 100644 index 0000000..145fdf7 --- /dev/null +++ b/common/debian/apps/fastfetch.sh @@ -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 +} diff --git a/common/debian/apps/neofetch.sh b/common/debian/apps/neofetch.sh index 0d84592..bd9b638 100644 --- a/common/debian/apps/neofetch.sh +++ b/common/debian/apps/neofetch.sh @@ -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 } diff --git a/users/bianyx/config/hello-world.conf b/users/bianyx/config/hello-world.conf deleted file mode 100644 index e69de29..0000000 diff --git a/users/bianyx/scripts/hello-world.sh b/users/bianyx/scripts/hello-world.sh deleted file mode 100644 index e69de29..0000000 diff --git a/users/vsrv/scripts/server_installation.sh b/users/vsrv/scripts/server_installation.sh index a25b869..bfb4355 100644 --- a/users/vsrv/scripts/server_installation.sh +++ b/users/vsrv/scripts/server_installation.sh @@ -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