Preping and testing system improvements
* 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
This commit is contained in:
parent
d0447b4f61
commit
42d570d673
3 changed files with 101 additions and 36 deletions
|
@ -88,6 +88,7 @@ check-exist "tmux" || MISSING_APT_PACKAGES+=('tmux')
|
|||
check-exist "git" || MISSING_APT_PACKAGES+=('git')
|
||||
check-exist "emacs" || MISSING_APT_PACKAGES+=('emacs')
|
||||
check-exist "monit" || MISSING_APT_PACKAGES+=('monit')
|
||||
check-exist "direnv" || MISSING_APT_PACKAGES+=('direnv')
|
||||
check-exist "terraform" '' '' '' "$( \
|
||||
[[ -r /usr/share/keyrings/apt.releases.hashicorp.com.gpg ]] \
|
||||
&& MISSING_APT_PACKAGES+=('terraform') \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue