diff --git a/.conduit.yaml b/.conduit.yaml index 1fb6b2b..cd30a69 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -1,7 +1,15 @@ --- - location: ~/.config/tmux - apt: - - tmux + - libevent-dev + - ncurses-dev - xsel +- repo: + - url: 'https://github.com/tmux/tmux.git' + location: ~/.local/src/tmux + branch: 2.6 + actions: + - command: ./configure --prefix=$HOME/.local + - command: {install: make -j8 install, remove: make uninstall} - symlink: - {src: tmux.conf, dst: ~/.tmux.conf}