Jan Damm
Jan Damm
I just updated to 1.4.2 and it's broken again 😅
Seems to be another reason. For me it was fixed with 1.4.3.
Same here for `StopTheMadness Pro` and `Keymapp`. Seems like the `InstallOptions` need an `Int` instead of `UInt64`: https://github.com/mas-cli/mas/blob/763392cb23359064b14b0a099b62f050c093b2df/Sources/MasKit/Commands/Install.swift#L54
Yes, dealing with the zsh env something will probably go wrong. But using `zpty z zsh -f -i` and `zpty -w z source ~/.zshrc` wouldn't work for me not even...
I'm a bit confused by the change since it only adds loading prezto and doesn't remove the existing logic. So prezto is loaded twice. If it isn't loaded twice it's...
Just had another check. When recreating the init file the order is as the user sorted in their zshrc. However when loading the init file the order is different. So...
It'll take me some time to review this. I haven't had a proper look at prezto loading. My initial idea was to replace this with `zgenom-load`. This should keep the...
Sorry @brandon-fryslie. I'm currently not able to test or review this PR due to personal reasons. But I definitely plan to review and merge it sometime.
I searched for `zgenom prezto` and I found some users who are using prezto via zgenom. Most did however either use prezto exclusively or only in combination with plugins without...
Hey @mcandre, thank you for your suggestion. Unfortunately this is out of scope for this package manager. If your prompt is showing too slow I suggest to use [powerlevel10k](https://github.com/romkatv/powerlevel10k) -...