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