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
|
read confirmation
|
||||||
|
|
||||||
if [[ $confirmation == "confirm" ]]; then
|
if [[ $confirmation == "confirm" ]]; then
|
||||||
cp -r config $HOME/.config
|
mkdir -p $HOME/.config
|
||||||
cp -r scripts $HOME/.scripts
|
cp -r config/* $HOME/.config
|
||||||
|
mkdir -p $HOME/.scripts
|
||||||
|
cp -r scripts/* $HOME/.scripts
|
||||||
|
|
||||||
cp bashrc $HOME/.bashrc
|
cp bashrc $HOME/.bashrc
|
||||||
cp bash_aliases $HOME/.bash_aliases
|
cp bash_aliases $HOME/.bash_aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue