fix restore.sh *again*
This commit is contained in:
parent
3af186e626
commit
c7fe410a14
1 changed files with 2 additions and 4 deletions
|
@ -22,10 +22,8 @@ mkdir $HOME/.gnupg
|
||||||
cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
|
cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/
|
||||||
|
|
||||||
# vesktop
|
# vesktop
|
||||||
rm -rf $HOME/.config/vesktop/
|
mkdir $HOME/vesktop
|
||||||
mkdir -p $HOME/.config/vesktop/
|
cp -r $GIT_DIR/vesktop/* $HOME/vesktop/
|
||||||
cp -r $GIT_DIR/vesktop/* $HOME/.config/vesktop/
|
|
||||||
|
|
||||||
# i3
|
# i3
|
||||||
rm -rf $HOME/.config/i3
|
rm -rf $HOME/.config/i3
|
||||||
cp -r $GIT_DIR/i3 $HOME/.config/
|
cp -r $GIT_DIR/i3 $HOME/.config/
|
||||||
|
|
Loading…
Reference in a new issue