Update dotfiles
This commit is contained in:
parent
d904fffb41
commit
2a1398b0c9
@ -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
|
||||
|
@ -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"
|
||||
|
2430
scoop/apps.json
2430
scoop/apps.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user