4 lines
164 B
PowerShell
4 lines
164 B
PowerShell
|
|
$dotfiles=(Get-Item $PSScriptRoot).Parent.Parent.FullName
|
|
New-Item -Force -ItemType SymbolicLink -Target $dotfiles\cli\lf\lfrc.win -Path $Env:LOCALAPPDATA\lf\lfrc
|