From d47e4ee626d0eab2a210c40fac6e576b9182a066 Mon Sep 17 00:00:00 2001 From: Philomena Date: Mon, 22 Jul 2024 23:55:38 +0200 Subject: [PATCH] fix(install.sh): fix home directory --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e430a63..baf934b 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh CONFIGFILES_REPOSITORY="https://git.pew.io/technowitch/elas-arch-config.git" -CONFIGFILES_DIRECTORY="~/dotfiles" +CONFIGFILES_DIRECTORY="${HOME}/dotfiles" # This script installs these dotfiles.