shchemes/base16/install.sh
2024-03-20 14:47:27 -06:00

10 lines
629 B
Bash
Executable File

echo '
https://raw.githubusercontent.com/tinted-theming/base16-qutebrowser/main/templates/default.mustache qutebrowser
https://raw.githubusercontent.com/tinted-theming/base16-qutebrowser/main/templates/minimal.mustache qutebrowser-minimal
https://raw.githubusercontent.com/tinted-theming/base16-rofi/master/templates/default.mustache rofi
https://raw.githubusercontent.com/tinted-theming/base16-rofi/master/templates/minimal.mustache rofi-minimal
https://raw.githubusercontent.com/aarowill/base16-alacritty/master/templates/default.mustache alacritty
' | awk '
/^http/ { system("shchemes install_tinted_template " $1 " " $2) }
'