From 36b7f625610b5e3317a7d4fb83e76bc0ae46b852 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Mon, 27 Jul 2020 16:29:28 +0800 Subject: [PATCH] [feature] add oh-my-posh --- win/setup.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win/setup.ps1 b/win/setup.ps1 index a59169c..8e9bd8f 100644 --- a/win/setup.ps1 +++ b/win/setup.ps1 @@ -20,4 +20,7 @@ if (-not (Get-ScheduledTask -TaskName "Wubi No Shift")) { -Argument "-NoProfile -WindowStyle Hidden -File $PSScriptRoot\wubi-no-shift.ps1" $wubiTrigger = New-ScheduledTaskTrigger -AtLogOn Register-ScheduledTask -Action $wubiAction -Trigger $wubiTrigger -TaskName "Wubi No Shift" -Description "Disable Shift key toggling CN/EN" -RunLevel Highest -} \ No newline at end of file +} + +Install-Module posh-git +Install-Module oh-my-posh