Doors/.scripts/doors/install_min_arch
2023-02-03 06:12:08 -05:00

25 lines
302 B
Bash
Executable file

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