Update dotfiles

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

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"