Delete not needed items in ~/.config.
This commit is contained in:
parent
5a3de5e190
commit
20dada748e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue