summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-21 01:15:24 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-21 01:15:24 +0200
commitc5265e183f3e7306a3a4b7db01a91d044d3b79e2 (patch)
treee0d68b362b84d343f5b349d87806b94e88e2e54a
parentb94868f9118f0ae3316f68210a7e0e9256b76c06 (diff)
downloaddotfiles-c5265e183f3e7306a3a4b7db01a91d044d3b79e2.tar.gz
fix Install
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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"]="."