install.sh: fix formatting

This commit is contained in:
Fernando Schauenburg 2023-10-03 12:47:30 +02:00
parent 56382e39b2
commit 2f4b5322a6

View file

@ -4,7 +4,7 @@
dotfiles="$(dirname "$(realpath "$0")")" dotfiles="$(dirname "$(realpath "$0")")"
if [ -t 1 ]; then if [ -t 1 ]; then
sgr0="$(printf '\033[0m')" sgr0="$(printf '\033[0m')"
red="$(printf '\033[31m')" red="$(printf '\033[31m')"
green="$(printf '\033[32m')" green="$(printf '\033[32m')"
yellow="$(printf '\033[33m')" yellow="$(printf '\033[33m')"
@ -26,8 +26,8 @@ error() {
exit 1 exit 1
} }
heading(){ heading() {
echo "${blue}===== $1 ==========$sgr0"; echo "${blue}===== $1 ==========$sgr0"
} }
load_config() { load_config() {