diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-05-21 00:51:08 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-05-21 00:51:08 +0200 |
commit | d46f2e3ff3ad992c37f5f39d6d5fdadffb2a498e (patch) | |
tree | 1979c091b3fc1841b114496c552823189616643c /install.sh | |
parent | c1aa51ffb77a22de6ec526c09d78079359ea5b28 (diff) | |
download | dotfiles-d46f2e3ff3ad992c37f5f39d6d5fdadffb2a498e.tar.gz |
update install
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -2,20 +2,11 @@ #['name']='install location' declare -A CONFIGS -CONFIGS=( ["sway"]=".config" - ["alacritty"]=".config" - ["polybar"]=".config" - ["powerline"]=".config" - ["nvim"]=".config" - ["termite"]=".config" - ["twmn"]=".config" - [".i3"]="." +CONFIGS=( UU ["nvim"]=".config" [".vim"]="." [".xinitrc"]="." [".compton.conf"]="." [".bashrc"]="." - [".Xresources"]="." - [".radare2rc"]="." [".bash_profile"]="." ) #1: message |