From 8f2034a73486ebe8cd0f21040f7e9ba3eaf65450 Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 21 Jun 2024 15:42:23 +0000 Subject: [PATCH] fixed alacritty themes command --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9b96cd2..b2bac9a 100644 --- a/setup.sh +++ b/setup.sh @@ -92,7 +92,7 @@ dnf install -y --refresh alacritty nautilus nodejs librewolf code \ npm install -g @bitwarden/cli alacritty-themes typescript || echo "failed to install Typescript!" -alacritty-themes Hyper || echo "Theme install failed!" +alacritty-themes --create && alacritty-themes Hyper || echo "Theme install failed!" # Remove old programs dnf remove thunar foot || ""