powershell
PowerShell
Installation
powershell
Install-Module posh-git -Scope CurrentUserpowershell
Install-Module git-aliases -Scope CurrentUser -AllowClobberpowershell
Install-Module z -AllowClobberpowershell
winget install --id Starship.Starshippowershell
winget install gerardog.gsudoUsage
powershell
Set-PSReadlineKeyHandler -Key Tab -Function MenuCompletepowershell
Import-Module posh-gitImport-Module git-aliases -DisableNameCheckingImport-Module zpowershell
Invoke-Expression (&starship init powershell)powershell
Set-Alias -Name la -Value Get-ChildItempowershell
function i { param ( [string]$DirectoryName )
Set-Location -Path "$HOME\i\$DirectoryName"}