From 9cd5d081c9bd08b5839049a8ff026bd80889329e Mon Sep 17 00:00:00 2001 From: nickaldwin Date: Sat, 11 Jan 2025 21:11:19 +0800 Subject: [PATCH] add new instuction add instruction to install lazygit on ps1 profile --- Powershell_configs/Microsoft.PowerShell_profile.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Powershell_configs/Microsoft.PowerShell_profile.ps1 b/Powershell_configs/Microsoft.PowerShell_profile.ps1 index 6d5913f..d1ed758 100644 --- a/Powershell_configs/Microsoft.PowerShell_profile.ps1 +++ b/Powershell_configs/Microsoft.PowerShell_profile.ps1 @@ -41,3 +41,10 @@ function which ($command) { Get-Command -Name $command -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Path -ErrorAction SilentlyContinue } + + # install lazygit +#scoop bucket add extras +#Install lazygit +#scoop install lazygit + +