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 | |
parent | c1aa51ffb77a22de6ec526c09d78079359ea5b28 (diff) | |
download | dotfiles-d46f2e3ff3ad992c37f5f39d6d5fdadffb2a498e.tar.gz |
update install
-rw-r--r-- | .radare2rc | 3 | ||||
-rwxr-xr-x | install.sh | 11 |
2 files changed, 1 insertions, 13 deletions
diff --git a/.radare2rc b/.radare2rc deleted file mode 100644 index a120314..0000000 --- a/.radare2rc +++ /dev/null @@ -1,3 +0,0 @@ -e scr.color=2 -e cfg.fortunes=true -e cfg.fortunes.type=creepy @@ -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 |