mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-24 16:28:23 -05:00
Added yay pkg for ArchLinux
This commit is contained in:
parent
4c02344fd0
commit
c2628b1e1b
@ -5,6 +5,13 @@
|
||||
echo "~Installing Programs~"
|
||||
sudo pacman -S curl git lsd mosh neofetch neovim python python-black python-neovim python-pip tmux zsh --noconfirm
|
||||
|
||||
# Install yay for the AUR
|
||||
echo "~Installing yay~"
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay/
|
||||
makepkg -si
|
||||
cd ..
|
||||
rm -rf yay/
|
||||
|
||||
# Install SpaceVim (via https://spacevim.org/quick-start-guide/)
|
||||
echo "~Installing SpaceVim~"
|
||||
|
Loading…
Reference in New Issue
Block a user