.s/scripts/theme/hooks/alacritty.sh

9 lines
136 B
Bash
Raw Normal View History

2024-05-26 16:23:12 -04:00
#!/bin/bash
OLD_THEME=$1
NEW_THEME=$2
echo "import = [
\"~/.config/alacritty/$NEW_THEME.toml\",
]" > ~/.config/alacritty/theme.toml