Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luismayta/zsh-docker-compose-aliases
Aliases docker-compose for zsh
https://github.com/luismayta/zsh-docker-compose-aliases
antibody antigen zsh zsh-plugins
Last synced: 8 days ago
JSON representation
Aliases docker-compose for zsh
- Host: GitHub
- URL: https://github.com/luismayta/zsh-docker-compose-aliases
- Owner: luismayta
- License: mit
- Created: 2017-01-24T13:59:55.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-23T23:24:50.000Z (over 1 year ago)
- Last Synced: 2024-04-13T03:47:05.236Z (7 months ago)
- Topics: antibody, antigen, zsh, zsh-plugins
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin Zsh zsh-docker-compose-aliases
[![Build Status](https://travis-ci.org/luismayta/zsh-docker-compose-aliases.svg)](https://travis-ci.org/luismayta/zsh-docker-compose-aliases)
[![GitHub issues](https://img.shields.io/github/issues/luismayta/zsh-docker-compose-aliases.svg)](https://github.com/luismayta/zsh-docker-compose-aliases/issues)
[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)ZSH plugin
# Install
## [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) users
If you're using [oh-my-zsh](https://gitub.com/robbyrussell/oh-my-zsh), install this plugin by doing the following:
1. Go to your oh-my-zsh custom plugins directory - `cd ~/.oh-my-zsh/custom/plugins`
2. Clone the plugin
```bash
git clone https://github.com/luismayta/zsh-docker-compose-aliases
```
3. Edit your `.zshrc` and add `plugins=( ... zsh-docker-compose-aliases )` to your list of plugins
4. Open a new terminal and enjoy!## [antigen](https://github.com/zsh-users/antigen) users
If you're using [Antigen](https://github.com/zsh-lovers/antigen), install this plugin by doing the following:
1. Add `antigen bundle luismayta/zsh-docker-compose-aliases` to your `.zshrc` where you're adding your other plugins.
2. Either open a new terminal to force zsh to load the new plugin, or run `antigen bundle luismayta/zsh-docker-compose-aliases` in a running zsh session.
3. Enjoy!## Functions
This method find one file in path docker-compose and execute the others args
``bash
dc dev.yml run --rm web bash
``## License
MIT
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Credits
Made with love :heart: by dgnest
[link-author]: https://github.com/luismayta
[link-contributors]: contributors