dofiles-win/Documents/PowerShell/Microsoft.PowerShell_profile.ps1

9 lines
219 B
PowerShell
Raw Normal View History

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
scoop export | Out-File "~\scoop\apps.json"
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