From 77558b232041fd9421205bfde79b456320e6abe9 Mon Sep 17 00:00:00 2001 From: brys0 <35676267+brys0@users.noreply.github.com> Date: Fri, 30 May 2025 09:25:16 -0500 Subject: [PATCH 1/2] fix(install.sh): Installing tabler icons font to a nested directory --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c1a944d3..82c77435 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e # Exit immediately if a command fails set -u # Treat unset variables as errors set -o pipefail # Prevent errors in a pipeline from being masked -REPO_URL="https://github.com/Axenide/Ax-Shell.git" +# REPO_URL="https://github.com/Axenide/Ax-Shell.git" INSTALL_DIR="$HOME/.config/Ax-Shell" PACKAGES=( brightnessctl @@ -112,7 +112,7 @@ fi if [ ! -d "$HOME/.fonts/tabler-icons" ]; then echo "Copying local fonts to $HOME/.fonts/tabler-icons..." mkdir -p "$HOME/.fonts/tabler-icons" - cp -r "$INSTALL_DIR/assets/fonts/"* "$HOME/.fonts/tabler-icons" + cp -r "$INSTALL_DIR/assets/fonts/"* "$HOME/.fonts" else echo "Local fonts are already installed. Skipping copy." fi From 16fe3002f4a8b0c02cfafae6c6067d0a1e65095d Mon Sep 17 00:00:00 2001 From: brys0 <35676267+brys0@users.noreply.github.com> Date: Fri, 30 May 2025 09:29:58 -0500 Subject: [PATCH 2/2] fix(install.sh) remove comment for REPO_URL --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 82c77435..cb76da42 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -e # Exit immediately if a command fails set -u # Treat unset variables as errors set -o pipefail # Prevent errors in a pipeline from being masked -# REPO_URL="https://github.com/Axenide/Ax-Shell.git" +REPO_URL="https://github.com/Axenide/Ax-Shell.git" INSTALL_DIR="$HOME/.config/Ax-Shell" PACKAGES=( brightnessctl