Dotfiles: Add mpv config
This commit is contained in:
parent
759fcd48d0
commit
a5c854fcc6
2 changed files with 29 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
|||
src: "{{ role_path }}/files/_vimrc",
|
||||
dest: "{{ ansible_user_dir }}/.vimrc",
|
||||
}
|
||||
- {
|
||||
src: "{{ role_path }}/files/_config/mpv.conf",
|
||||
dest: "{{ ansible_user_dir }}/.config/mpv/",
|
||||
}
|
||||
- {
|
||||
src: "{{ role_path }}/files/_oh-my-zsh/jtbx.zsh-theme",
|
||||
dest: "{{ ansible_user_dir }}/.oh-my-zsh/custom/themes/jtbx.zsh-theme",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue