https://github.com/bfren/nushell
Custom build images for nushell on Alpine and Debian.
https://github.com/bfren/nushell
Last synced: 5 days ago
JSON representation
Custom build images for nushell on Alpine and Debian.
- Host: GitHub
- URL: https://github.com/bfren/nushell
- Owner: bfren
- License: mit
- Created: 2023-10-19T10:51:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-12T08:28:57.000Z (2 months ago)
- Last Synced: 2026-04-12T10:19:08.640Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Nushell Config
Default builds of Nushell with some custom config applied.
Creates a Docker image containing:
- `/usr/bin/` -> Nushell executable
- `/root/.config/nushell/` -> Nushell configuration
- `/root/.config/nushell/plugins/` -> Nushell plugins
Which means you can do this in a Dockerfile to install Nushell:
```Dockerfile
FROM quay.io/bfren/nushell:0.112.1-alpine as nushell
FROM alpine as final
COPY --from=nushell / /
```
## Licence
> MIT
## Copyright
> Copyright (c) 2023-2026 bfren (unless otherwise stated)