9 lines
144 B
Bash
Raw Normal View History

2024-05-26 13:23:12 -07:00
#!/bin/bash
OLD_THEME=$1
NEW_THEME=$2
2025-01-02 18:00:17 -08:00
echo "general.import = [
2024-05-26 13:23:12 -07:00
\"~/.config/alacritty/$NEW_THEME.toml\",
]" > ~/.config/alacritty/theme.toml