From ea93a7ef2295e714c67e6454306d8ee6469eb581 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 17 Jun 2025 10:05:19 +0200 Subject: [PATCH] Need -e --- boot.sh | 6 +++--- install/2-identification.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot.sh b/boot.sh index 97a2ad2..f4992e6 100644 --- a/boot.sh +++ b/boot.sh @@ -8,13 +8,13 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄ ▀██████▀ ▀█ ███ █▀ ███ █▀ ███ ███ ████████▀ ███ █▀ ▀█████▀ ███ ███ ' -echo -e "\n$ascii_art\n\n" +echo -e "\n\n$ascii_art\n\n" sudo pacman -Sy --noconfirm --needed git >/dev/null -echo "\nCloning Omarchy..." +echo -e "\nCloning Omarchy..." rm -rf ~/.local/share/omarchy/ git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null -echo "\nInstallation starting..." +echo -e "\nInstallation starting..." source ~/.local/share/omarchy/install.sh diff --git a/install/2-identification.sh b/install/2-identification.sh index d77a5d6..20ab81f 100644 --- a/install/2-identification.sh +++ b/install/2-identification.sh @@ -2,6 +2,6 @@ yay -S --noconfirm --needed gum # Configure identification -echo "\nEnter identification for git and autocomplete..." +echo -e "\nEnter identification for git and autocomplete..." export OMAKUB_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ") export OMAKUB_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")