Add Oh My Posh to windows
This commit is contained in:
parent
f70513f234
commit
40788f3d98
3 changed files with 15 additions and 0 deletions
scripts/Windows/Software/Oh My Posh
7
scripts/Windows/Software/Oh My Posh/Install.ps1
Normal file
7
scripts/Windows/Software/Oh My Posh/Install.ps1
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/pwsh
|
||||
param($context);
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
|
||||
[Context] $context = $context;
|
||||
winget install --accept-source-agreements --accept-package-agreements -s winget JanDeDobbeleer.OhMyPosh;
|
||||
. "$PSScriptRoot/../../Config/Oh My Posh/Install.ps1" $context;
|
Loading…
Add table
Add a link
Reference in a new issue