From 6eb6b286398f7f3c9d7f5e03ca8627538df52497 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 14 Apr 2020 21:43:17 +0100 Subject: [PATCH] Install xpanes helper --- tasks/shell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/shell.yml b/tasks/shell.yml index e975263..d08951e 100644 --- a/tasks/shell.yml +++ b/tasks/shell.yml @@ -1,3 +1,4 @@ + - name: "Install shell packages" aur: skip_installed: true @@ -36,6 +37,7 @@ - 'terminator' - 'thefuck' - 'tmux' + - 'tmux-xpanes' - 'ruby-tmuxinator' - 'xclip' - 'xsel'