Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.
/ boxkit Public archive
forked from ublue-os/boxkit

My personal Boxkit image, used in conjunction with uBlue.

License

Notifications You must be signed in to change notification settings

jerbmega/boxkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My boxkit

DEPRECATED

No longer used or updated due to distrobox-assemble accomplishing this in a cleaner manner. The equivalent distrobox-assemble INI can be found here.

This is my personal Boxkit image. See the upstream for more info.

How to use

Create Box

If you use distrobox:

distrobox create -i ghcr.io/jerbmega/boxkit -n boxkit
distrobox enter boxkit

If you use toolbx:

toolbox create -i ghcr.io/jerbmega/boxkit -c boxkit
toolbox enter boxkit

Pull down your config

Use chezmoi to pull down your dotfiles and set up git sync.

Make your own

Fork and add programs to this this image - over time you'll end up with the perfect CLI for you. Keeping it as a pet works, though the author recommends leaving all your config in git and routinely pulling a new image.

The user experience is much nicer if you set your terminal open right in the container and is the intended experience.

Verification

These images are signed with sigstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/jerbmega/boxkit

If you're forking this repo you should read the docs on keeping secrets in github. You need to generate a new keypair with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions.

About

My personal Boxkit image, used in conjunction with uBlue.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 97.2%
  • Shell 2.8%