Update dotfiles

This commit is contained in:
Isaac Shoebottom 2024-02-07 17:56:23 -04:00
parent d904fffb41
commit 2a1398b0c9
3 changed files with 1219 additions and 1216 deletions

View File

@ -1,6 +1,6 @@
# Sync apps with scoop
# . ~/Documents/PowerShell/verify-state.ps1
. ~/Documents/PowerShell/installed-apps.ps1
# . ~/Documents/PowerShell/installed-apps.ps1
# Shell completion
. ~/Documents/PowerShell/completions.ps1

View File

@ -15,6 +15,9 @@ if (Test-Path alias:pwd) {
}
Function dotcommit {
# Export installed apps to file
. ~/Documents/PowerShell/installed-apps.ps1
# If no arguments are passed, use the default message
if ($args.Length -eq 0) {
$message = "Update dotfiles"

File diff suppressed because it is too large Load Diff