Skip to content

Instantly share code, notes, and snippets.

@orgcontrib
Last active July 4, 2024 23:43
Show Gist options
  • Save orgcontrib/4d5ebbf0e872a6cbb4123d5693cd6469 to your computer and use it in GitHub Desktop.
Save orgcontrib/4d5ebbf0e872a6cbb4123d5693cd6469 to your computer and use it in GitHub Desktop.
keybase-linux-tips
# KBFS todo post-install (#24764)
mkdir -p "$HOME/FUSE/kbfs"
keybase config set mountdir "$HOME/FUSE/kbfs"
sudo touch /etc/keybase/config.json
sudo -e /etc/keybase/config.json
# Copy/paste below config
{
"disable-root-redirector" : true
}`
# Then do this
sudo killall keybase-redirector
sudo chmod a-s /usr/bin/keybase-redirector
# Ref doc https://book.keybase.io/docs/files/details#mountpoints
# IF Keybase is running inside a LinuxVM
keybase config set kbfs.mode constrained
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment