tmux/.conduit.yaml

12 lines
244 B
YAML

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