sz-add-my-apt-repos - automate the apt repo addition
sz-doctor - better output - still in the works
sz-fix-apt-chmod - For TrueNAS SCALE where apt is disabled by default
= Oh-My-Posh theme template change to not( continas ...) logic instead
of an empty condition and an {{ else }}.
+ cz-add-changes will add any changes made to chezmoi
= Housekeeping, missing shrc.d and some changing in order.
Most notably, split of editor aliases to separate file.
+ The missing .shrc.d files that were added:
* keyboard mappings
* bin.path - which includes cleanup
* oh-my-posh compltions
+ edit-with-spacemacs ready for us, almost feature complete
I still plan on making it resue existing frames is possible.
+ oh-my-posh config to include `systemctl is-system-running` to prompt
when stat is not 'running' (mostly it will be shown when 'degraded')
added username to right side of prompt
edit-with-spacemacs works with multiple files, even if they have spaces
in the file name
if emacs is installed and edit-with-spacemacs exists, that will become
the vi of chioce for the user.
.bashrc will skip .swp files (editors leave those while open)
bin.path renamed to path.env and PATH manipulation should be 'cleaner'
it adds required dirs to paths, but also makes sure no duplicates are
inserted.
chezmoi logic split, and status is seperated from aliases.
Disable chezmoi status on load, as it is SLOW.
* Spacemacs client calls edit-with-spacemacs script (which is still a
work-in-progress)
* added lessr for less with raw control chars (for ANSI colors)
* renamed `edshrc` to `sz-edshrc`