Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dnkmmr69420/vscodium-distrobox
- Owner: dnkmmr69420
- License: apache-2.0
- Created: 2023-12-08T22:00:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T08:34:38.000Z (7 months ago)
- Last Synced: 2024-08-17T11:01:31.939Z (3 months ago)
- Topics: arch-linux, boxkit, codium, distrobox, podman, toolbox, toolbx, vscode, vscodium
- Language: Dockerfile
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```