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