tmux, bash, mgmt fiddling

This commit is contained in:
Robert Perce 2026-03-25 10:50:18 -05:00
parent 6649cfc78d
commit c653422734
11 changed files with 160 additions and 11 deletions

View file

@ -16,3 +16,12 @@ README.md
{{- if eq .chezmoi.osRelease.id "arch" | not }}
bin/quickaur
{{- end }}
{{- if eq .chezmoi.osRelease.id "ubuntu" | not }}
.config/mgmt/mod/unmanaged_packages.bash
.config/mgmt/fns/bin_from.bash
.config/mgmt/fns/current.bash
.config/mgmt/fns/github_latest.bash
.config/mgmt/fns/install_bin.bash
.config/mgmt/fns/is_latest.bash
{{- end }}