Current alacritty.yaml contains a dump of all gruvbox themes and several fonts. This isn't supported by alacritty.toml and Alacritty's inbuilt yaml-to-toml.
# We use Alacritty's default Linux config directory as our storage location here.
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
Current
alacritty.yaml
contains a dump of all gruvbox themes and several fonts. This isn't supported by alacritty.toml and Alacritty's inbuilt yaml-to-toml.As specified in alacritty/alacritty-theme#installation...
import
should probably be used.WSL
Windows stores alacritty config file in
/mnt/c/Users/<USER>/AppData/Roaming/alacritty/alacritty.toml
.Quick and dirty setup:
alacritty.toml
: