Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webyneter/docker-aliases
zsh Docker aliases
https://github.com/webyneter/docker-aliases
alias aliases bash bash-alias bash-aliases bashrc docker zsh zsh-plugin zsh-plugins zshrc
Last synced: 25 days ago
JSON representation
zsh Docker aliases
- Host: GitHub
- URL: https://github.com/webyneter/docker-aliases
- Owner: webyneter
- License: mit
- Created: 2017-09-05T09:51:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T18:34:50.000Z (over 4 years ago)
- Last Synced: 2024-04-14T00:38:50.508Z (7 months ago)
- Topics: alias, aliases, bash, bash-alias, bash-aliases, bashrc, docker, zsh, zsh-plugin, zsh-plugins, zshrc
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.