4 lines
267 B
PowerShell
4 lines
267 B
PowerShell
|
|
||
|
$dotfiles=(Get-Item $PSScriptRoot).Parent.FullName
|
||
|
New-Item -ItemType SymbolicLink -Target $dotfiles\config\mpv\mpv.conf -Path $Env:APPDATA\mpv\mpv.conf -Force
|
||
|
New-Item -ItemType SymbolicLink -Target $dotfiles\config\mpv\scripts -Path $Env:APPDATA\mpv\scripts -Force
|