Skip to content

Commit

Permalink
add new instuction
Browse files Browse the repository at this point in the history
add instruction to install lazygit on ps1 profile
  • Loading branch information
nicklm0 committed Jan 11, 2025
1 parent da48450 commit 9cd5d08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Powershell_configs/Microsoft.PowerShell_profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 9cd5d08

Please sign in to comment.