tmux/.conduit.yaml
Kenneth Benzie (Benie) d96a1b7438 Add system-info macOS user agent
The `system-info` directory contains scripts and configuration files to
install and remove a `launchd` user agent on macOS which collects
information about the system and outputs it to the file
`~/.cache/tmux/system-info`. This file is then read periodically by
`tmux` and the contents displayed in the status line.
2021-02-16 23:55:02 +00:00

33 lines
725 B
YAML

---
- location: ~/.config/tmux
- apt:
- tmux
- xclip
- urlview
- brew:
- tmux
- urlview
- reattach-to-user-namespace
- pacman:
- tmux
- xclip
- urlscan
- dnf:
- 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
- src: layouts/window-wide-left
dst: ~/.local/share/tmux/layouts/window-wide-left
- src: layouts/window-wide-right
dst: ~/.local/share/tmux/layouts/window-wide-right
- command:
- install: system-info/install.sh
- remove: system-info/remove.sh