pycritty icon indicating copy to clipboard operation
pycritty copied to clipboard

CLI program that allows you to change your Alacritty config with one command without editing the config file.

Results 5 pycritty issues
Sort by recently updated
recently updated
newest added

Buenas, intento descargar todos los temas como muestra en los pasos del principio, pero no me deja, me da error, que puedo hacer? ![2024-02-06-104607_992x436_scrot](https://github.com/antoniosarosi/pycritty/assets/113148861/8e3f1c34-0373-4106-82a3-6fc3f5175e89)

## Transition of the Configuration to a TOML format This Pull Request brings about changes in the Alacritty terminal configuration by transitioning from a YAML file to a TOML file...

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 ```

![imagen](https://github.com/antoniosarosi/pycritty/assets/88164534/785e5c39-516d-47af-a36e-8cf36f568464) Uso arch linux

Cannot touch a file before create the folder, so it should create a folder first then touch the file.