Sync HyperTerm settings with Github.
-
Create a new personal access token which has the
gistscope. Save your token toconfig.syncSettings.personalAccessTokeninside~/.hyperterm.js. -
Create a new gist and save it. Save your gist id (last part of the url after the username) to
config.syncSettings.gistIdinside~/.hyperterm.js. -
Restart HyperTerm.
Disclaimer: Github Gists are by default public. If you don't want other people to easily find your gist (i.e. if you use certain packages, storing auth-tokens, a malicious party could abuse them), you should make sure to create a secret gist.
To use hyperterm-sync-settings simply click on either
Plugins > Sync Settings: Backup or Plugins > Sync Settings: Restore in the
menu. Also, you may use the shortcut combinations (Cmd or Ctrl) + Shift + B
to backup your settings or (Cmd or Ctrl) + Shift + R to restore your settings.
Please help improve this package! There's lots of room for stability and new features to be made, so I would love if you could help improve it :)
Credit where credit's due; the idea of this comes directly from
atom-sync-settings.
