Jamy

Results 108 comments of Jamy

Yeah makes sense to keep adjusting the highlighting to what makes most sense while using it. I've enabled rebase.

Right now all the changes that have been made have been backwards compatible. Once we add variables to a new spec, those variables in the builder will default to some...

The changes we've made to the styling spec have all been backwards compatible and all (all as far as I can remember) of the changes we've made to the builder...

I didn’t have plans to add it but I do see the value. I’ve tended towards doing things in the “hook” property via a shell script where possible to keep...

Would something like this work for you with tinty and allow you to stop using flavours? ``` [[items]] path = "~/projects/tinted-theming/tinted-alacritty" name = "tinted-alacritty" hook = """ # Delete lines...

Hmm I think bash is trying to expand the `!`. Can you try that specific command with single quotes? `sed -i '/^# TINTY START$/,/^# TINTY END$/{//!d}' ~/.config/starship.toml`

Hmm, the reason for not overwriting changes locally was so that if someone has linked a local repository, it doesn't overwrite changes accidentally. Then the custom-schemes came along and and...