Awesome
mpv config
Usage
Requires the following font to be installed on the system: Alte Haas Grotesk Regular
Windows
Install
cd $HOME/AppData/Roaming/mpv
git init .
git remote add -t \* -f origin https://github.com/wopian/mpv-config
git checkout master
Update
git -C $HOME/AppData/Roaming/mpv pull
BSD, Linux & MacOS
Install
cd ~/.config/mpv
git init .
git remote add -t \* -f origin https://github.com/wopian/mpv-config
git checkout master
Update
git -C ~/.config/mpv pull