It actually is doing what it's suppose to do:
1. Ensure that emacs-daemon is running.
2. If no frame exists a new frame is opened
3. If frame exists, open within that frame
4. CURRENTLY NOT WORKING: Set focus on frame. Focus is actually set, but
frame isn't coming forward, will require additional research into
this issue.
* oh-my-posh prompt to include gcloud env based info (ties in very well
with direnv)
* sz-add-my-apt-repos - code updates, better comments. added ms repo for
edge and powershell
* sz-doctor improvements/cleanup
Oh-My-Posh prompt will not show up inside emacs shell.
`editor` is the alias I should get used to use instead of vi, adjusted
aliases so that editor will be used.
Enabled relevant layers in the spacemacs/init.el file
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.