An open API service indexing awesome lists of open source software.

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

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)