Bye bye zathura.

This commit is contained in:
Bartek Stalewski 2023-01-27 17:07:13 +01:00
parent c85628c5d7
commit db6fee8a36
2 changed files with 1 additions and 1 deletions

View File

@ -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