From 9dfff1316f51fb62ae6ddeb3d6d31adf736573d4 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 14 Jun 2021 14:05:53 +0100 Subject: [PATCH] improve install script --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 43115f0..5291884 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,3 @@ #!/bin/sh -ln -s "$HOME"/.config/Xresources/Xresources "$HOME"/.Xresources +ln -s "${PWD}/Xresources" "$HOME/.Xresources"