https://github.com/amirnaghibi/dev-container
custom zsh with additional packages such as auto-complete
https://github.com/amirnaghibi/dev-container
docker shell zsh
Last synced: about 2 months ago
JSON representation
custom zsh with additional packages such as auto-complete
- Host: GitHub
- URL: https://github.com/amirnaghibi/dev-container
- Owner: AmirNaghibi
- Created: 2021-12-30T22:13:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-31T03:40:38.000Z (over 4 years ago)
- Last Synced: 2025-02-15T02:16:18.455Z (over 1 year ago)
- Topics: docker, shell, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ Fancy Shell With Autocomplete
Get up and running with a cuztomized dev environment.
Instead of installing packages on your computer you can access everything you need inside this container.
# Usage
```bash
docker build -t dev-container-img .
docker run --rm -it -h alpine --name dev-container dev-container-img /bin/zsh
```
# Documentation:
- [Alpine Linux Wiki](https://wiki.alpinelinux.org/wiki/Package_management)
- [Alpine Package Index](https://pkgs.alpinelinux.org/packages)
- [base repo](https://gist.github.com/kevin-smets/8568070)