tmux/.conduit.yaml
Kenneth Benzie (Benie) 67dc3dffaf Update system-info macOS user agent
Add CPU temperature to `status-info`, conditionally display battery
charge percentage, and documents the commands.
2021-02-17 20:49:29 +00:00

36 lines
767 B
YAML

---
- location: ~/.config/tmux
- apt:
- tmux
- xclip
- urlview
- sysstat
- jq
- brew:
- tmux
- urlview
- reattach-to-user-namespace
- osx-cpu-temp
- 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