From 623a41c54a993b4170a67db13de2ac0d07d983e6 Mon Sep 17 00:00:00 2001 From: the_4n0nym0u53 Date: Mon, 6 Jun 2022 12:26:40 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9540293..71f748b 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ sleep 0.5 echo "=> Determining OS..." if [ "$(uname -o)" = "Android" ] || [ "$(lsb_release -si)" = "Fedora" ]; then - set -- "nvim" "scripts" "zsh" + set -- "alacritty" "nvim" "scripts" "zsh" INSTALL="pkg install" elif [ "$(lsb_release -si)" = "Debian" ] || [ "$(lsb_release -si)" = "Ubuntu" ]; then set -- "scripts" "zsh"