.dotfiles/updot

9 lines
296 B
Plaintext
Raw Normal View History

2020-03-08 19:00:12 +01:00
#!/usr/bin/sh
cd ~
cp -r .config .zshrc .Xresources .aliases .bashrc .scripts .zprofile .bash_profile .local/share/TelegramDesktop/tdata/shortcuts-custom.json ~/Dotfiles/botfiles/ &>/dev/null
cd ~/Dotfiles/botfiles/.config/
rm -rf nvim/bundle zsh/plugins transmission mpd/database zsh/history
2020-03-08 19:00:12 +01:00