mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
add oh-my-posh readme
This commit is contained in:
parent
c5e840f650
commit
5dd2ca4e5e
2 changed files with 14 additions and 0 deletions
14
oh-my-posh/README.md
Normal file
14
oh-my-posh/README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
![Theme Screenshot](oh-my-posh.png)
|
||||||
|
# `oh-my-posh` Theme
|
||||||
|
Requires [oh-my-posh](https://ohmyposh.dev/), which lets you use the same prompt theme across any shell. I use this theme primarily for `zsh` and `pwsh` on both Windows and Linux.
|
||||||
|
|
||||||
|
- **Minimal(ish)**: Works best with [Powerline fonts](https://github.com/powerline/fonts) but doesn't require the extended [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) symbol set.
|
||||||
|
- **Transient prompt**: Prompt in shell history is collapsed to `;` to save screen space *and* allow for safe copy/pasting.
|
||||||
|
- **Remote indicator**: ❏ on the left side of the prompt indicates an SSH shell.
|
||||||
|
- **Short working path**: Displays the full name of the current directory while folders further up the tree collapse to as few characters as can uniquely identify them.
|
||||||
|
- **Git status**: Shows current branch as well as pending changes.
|
||||||
|
- **Terraform workspace**: Name of the current Terraform workspace.
|
||||||
|
- **Error indicator**: Alerts when the last command has a non-zero exit code.
|
||||||
|
- **`kubectl` context**: Current Kubernetes context.
|
||||||
|
- **Current shell**: Also differentiates between major versions of PowerShell (5/6/7).
|
||||||
|
- **Clock**: How else will you know what time it is?
|
BIN
oh-my-posh/oh-my-posh.png
Normal file
BIN
oh-my-posh/oh-my-posh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
Reference in a new issue