-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transferring bash-it config between computers #283
Comments
No. The enabled plugins, aliases and completions are just symlinks from the available to the enabled directory. It'd be an enhancement to be able to read from and write to file in install.sh. |
@bsgreenb I use a ~/etc.git to keep track of my stuff. Be mindful that you dont commit private keys or other sensitive data. If you need passwords in scripts and such you can make a file out of vc to load your environment then use those env vars in your scripts. |
I posted this somewhere else around here, but think sharing it here could be useful too:
|
Thanks for posting your Gist here! I use a similar script that also produces an executable file with all the enable/disable statements. It can be found here: https://github.com/nwinkler/dotfiles/blob/master/home/bin/backup-bash-it I'm wondering whether we want to either add this to the Wiki section, or add it as a function to Bash-it. Something like |
Why was this closed? It seems backup is not a recognized function of bash-it. |
Hey @finn-matti , I think this was closed since, at the time, the discussion resulted in some working solutions (for example, see the gist I link to a couple posts above) However, there is also a current effort to bring some form of official support to bash-it: So keep an eye on that PR ! |
@davidpfarrell That looks great. Also thanks for the clarification. 👍 |
Is there a file that stores settings/what's enabled that I could transfer from one comp to the next to transfer over my bash-it config?
The text was updated successfully, but these errors were encountered: