send
This commit is contained in:
parent
5959a0325c
commit
2ef1731f35
2 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,10 @@
|
|||
|
||||
# Yay
|
||||
git clone https://aur.archlinux.org/yay.git &&
|
||||
cd yay && makepkg -si --noconfirm && rm -rf yay &&
|
||||
cd yay &&
|
||||
makepkg -si --noconfirm &&
|
||||
cd &&
|
||||
rm -rf yay &&
|
||||
|
||||
# Base/Shell
|
||||
yay -S --needed --noconfirm \
|
||||
|
@ -17,8 +20,7 @@ nnn \
|
|||
\
|
||||
`# Aur`\
|
||||
nvim-packer-git \
|
||||
oh-my-zsh-git
|
||||
oh-my-zsh-git &&
|
||||
|
||||
rsync -avzP --copy-links Doors/ ./
|
||||
rm -rf Doors;
|
||||
sudo chsh -s /bin/zsh $USER;
|
||||
rsync -avzP .doors/ ./ &&
|
||||
sudo chsh -s $(which zsh) $USER
|
||||
|
|
|
@ -12,7 +12,9 @@ if [[ $OS == *Arch* ]]; then
|
|||
sudo sed '/Color/s/^#//' -i /etc/pacman.conf &&
|
||||
sudo pacman -S --needed --noconfirm git rsync base-devel &&
|
||||
git clone https://github.com/adoyle0/Doors.git &&
|
||||
rsync -avzP --copy-links Doors/ ./
|
||||
mkdir .doors &&
|
||||
rsync -avzP Doors/ .doors &&
|
||||
rmdir Doors &&
|
||||
.scripts/doors/install_min_arch
|
||||
|
||||
elif [[ $OS == *buntu* ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue