Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T15:58:03.000Z (over 1 year ago)
- Last Synced: 2023-07-19T17:05:47.586Z (over 1 year ago)
- Topics: docker, docker-image, oh-my-zsh
- Language: Shell
- Homepage: https://hub.docker.com/r/aifrak/oh-my-zsh
- Size: 60.5 KB
- Stars: 6
- Watchers: 2
- 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).
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/aifrak/oh-my-zsh?color=orange&sort=semver)](https://hub.docker.com/r/aifrak/oh-my-zsh/tags)
[![Docker Pulls](https://img.shields.io/docker/pulls/aifrak/oh-my-zsh?color=yellow)](https://hub.docker.com/r/aifrak/oh-my-zsh/)
[![Dockerfile lint](https://github.com/aifrak/oh-my-zsh-docker/actions/workflows/dockerfile-lint.yml/badge.svg)](https://github.com/aifrak/oh-my-zsh-docker/actions/workflows/dockerfile-lint.yml)
[![Markdown lint](https://github.com/aifrak/oh-my-zsh-docker/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/aifrak/oh-my-zsh-docker/actions/workflows/markdown-lint.yml)
[![GitHub](https://img.shields.io/github/license/aifrak/oh-my-zsh-docker?color=blue)](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)