mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Need -e
This commit is contained in:
6
boot.sh
6
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
|
sudo pacman -Sy --noconfirm --needed git >/dev/null
|
||||||
|
|
||||||
echo "\nCloning Omarchy..."
|
echo -e "\nCloning Omarchy..."
|
||||||
rm -rf ~/.local/share/omarchy/
|
rm -rf ~/.local/share/omarchy/
|
||||||
git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null
|
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
|
source ~/.local/share/omarchy/install.sh
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
yay -S --noconfirm --needed gum
|
yay -S --noconfirm --needed gum
|
||||||
|
|
||||||
# Configure identification
|
# 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_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
|
||||||
export OMAKUB_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")
|
export OMAKUB_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")
|
||||||
|
Reference in New Issue
Block a user