https://github.com/webyneter/_docker-aliases
[WE'VE MOVED TO https://github.com/webyneter/docker-aliases] zsh Docker aliases
https://github.com/webyneter/_docker-aliases
alias bash-alias docker zsh zsh-plugin
Last synced: 11 months ago
JSON representation
[WE'VE MOVED TO https://github.com/webyneter/docker-aliases] zsh Docker aliases
- Host: GitHub
- URL: https://github.com/webyneter/_docker-aliases
- Owner: webyneter
- License: mit
- Archived: true
- Created: 2017-01-11T11:47:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T13:10:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-24T18:33:29.342Z (over 1 year ago)
- Topics: alias, bash-alias, docker, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-aliases
*Hosted on [GitLab](https://gitlab.com/webyneter-repositories/tools/docker-aliases). Mirrored to [GitHub](https://github.com/webyneter/docker-aliases).*
Consult [source file](docker-aliases.plugin.zsh) for more details.
## Installation
### [zplug](https://github.com/zplug/zplug)
```zsh
zplug "webyneter/docker-aliases", use:docker-aliases.plugin.zsh
```
### [Antigen](https://github.com/zsh-users/antigen)
```zsh
antigen bundle webyneter/docker-aliases.git
```
### Manual
Download the latest released `docker-aliases.plugin.zsh` to `$ZSH/plugins/docker-aliases`:
```shell
curl --create-dirs -o $ZSH/plugins/docker-aliases/docker-aliases.plugin.zsh -sL \
$(curl -s https://api.github.com/repos/webyneter/docker-aliases/releases \
| grep browser_download_url \
| head -n 1 \
| cut -d '"' -f 4)
```
Add `docker-aliases` to `plugins` in `~/.zshrc`.
Restart the shell.
## Note
No actions are `-f`orced by default: This is at user's discretion.