Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Main > Live #549

Merged
merged 56 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
8871b3a
Update dynamic-profiles.md (#438)
shgogna Dec 13, 2021
8527dba
Update VS version info in 3rd party (#462)
mattwojo Dec 13, 2021
e5ac3e1
Update custom prompt tutorial w latest OMP steps (#467)
mattwojo Dec 22, 2021
0a19d0b
Add themes link
mattwojo Dec 22, 2021
ddd8432
Bulk fix - Removing .localizationpriority (#469)
v-alje Dec 23, 2021
141f84e
Testing image (#474)
JasonWHowell Jan 4, 2022
f05111c
Include note on how to save the directory of a pane (#473)
Rosefield Jan 4, 2022
66afc3d
Add decimal value note for pane size
mattwojo Jan 6, 2022
037876d
Remove VS PowerShell and CMD for 3rd party
mattwojo Jan 7, 2022
ca7677a
Add faq for psreadline
mattwojo Jan 7, 2022
e1116e2
Merge branch 'main' of https://github.com/MicrosoftDocs/terminal
mattwojo Jan 7, 2022
cc08ae4
Fix formatting
mattwojo Jan 7, 2022
7c6b1fb
Remove space before code block
mattwojo Jan 7, 2022
77f489e
Remove code block
mattwojo Jan 7, 2022
82364b6
Fix link
mattwojo Jan 7, 2022
be705cf
Merge branch 'live' into main
mattwojo Jan 8, 2022
7cd48bc
startingDirectory path for WSL no longer requires prefix
mattwojo Jan 8, 2022
9d476b9
Update custom-prompt-setup.md (#482)
sanamhub Jan 12, 2022
2ccc36c
style: fix typo in new-tab-same-directory.md (#486)
Haltarys Jan 20, 2022
db0bb84
Updated based on pull 9270 in Terminal repo
mattwojo Jan 20, 2022
c0291c6
GUID generation for dynamic fragments (#320) (#460)
Okeanos Jan 20, 2022
8fe25d1
FIx to close https://github.com/MicrosoftDocs/terminal/issues/484
mattwojo Jan 20, 2022
fdd2685
Typo
mattwojo Jan 20, 2022
223fd23
Add UTF8 note
mattwojo Jan 21, 2022
c7fafdf
Fix note formatting
mattwojo Jan 21, 2022
51ca48b
Merge release-1.13 into main (#492)
cinnamon-msft Feb 3, 2022
fc0162d
Merge branch 'live' into main
cinnamon-msft Feb 3, 2022
ea2e3c6
Minor intro rewrite (#487)
mattwojo Feb 3, 2022
9d401a6
typo fix
mattwojo Feb 3, 2022
fd34457
Remove start from PowerShell commands
cinnamon-msft Feb 3, 2022
7c20910
winget link fix
mattwojo Feb 8, 2022
269670c
Link fix
mattwojo Feb 8, 2022
dfe55d0
link fix
mattwojo Feb 8, 2022
a7a0eca
link fix
mattwojo Feb 8, 2022
42d9b0d
Add `bellsound` profile setting (#508)
cinnamon-msft Feb 16, 2022
0509e60
Fix typos found by codespell (#501)
DimitriPapadopoulos Feb 16, 2022
015f800
Change step to view themes on documentation site (#505)
wsmelton Feb 16, 2022
7e39a2e
Set ms.topic: faq where YamlMime:FAQ (#506)
alexbuckgit Feb 16, 2022
f1ef080
Merge branch 'live' into main
cinnamon-msft Feb 16, 2022
33241e7
Fix pkgmgr link
mattwojo Feb 16, 2022
9f7b431
troubleshooting: clarify WSL `startingDirectory` entry (#516)
phil-blain Mar 8, 2022
4941a40
Remove version specifics relating to WSL paths
mattwojo Mar 8, 2022
bbd9684
New tab same directory (zsh) (#513)
AdrienClairembault Mar 8, 2022
455fecd
Add acrylic issues to troubleshooting (#518)
mattwojo Mar 8, 2022
20c9e79
command-palette: simplify example for iterable commands (#511)
phil-blain Mar 8, 2022
371d016
Move iterable commands gif lower down
cinnamon-msft Mar 8, 2022
5319bb4
Quoted the env-var for `setx PROMPT` (#502)
TBBle Mar 8, 2022
3ca01c1
Updated --title documentation to specify behavior for panes (#500)
joshuacookdev Mar 8, 2022
675b72a
push (#520)
Aaron-Junker Mar 31, 2022
cf43c23
json-fragment-extensions: output GUIDs in "registry format" (#515)
phil-blain Apr 8, 2022
682ad65
fix(powerline): adjust docs to reflect oh-my-posh changes (#534)
JanDeDobbeleer May 22, 2022
0781e4c
Merge release-1.14 into main (#544)
cinnamon-msft May 23, 2022
26c486f
Fix link
cinnamon-msft May 23, 2022
85fd8c1
Merge branch 'live' into main
cinnamon-msft May 23, 2022
b80f3cf
Add package id command for winget (#548)
mattwojo Jun 9, 2022
ed67430
Merge branch 'live' into main
mattwojo Jun 9, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added TerminalDocs/images/oh-my-posh-winget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions TerminalDocs/tutorials/custom-prompt-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ This will install:
- `oh-my-posh.exe`: The Windows executable
- `themes`: The latest [Oh My Posh themes](https://ohmyposh.dev/docs/themes)

You will need to agree to the source terms and may run into the instance that more than one package is available. In this case, select package ID that you wish to use and re-enter the command: `winget install <package ID>`.

![Screenshot of winget install oh my posh packages.](../images/oh-my-posh-winget.png)

To ensure you have the latest updates, you can use the following command: `winget upgrade oh-my-posh`.

> [!NOTE]
Expand Down