Skip to content

Instantly share code, notes, and snippets.

@b-
Created October 15, 2023 16:42
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 b-/8c9cdcd66640a0d49388532cb95c4bb9 to your computer and use it in GitHub Desktop.
Save b-/8c9cdcd66640a0d49388532cb95c4bb9 to your computer and use it in GitHub Desktop.
keybase.distrobox-assemble
#! /usr/bin/env -S distrobox assemble create --file
[keybase]
image=ghcr.io/briorg/ubuntu-toolbox
#image=quay.io/toolbx-images/ubuntu-toolbox:22.04
init=false
nvidia=false
pull=false
root=false
replace=true
start_now=true
pre_init_hooks=apt-get update;
pre_init_hooks=curl --remote-name https://prerelease.keybase.io/keybase_amd64.deb;
pre_init_hooks=sudo apt-get -y install ./keybase_amd64.deb;
# for some reason the following line doesn't work. keybase gui window never appears...
init_hooks=sudo -bu ${USER} run_keybase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment