From 4c23e0da25d286579eb8bb585c5930609577fe66 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Sat, 9 Mar 2019 19:41:57 -0500 Subject: [PATCH] Added mosh & python-neovim packages --- .yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 0aa6905..312aff6 100755 --- a/.yadm/bootstrap +++ b/.yadm/bootstrap @@ -3,7 +3,7 @@ # Install Programs echo "~Installing Programs~" -sudo pacman -S curl git neofetch neovim python python-pip zsh --noconfirm +sudo pacman -S curl git mosh neofetch neovim python python-neovim python-pip zsh --noconfirm # Install SpaceVim (via https://spacevim.org/quick-start-guide/)