5 lines
213 B
PowerShell
5 lines
213 B
PowerShell
# https://github.com/gokcehan/lf/releases/latest
|
|
|
|
$dotfiles=(Get-Item $PSScriptRoot).Parent.Parent.FullName
|
|
New-Item -Force -ItemType SymbolicLink -Target $dotfiles\cli\lf\lfrc.win -Path $Env:LOCALAPPDATA\lf\lfrc
|