Update dotfiles

This commit is contained in:
Isaac Shoebottom 2024-02-15 17:02:50 -04:00
parent 383af5728b
commit 5392b6d7ed
3 changed files with 1433 additions and 1432 deletions

View File

@ -48,7 +48,7 @@ Set-Alias -Name ls -Value exa
if (Test-Path alias:cd) {
Remove-Alias -Name cd
}
Set-Alias -Name cd -Value zoxide
Set-Alias -Name cd -Value z
# Replace grep with ugrep
if (Test-Path alias:grep) {

View File

@ -22,6 +22,7 @@ function sortScoopOutput($scoop) {
}
# Scoop installed apps
sortScoopOutput($(scoop export)) | Out-File "~\scoop\apps.json"
# sortScoopOutput($(scoop export)) | Out-File "~\scoop\apps.json"
scoop export | Out-File "~\scoop\apps.json"
# Pipx installed apps
pipx list --json | Out-File "~\.pipx.json"

File diff suppressed because it is too large Load Diff