This commit is contained in:
Stephan Raabe 2024-02-16 13:41:49 +01:00
parent e70c440de0
commit 8e096f83e2

View File

@ -1,4 +1,5 @@
#!/bin/bash
clear
if [ -f ~/dotfiles/.settings/terminal.sh ]; then
terminal="$(cat ~/dotfiles/.settings/terminal.sh)"
echo ":: Installing $terminal"
@ -13,4 +14,5 @@ if [ -f ~/dotfiles/.settings/terminal.sh ]; then
fi
else
echo "ERROR: ~/dotfiles/.settings/terminal.sh not found"
fi
fi
sleep 3