-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
I have been using bash-it for a week or two now and I like it a lot. Takes a lot of prior work I did myself and streamlines it. One thing I have noticed, or have not yet figured out, is how to move my personal bash-it config (including theme, active plugins, aliases, etc.) from one machine to another. My current workaround is to just make a tarball, copy it over with rsync and then untar it on the other machine. In the long term this is a problem. I looked through historic bash-it issues and didn't see any mention and I tried to look through documentation, code, and just ls through the bash-it dir to see if such a config file or export feature exists.
I thought about just pointing my local bash-it at my fork of the project but that seemed less than elegant. Additionally, I would like to have some method of adding bash-it to my ditfile repo without having to use a submodule.
Any chance this issue has been tackled or there already exists a method to do what I want to do? If not, and it sounds like something that would be appreciated, I don't mind taking on the issue.