slogan and formatting
This commit is contained in:
parent
07748f7fab
commit
862ce2c42a
1 changed files with 5 additions and 5 deletions
10
setup
10
setup
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue