slogan and formatting

This commit is contained in:
Adam 2023-06-15 18:19:24 -04:00
parent 07748f7fab
commit 862ce2c42a

10
setup
View file

@ -1,14 +1,14 @@
#!/bin/bash
clear
exec > >(less +F --header 7) 2>&1
exec > >(less +F --header 8) 2>&1
trap 'exec >&- 2>&-; wait' EXIT
curl -s https://doordesk.net/doors
echo "-------------------------------------------------------"
echo -e "Doors are sturdier than windows.\n-------------------------------------------------------"
. /etc/os-release
OS=$NAME
echo -e "Detected OS as $OS"
echo -e "\nDetected OS as $OS"
if [[ $OS == *Arch* ]]; then
cd &&
@ -56,5 +56,5 @@ echo -e "\nInstalling Configs..." &&
echo -e "\nLinking profile..." &&
cp -sbv $HOME/.config/shell/profile $HOME/.zprofile &&
echo -e "\nDone!"
killall -s SIGINT less
echo -e "\n\nDone!\nLog out and back in for changes to take effect."
sleep 1 && killall -s SIGINT less