zsh-users / zsh-apple-touchbar

Make your touchbar more powerful.
MIT License
349 stars 22 forks source link

Auto generate config.yaml on shell start #4

Open vegerot opened 5 years ago

vegerot commented 5 years ago

I think the current instruction for updating keys is slightly unintuitive Having to manually run ruby generate.rb is different than the way users might expect. Instead, I think it makes more sense to ask users to resource ~/.zshrc or restart their terminal.

I don't think it's BETTER to restart zsh/resource ~/.zshrc (in fact, it's actually slower), but rather it fits more in line with standard command-line tools conventions. Most CLI tools I know of may ask users to restart/resource their shell to apply changes.

Anyways, this PR isn't trying to change any functionality of zsh-apple-touchbar, just making a bit more sense for once process