Update dotfiles
This commit is contained in:
parent
383af5728b
commit
5392b6d7ed
@ -48,7 +48,7 @@ Set-Alias -Name ls -Value exa
|
|||||||
if (Test-Path alias:cd) {
|
if (Test-Path alias:cd) {
|
||||||
Remove-Alias -Name cd
|
Remove-Alias -Name cd
|
||||||
}
|
}
|
||||||
Set-Alias -Name cd -Value zoxide
|
Set-Alias -Name cd -Value z
|
||||||
|
|
||||||
# Replace grep with ugrep
|
# Replace grep with ugrep
|
||||||
if (Test-Path alias:grep) {
|
if (Test-Path alias:grep) {
|
||||||
|
@ -22,6 +22,7 @@ function sortScoopOutput($scoop) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Scoop installed apps
|
# 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 installed apps
|
||||||
pipx list --json | Out-File "~\.pipx.json"
|
pipx list --json | Out-File "~\.pipx.json"
|
2860
scoop/apps.json
2860
scoop/apps.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user