From 439d249e42ddba594115411a4eafc6140cf46dfc Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Mon, 28 Nov 2022 11:26:59 -0500 Subject: Use soft links instead of hard links --- modules/40-neofetch/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/40-neofetch/install.sh') diff --git a/modules/40-neofetch/install.sh b/modules/40-neofetch/install.sh index 39ef2f2..bd1e900 100644 --- a/modules/40-neofetch/install.sh +++ b/modules/40-neofetch/install.sh @@ -20,5 +20,5 @@ function install() { log info "linking neofetch config" mkdir -p "$HOME/.config/neofetch" - ln -f "$_scriptdir/config.conf" "$HOME/.config/neofetch/config.conf" + ln -sf "$_scriptdir/config.conf" "$HOME/.config/neofetch/config.conf" } -- cgit v1.2.3