Skip to content

Instantly share code, notes, and snippets.

@lmlsna
Created October 14, 2021 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmlsna/dd4fc3df0eb3511f912ca1793a406b31 to your computer and use it in GitHub Desktop.
Save lmlsna/dd4fc3df0eb3511f912ca1793a406b31 to your computer and use it in GitHub Desktop.
BASH oneliner to get current user's private Keybase kbfs mount
#!/bin/bash
privdir="$(keybase config get -d -b mountdir)/private/$(keybase config get -d -b current_user)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment