Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dnkmmr69420/vscodium-distrobox

arch container with vscodium preinstalled
https://github.com/dnkmmr69420/vscodium-distrobox

arch-linux boxkit codium distrobox podman toolbox toolbx vscode vscodium

Last synced: 6 days ago
JSON representation

arch container with vscodium preinstalled

Awesome Lists containing this project

README

        

# VSCodium distrobox

This container image has [vscodium](https://vscodium.com) preinstalled on it with an arch base

## Installation

### Distrobox

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

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

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

To enter type

```bash
distrobox enter codium
```

### Toolbx

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

To enter type

```bash
toolbox enter codium
```

## launching vscodium

To launch vscodium, simply type `codium` in the container

```bash
$ codium
```