1
0
mirror of https://github.com/Melon-Bread/gnu-slash-dot-files synced 2024-11-24 16:28:23 -05:00

Only install the missing packages to save time

This commit is contained in:
Rain Clark 2019-03-23 14:59:23 -04:00
parent c2628b1e1b
commit 58180971bd

View File

@ -3,7 +3,7 @@
# Install 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 --needed curl git lsd mosh neofetch neovim python python-black python-neovim python-pip tmux zsh --noconfirm
# Install yay for the AUR
echo "~Installing yay~"