Doors/.scripts/doors/install_min_arch
2023-02-03 04:08:44 -05:00

24 lines
343 B
Bash
Executable file

#!/bin/bash
# Yay
git clone https://aur.archlinux.org/yay.git &&
cd yay && makepkg -si --noconfirm && rm -rf yay &&
# Base/Shell
yay -S --needed --noconfirm \
\
`# Standard`\
rsync \
btop \
neovim \
byobu \
zsh \
nnn \
\
`# Aur`\
nvim-packer-git \
oh-my-zsh-git
rsync -avzP --copy-links Doors/ ./
rm -rf Doors;
sudo chsh -s /bin/zsh $USER;