dotfiles/win/setup/mpv.ps1

5 lines
269 B
PowerShell
Raw Normal View History

2021-01-13 15:20:59 +00:00
2021-02-26 10:12:32 +00:00
$dotfiles=(Get-Item $PSScriptRoot).Parent.Parent.FullName
2021-02-27 01:53:05 +00:00
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