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

[Question] alacritty #54

Closed
windowsrefund opened this issue Sep 15, 2024 · 2 comments
Closed

[Question] alacritty #54

windowsrefund opened this issue Sep 15, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@windowsrefund
Copy link
Contributor

What version of tinty are you using?
0.18.0

Thank you for your work on this project. After noticing your tinted-alacritty repo, I've gone ahead and setup a minimal ~/.config/tinted-theming/tinty/config.toml

[[items]]
path = "https://github.com/tinted-theming/tinted-alacritty"
name = "base16-alacritty"
themes-dir = "colors"
hook = "cp -f %f ~/.config/alacritty/colors.toml"

This config is confirmed via the output from tinty config

shell = "sh -c '{}'"

[[items]]
name = "base16-alacritty"
path = "https://github.com/tinted-theming/tinted-alacritty"
hook = "cp -f %f ~/.config/alacritty/colors.toml"
supported-systems = ["base16"]
themes-dir = "colors"

That said, I don't see a ~/.config/alacritty/colors.toml file being written after I tinty apply a theme.

Should we be using that repo? The current migration documentation still mentions the repo you forked.

@windowsrefund windowsrefund added the question Further information is requested label Sep 15, 2024
@windowsrefund
Copy link
Contributor Author

OK, figured it out. It seems a tinty install is needed every time a new a repo is added to the config.

@JamyGolden
Copy link
Member

Glad you sorted it out. I'm going to add a new command tinty sync which will tinty install && tinty update to make it more simple to reason about.

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

No branches or pull requests

2 participants