dotfiles/windows/dot.ps1

7 lines
163 B
PowerShell
Raw Normal View History

param (
[Parameter(ValueFromRemainingArguments = $true)]
[string[]]$args
)
& git --git-dir=$env:USERPROFILE\.dot --work-tree=$env:USERPROFILE @args