alexherbo2 / krabby

A keyboard interface to the web, inspired by Kakoune
https://krabby.netlify.app
The Unlicense
311 stars 20 forks source link

Empty git repository inside config directory after installing #26

Open SeerLite opened 4 years ago

SeerLite commented 4 years ago

Hi! The few times I've installed Krabby I noticed it creates an empty git repository inside ~/config/krabby/. Is that a bug?

alexherbo2 commented 4 years ago

Yep, ~/.config/krabby is your versioned configuration.

SeerLite commented 4 years ago

Ohh. IMO that shouldn't be handled by Krabby but by the user. If someone wanted to version their config they would most likely already know how to set it up by themselves.

Setting it up on installation is a nice thought but it's left me confused a few times.