Copies previous config files and documents into another folder.
This commit is contained in:
parent
18e780f704
commit
e3ac5b8872
@ -11,6 +11,13 @@ rm -rf ~/config
|
|||||||
#clone this repo
|
#clone this repo
|
||||||
git clone https://gitlab.com/RealStickman-arcolinux/config.git &&
|
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
|
#copy stuff
|
||||||
cp -r ~/config/.config/ ~/ &&
|
cp -r ~/config/.config/ ~/ &&
|
||||||
cp ~/config/.bashrc ~/ &&
|
cp ~/config/.bashrc ~/ &&
|
||||||
|
Loading…
Reference in New Issue
Block a user