Skip to content

Commit

Permalink
update NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 9, 2024
1 parent c483eb4 commit f7d41ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/powershell-extended/NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ included with PowerShell since version 7.4.0.
The new configuration options support an advanced syntax for 3rd party installation repositories as well as enhanced version
definition, including version ranges and pre-releases.

## Terminal Prompt Theme

This feature comes with a custom [Oh My Posh](https://ohmyposh.dev/) theme to adjust the terminal prompt.

[![Oh My Posh theme: devcontainers.minimal](images/devcontainers.minimal.omp.png)](https://ohmyposh.dev/docs/themes)

You may [change the theme](https://ohmyposh.dev/docs/themes) to one of the preinstalled ones by setting the container environment
variables `PSPROFILE_POSH_THEME` (for the PowerShell host) and/or `VSCODE_POSH_THEME` (for the VSCode PowerShell Extension)
to the name of the desired theme. You may also put your own theme into the `~/.config/oh-my-posh/themes` folder.

> **Note**: Most themes require installing a [Nerd Font](https://ohmyposh.dev/docs/installation/fonts) on your host
> system (not the Dev Container) and changing your font settings in VSCode.
### Setting a version for `resources`

To use advanced options for resource installation, you may do so using the extended
Expand Down

0 comments on commit f7d41ac

Please sign in to comment.