This commit is contained in:
Adam 2023-02-03 04:37:44 -05:00
parent 2ef1731f35
commit e413dda660
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@ nvim-packer-git \
oh-my-zsh-git &&
rsync -avzP .doors/ ./ &&
sudo chsh -s $(which zsh) $USER
sudo chsh -s /bin/zsh $USER

View file

@ -14,7 +14,7 @@ if [[ $OS == *Arch* ]]; then
git clone https://github.com/adoyle0/Doors.git &&
mkdir .doors &&
rsync -avzP Doors/ .doors &&
rmdir Doors &&
rm -rf Doors &&
.scripts/doors/install_min_arch
elif [[ $OS == *buntu* ]]; then