/vscodium-distrobox

arch container with vscodium preinstalled

Primary LanguageDockerfileApache License 2.0Apache-2.0

VSCodium distrobox

This container image has vscodium preinstalled on it with an arch base

Installation

Distrobox

distrobox create -i ghcr.io/dnkmmr69420/codium:latest -n codium

Custom home if you don't want ~/ to be cluttered

distrobox create -i ghcr.io/dnkmmr69420/codium:latest -n codium -H ~/codium

To enter type

distrobox enter codium

Toolbx

toolbox create -i ghcr.io/dnkmmr69420/codium:latest -c codium

To enter type

toolbox enter codium

launching vscodium

To launch vscodium, simply type codium in the container

$ codium