From ca2f271691a45c4d0e999da390ef6cbbc5c84cab Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Fri, 8 Mar 2019 22:19:05 -0500 Subject: [PATCH] Added a few more programs that should isntall before the script shoul run --- .yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 38dd3c2..0aa6905 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -3,7 +3,7 @@ # Install Programs echo "~Installing Programs~" -sudo pacman -S neofetch neovim zsh --noconfirm +sudo pacman -S curl git neofetch neovim python python-pip zsh --noconfirm # Install SpaceVim (via https://spacevim.org/quick-start-guide/)