tmux/.conduit.yaml
Kenneth Benzie (Benie) 20be7f3bcc Add urlscan as alternative to urlview
Since urlview is not available with pacman but urlscan is, first check
and integrate urlscan then fallback to urlview.
2019-09-17 22:13:02 +01:00

19 lines
401 B
YAML

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