https://github.com/aifrak/oh-my-zsh-docker
Installation of a customized dockerized oh-my-zsh (Debian).
https://github.com/aifrak/oh-my-zsh-docker
docker docker-image oh-my-zsh
Last synced: 5 months ago
JSON representation
Installation of a customized dockerized oh-my-zsh (Debian).
- Host: GitHub
- URL: https://github.com/aifrak/oh-my-zsh-docker
- Owner: aifrak
- License: mit
- Created: 2020-07-03T12:54:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T15:17:25.000Z (over 2 years ago)
- Last Synced: 2025-08-16T16:32:55.248Z (12 months ago)
- Topics: docker, docker-image, oh-my-zsh
- Language: Shell
- Homepage: https://hub.docker.com/r/aifrak/oh-my-zsh
- Size: 61.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# oh-my-zsh in Docker
Installation of a customized dockerized oh-my-zsh (Debian).
[](https://hub.docker.com/r/aifrak/oh-my-zsh/tags)
[](https://hub.docker.com/r/aifrak/oh-my-zsh/)
[](https://github.com/aifrak/oh-my-zsh-docker/actions/workflows/dockerfile-lint.yml)
[](https://github.com/aifrak/oh-my-zsh-docker/actions/workflows/markdown-lint.yml)
[](https://github.com/aifrak/oh-my-zsh-docker/blob/master/LICENSE)
## How to use this image
```shell
docker run -it --rm aifrak/oh-my-zsh
```
## Docker
```shell
docker pull aifrak/oh-my-zsh
```
## Quick references
- **Docker hub**:
- **Github**:
- **Changelog**:
## Theme
- [powerlevel10k](https://github.com/romkatv/powerlevel10k)
## Fonts
- [Fira Code from Nerd fonts](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode)
## Debian packages
- [LSDeluxe](https://github.com/Peltoche/lsd)
## oh-my-zsh plugins
- colored-man-pages
- colorize
- command-not-found
- copyfile
- dirhistory
- extract
- git
- gitstatus
- git-extras
- globalias
- mix
- mix-fast
- [z](https://github.com/agkozak/zsh-z)
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
- [zsh-interactive-cd](https://github.com/changyuheng/zsh-interactive-cd) + [fzf](https://github.com/junegunn/fzf)
- [zsh-navigation-tools](https://github.com/psprint/zsh-navigation-tools)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)