c8ac923bca915b650a16c96a56bba9ed4ad45eb1
local dev env
My personal development environment for using Toolbox containers, VSCodium, and custom shell configuration:
- rpm-ostree (start here)
- System level overlays and fixes required to make it go
- 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
devfor 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|act-runner for installation of specific components, or make install to install all
components.
Description
Languages
Shell
76.8%
Makefile
15.4%
Dockerfile
7.8%