Update dotfiles

This commit is contained in:
Isaac Shoebottom 2024-02-05 00:24:50 -04:00
parent 6ac70ba69e
commit 5b66d1588d
2 changed files with 519 additions and 517 deletions

View File

@ -6,3 +6,5 @@ Import-Module "$($(Get-Item $(Get-Command scoop.ps1).Path).Directory.Parent.Full
if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powershell | Out-String | Invoke-Expression } if (Get-Command chezmoi -ErrorAction SilentlyContinue) { chezmoi completion powershell | Out-String | Invoke-Expression }
# Github CLI # Github CLI
Invoke-Expression -Command $(gh completion -s powershell | Out-String) Invoke-Expression -Command $(gh completion -s powershell | Out-String)
# gsudo
Import-Module gsudoModule

File diff suppressed because it is too large Load Diff