Copies previous config files and documents into another folder.

This commit is contained in:
RealStickman 2020-05-16 09:58:49 +00:00
parent 18e780f704
commit e3ac5b8872

View File

@ -11,6 +11,13 @@ rm -rf ~/config
#clone this repo
git clone https://gitlab.com/RealStickman-arcolinux/config.git &&
#delete previous backups
rm -rf ~/old_dat
#back stuff up
cp -r ~/.config ~/old_dat &&
cp -r ~/Dokumente ~/old_dat &&
cp -r ~/scripts ~/old_dat &&
#copy stuff
cp -r ~/config/.config/ ~/ &&
cp ~/config/.bashrc ~/ &&