Cleaner seperation

This commit is contained in:
David Heinemeier Hansson
2025-06-17 10:04:08 +02:00
parent 8b31902909
commit fe9030f6c5
2 changed files with 3 additions and 4 deletions

View File

@ -10,12 +10,11 @@ ascii_art=' ▄██████▄ ▄▄▄▄███▄▄▄▄
echo -e "\n$ascii_art\n\n"
echo "Starting installation of Omarchy..."
sudo pacman -Sy --noconfirm --needed git >/dev/null
echo "Cloning Omarchy..."
echo "\nCloning Omarchy..."
rm -rf ~/.local/share/omarchy/
git clone https://github.com/basecamp/omarchy.git ~/.local/share/omarchy >/dev/null
echo "Installation starting..."
echo "\nInstallation starting..."
source ~/.local/share/omarchy/install.sh