config.yaml: add convert-libaom.sh

Script to convert files to AV1. I don't know if this works actually
because we use dotdrop to manage ~/.local/bin as well.
This commit is contained in:
Alan Orth 2024-01-01 22:00:31 +03:00
parent 8f53c7fa5c
commit 6e18cca897
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,10 @@ dotfiles:
f_wezterm.lua:
src: wezterm.lua
dst: ~/.wezterm.lua
f_convert-libaom.sh:
src: local/bin/convert-libaom.sh
dst: ~/.local/bin/convert-libaom.sh
chmod: '755'
profiles:
everywhere:
dotfiles:
@ -105,6 +109,7 @@ profiles:
- d_waybar
- f_fuzzel.ini
- f_wezterm.lua
- f_convert-libaom.sh
knafeh:
dotfiles:
- d_vim
@ -129,3 +134,4 @@ profiles:
- d_waybar
- f_fuzzel.ini
- f_wezterm.lua
- f_convert-libaom.sh