From 58180971bd4985f1e1c7fd92e78a77b4133a74c3 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sat, 23 Mar 2019 14:59:23 -0400 Subject: [PATCH] Only install the missing packages to save time --- .yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index b1ff735..c0fc4b5 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -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~"