tmux/.conduit.yaml
Kenneth Benzie (Benie) 28aa1795da Also install urlview
Ensure that the `C-u` binding works by installing `urlview` upon which
it depends.
2019-08-21 18:24:20 +01:00

14 lines
272 B
YAML

---
- location: ~/.config/tmux
- apt:
- tmux
- xsel
- urlview
- brew:
- tmux
- urlview
- reattach-to-user-namespace
- symlink:
- {src: tmux.conf, dst: ~/.tmux.conf}
- {src: layouts/window-tall, dst: ~/.local/share/tmux/layouts/window-tall}