Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joehalliwell/toolbox
Personal toolbox
https://github.com/joehalliwell/toolbox
Last synced: 14 days ago
JSON representation
Personal toolbox
- Host: GitHub
- URL: https://github.com/joehalliwell/toolbox
- Owner: joehalliwell
- License: gpl-3.0
- Created: 2024-05-12T08:20:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:12:20.000Z (4 months ago)
- Last Synced: 2024-08-18T21:27:30.119Z (4 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/