Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alacritty changed config files to toml format #16

Open
adrianlzt opened this issue Jan 20, 2024 · 1 comment
Open

Alacritty changed config files to toml format #16

adrianlzt opened this issue Jan 20, 2024 · 1 comment

Comments

@adrianlzt
Copy link

Workaround, use yj to convert the yaml file generated by pycritty to toml.

cat $HOME/.config/alacritty/alacritty.yml | yj -yt >  $HOME/.config/alacritty/alacritty.toml
@antoniosarosi
Copy link
Owner

Alacritty also has a feature to convert your current Yaml config to Toml. I'll change the source code to use Toml at some point, but I don't have time right now. PRs are welcome though, shouldn't be that hard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants