dotfiles/win/setup/mpv.ps1
2021-02-27 09:53:05 +08:00

5 lines
269 B
PowerShell

$dotfiles=(Get-Item $PSScriptRoot).Parent.Parent.FullName
New-Item -ItemType SymbolicLink -Target $dotfiles\gui\mpv\mpv.conf -Path $Env:APPDATA\mpv\mpv.conf -Force
New-Item -ItemType SymbolicLink -Target $dotfiles\gui\mpv\scripts -Path $Env:APPDATA\mpv\scripts -Force