Files
toolbox-dev-env/README.md

23 lines
855 B
Markdown
Raw Normal View History

2025-11-13 14:04:32 -05:00
# local dev env
2024-12-20 14:53:02 -05:00
2025-11-13 14:04:32 -05:00
My personal development environment for using [Toolbox](https://containertoolbx.org/) containers, VSCodium,
and custom shell configuration:
2024-12-20 14:53:02 -05:00
2025-11-13 14:04:32 -05:00
* Toolbox
* Build a custom Toolbox container image with all my stuff in it
* Enable the podman socket to allow running containers via podman from within Toolbox
* Shell
* Add custom bash aliases
* Install a nerd font
* Install starship
* Add custom bash script `dev` for loading dev tools in a toolbox container
* Disable case-sensitive tab completion
* Configure starship prompt
* VSCodium
* _Note that VSCodium is installed in the toolbox container, not on the host_
* Copy settings and keybindings
* Install and update specified extensions
Use `make toolbox|shell|vscodium` for installation of specific components, or `make install` to install all
components.