From cabd57ae84926fc7c32ce57898174e93344d2b2f Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 17 Sep 2019 21:36:02 +0100 Subject: [PATCH] Add pacman package dependencies --- .conduit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.conduit.yaml b/.conduit.yaml index 4bb7556..47c371f 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -8,6 +8,9 @@ - tmux - urlview - reattach-to-user-namespace +- pacman: + - tmux + - xclip - symlink: - {src: tmux.conf, dst: ~/.tmux.conf} - {src: layouts/session-main, dst: ~/.local/share/tmux/layouts/session-main}