Add remove unused configs option for dotman

This commit is contained in:
Wiktor Zykubek 2020-03-16 22:49:23 +01:00
parent 41ddbce60d
commit c3224aab01

3
dotman
View File

@ -141,6 +141,9 @@ copy_configs() {
mv ~/.config/sxhkd/sxhkdrc.laptop ~/.config/sxhkd/sxhkdrc mv ~/.config/sxhkd/sxhkdrc.laptop ~/.config/sxhkd/sxhkdrc
fi fi
rm -rf ~/.config/sxhkd/sxhkdrc.*
rm -rf ~/.config/polybar/config.*
cd ~/Dotfiles/botfiles cd ~/Dotfiles/botfiles
mkdir -p ~/.local/share/TelegramDesktop/tdata/ mkdir -p ~/.local/share/TelegramDesktop/tdata/
cp shortcuts-custom.json ~/.local/share/TelegramDesktop/tdata cp shortcuts-custom.json ~/.local/share/TelegramDesktop/tdata