/zsh-docker-phoenix-aliases

Zsh plugin with a set of aliases to use Docker with Phoenix applications.

Primary LanguageShellMIT LicenseMIT

ZSH Docker Phoenix Aliases

⚠️ Work in progress ⚠️

A set of aliases to use Docker with Phoenix applications.

Installation

user@computer:~$ git clone https://github.com/dreamingechoes/zsh-docker-phoenix-aliases ~/.oh-my-zsh/custom/plugins/zsh-docker-phoenix-aliases

Once you have cloned the repository, edit your .zshrc file to include the plugin:

plugins = ( zsh-docker-phoenix-aliases )

Aliases

List of aliases:

General

  • dcu: docker-compose up
  • dcbw: docker-compose build web

This project was developed by dreamingechoes. It adheres to its code of conduct and contributing guidelines, and uses an equivalent license.