From c5265e183f3e7306a3a4b7db01a91d044d3b79e2 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 21 May 2020 01:15:24 +0200 Subject: fix Install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f47116..8472ef2 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ #['name']='install location' declare -A CONFIGS -CONFIGS=( UU ["nvim"]=".config" +CONFIGS=( ["nvim"]=".config" [".vim"]="." [".xinitrc"]="." [".compton.conf"]="." -- cgit v1.2.3