diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-05-21 01:15:24 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-05-21 01:15:24 +0200 |
commit | c5265e183f3e7306a3a4b7db01a91d044d3b79e2 (patch) | |
tree | e0d68b362b84d343f5b349d87806b94e88e2e54a | |
parent | b94868f9118f0ae3316f68210a7e0e9256b76c06 (diff) | |
download | dotfiles-c5265e183f3e7306a3a4b7db01a91d044d3b79e2.tar.gz |
fix Install
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #['name']='install location' declare -A CONFIGS -CONFIGS=( UU ["nvim"]=".config" +CONFIGS=( ["nvim"]=".config" [".vim"]="." [".xinitrc"]="." [".compton.conf"]="." |