Delete not needed items in ~/.config.

This commit is contained in:
Bartek Stalewski 2022-04-25 01:42:46 +02:00
parent 5a3de5e190
commit 20dada748e

View File

@ -9,5 +9,11 @@ for i in clipit dunst zathura; do
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/${i} ~/.config
done
# delete not needed items in ~/.config
for i in dconf gtk-3.0; do
rm -rf ~/.config/${i}
ln -sf /dev/null ~/.config/${i}
done
# copy firefox wrapper
ln -sf $XDG_DATA_HOME/repos/dotfiles/_desktop/firefox ~/.local/bin