2024-02-02 22:28:57 -04:00
|
|
|
# Sync apps with scoop
|
2024-02-03 15:30:44 -04:00
|
|
|
# . ~/Documents/PowerShell/verify-state.ps1
|
2024-02-03 16:02:24 -04:00
|
|
|
. ~/Documents/PowerShell/installed-apps.ps1
|
2024-02-02 22:28:57 -04:00
|
|
|
|
|
|
|
# Shell completion
|
2024-02-02 22:40:00 -04:00
|
|
|
. ~/Documents/PowerShell/completions.ps1
|
2024-02-02 22:28:57 -04:00
|
|
|
|
|
|
|
# Aliases
|
2024-02-02 22:40:00 -04:00
|
|
|
. ~/Documents/PowerShell/aliases.ps1
|