mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
fixed recreating badly
This commit is contained in:
parent
49fff5a029
commit
81aab4ab0e
1 changed files with 4 additions and 2 deletions
|
@ -35,8 +35,10 @@ load () {
|
|||
read confirmation
|
||||
|
||||
if [[ $confirmation == "confirm" ]]; then
|
||||
cp -r config $HOME/.config
|
||||
cp -r scripts $HOME/.scripts
|
||||
mkdir -p $HOME/.config
|
||||
cp -r config/* $HOME/.config
|
||||
mkdir -p $HOME/.scripts
|
||||
cp -r scripts/* $HOME/.scripts
|
||||
|
||||
cp bashrc $HOME/.bashrc
|
||||
cp bash_aliases $HOME/.bash_aliases
|
||||
|
|
Loading…
Reference in a new issue