mirror of
https://github.com/Melon-Bread/gnu-slash-dot-files
synced 2024-11-25 00:38:23 -05:00
Added yay pkg for ArchLinux
This commit is contained in:
parent
4c02344fd0
commit
c2628b1e1b
@ -5,6 +5,13 @@
|
|||||||
echo "~Installing Programs~"
|
echo "~Installing Programs~"
|
||||||
sudo pacman -S curl git lsd mosh neofetch neovim python python-black python-neovim python-pip tmux zsh --noconfirm
|
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/)
|
# Install SpaceVim (via https://spacevim.org/quick-start-guide/)
|
||||||
echo "~Installing SpaceVim~"
|
echo "~Installing SpaceVim~"
|
||||||
|
Loading…
Reference in New Issue
Block a user