From db6fee8a363e519d1c8694bb626c8a679cbd2f3d Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 27 Jan 2023 17:07:13 +0100 Subject: [PATCH] Bye bye zathura. --- _desktop/install-desktop.sh | 2 +- {_desktop => _unused}/zathura/zathurarc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {_desktop => _unused}/zathura/zathurarc (100%) diff --git a/_desktop/install-desktop.sh b/_desktop/install-desktop.sh index 7ebc764..448a4ef 100644 --- a/_desktop/install-desktop.sh +++ b/_desktop/install-desktop.sh @@ -4,7 +4,7 @@ mkdir -p ~/.config ~/.local/bin # link config -for i in clipit dunst gtk-3.0 neofetch qtile zathura; do +for i in clipit dunst gtk-3.0 neofetch qtile; do rm -rf ~/.config/${i} ln -sf $(pwd)/${i} ~/.config done diff --git a/_desktop/zathura/zathurarc b/_unused/zathura/zathurarc similarity index 100% rename from _desktop/zathura/zathurarc rename to _unused/zathura/zathurarc