From 25708a6c12781b83bda5a0784e8b9ced6359c1dc Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Mon, 18 Mar 2019 01:23:11 -0400 Subject: [PATCH] Addeed tmux install --- .yadm/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yadm/bootstrap b/.yadm/bootstrap index 7ae98d0..055b916 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 zsh --noconfirm +sudo pacman -S curl git lsd mosh neofetch neovim python python-black python-neovim python-pip tmux zsh --noconfirm # Install SpaceVim (via https://spacevim.org/quick-start-guide/)