Closed adgross closed 2 years ago
mkdir -p ~/.config/alacritty
curl -o- https://codeload.github.com/eendroroy/alacritty-theme/tar.gz/refs/heads/master |
tar xzf - alacritty-theme-master/themes
mv alacritty-theme-master ~/.config/alacritty
echo "import:" >> ~/.config/alacritty/alacritty.yml
find ~/.config/alacritty/alacritty-theme-master/themes -type f -name '*ml' |
sed 's/^/ #- /' >> ~/.config/alacritty/alacritty.yml
Mention in
README.md
that we can directly import color themes using the import section inalacritty.yml
This can makes it easier to change colors than using a big scheme file, or changing thecolors
section.Example: