Update dotfiles

This commit is contained in:
2024-02-15 16:46:44 -04:00
parent f0f1d6e43c
commit fb3e854a3a
3 changed files with 303 additions and 253 deletions

View File

@@ -7,4 +7,6 @@ if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powe
# Github CLI
Invoke-Expression -Command $(gh completion -s powershell | Out-String)
# gsudo
Import-Module gsudoModule
Import-Module gsudoModule
# zoxide
Invoke-Expression (& { (zoxide init powershell | Out-String) })