hiyahh
This commit is contained in:
parent
2ef1731f35
commit
e413dda660
2 changed files with 2 additions and 2 deletions
|
@ -23,4 +23,4 @@ nvim-packer-git \
|
||||||
oh-my-zsh-git &&
|
oh-my-zsh-git &&
|
||||||
|
|
||||||
rsync -avzP .doors/ ./ &&
|
rsync -avzP .doors/ ./ &&
|
||||||
sudo chsh -s $(which zsh) $USER
|
sudo chsh -s /bin/zsh $USER
|
||||||
|
|
|
@ -14,7 +14,7 @@ if [[ $OS == *Arch* ]]; then
|
||||||
git clone https://github.com/adoyle0/Doors.git &&
|
git clone https://github.com/adoyle0/Doors.git &&
|
||||||
mkdir .doors &&
|
mkdir .doors &&
|
||||||
rsync -avzP Doors/ .doors &&
|
rsync -avzP Doors/ .doors &&
|
||||||
rmdir Doors &&
|
rm -rf Doors &&
|
||||||
.scripts/doors/install_min_arch
|
.scripts/doors/install_min_arch
|
||||||
|
|
||||||
elif [[ $OS == *buntu* ]]; then
|
elif [[ $OS == *buntu* ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue