Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joehalliwell/toolbox

Personal toolbox
https://github.com/joehalliwell/toolbox

Last synced: 14 days ago
JSON representation

Personal toolbox

Awesome Lists containing this project

README

        

# Toolbox

Personal toolbox to be used with DistroBox or Toolbox.

## Use

### [DistroBox](https://distrobox.it/)

```bash
distrobox create -i ghcr.io/joehalliwell/toolbox toolbox
```

### [Toolbx](https://containertoolbx.org/)

```bash
toolbox create -i ghcr.io/joehalliwell/toolbox toolbox
```

### Build

(from the project root)

```bash
podman build --tag toolbox .
toolbox create -i localhost/toolbox:latest local-toolbox
```

## TODO

- Chezmoi/dotfiles setup
- Pyenv setup

## References

https://www.ypsidanger.com/declaring-your-own-personal-distroboxes/