- Clone the repository into the config directory:
mkdir -p ~/.config/alacritty/themes/whiskers/
git clone https://github.com/Whiskers-Color-Scheme/alacritty ~/.config/alacritty/themes/whiskers/
- Add the import at the beggining of the alacritty config file. Replace {theme} with "panther" or "tiger" accordingly:
import = [
"~/.config/alacritty/themes/whiskers/whiskers_{theme}.toml"
]