-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compile for Linux #78
Comments
Gnome has a keyring IIRC. I think I've seen Python modules that will use that to store keys under Linux, or OS X keychain if on OS X. Ah, I think I was thinking of keyring:
You should be able to put a wry.plist in $XDG_CONFIG/wry/wry.plist. See http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html. So just the path needs to change, I think. |
The typical way tokens have been stored that I've observed is via |
@parkr The XDG_CONFIG thing is intended to solve the dot-file explosion problem in the home directory. It's also very convenient when you want to make your dotfiles a separate git repository, since you just need to symlink the .config directory into place and all its children follow. |
I definitely don't think including dotfiles with tokens should be subject to version control – ideally, you'd have a different token per machine. |
Off the top of my head, the only issues should be:
The text was updated successfully, but these errors were encountered: