Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borracciablu/aws-upload-zsh
A zsh plugin for aws-upload
https://github.com/borracciablu/aws-upload-zsh
aws-upload zsh zsh-completions zsh-plugin
Last synced: 25 days ago
JSON representation
A zsh plugin for aws-upload
- Host: GitHub
- URL: https://github.com/borracciablu/aws-upload-zsh
- Owner: borracciaBlu
- License: mit
- Created: 2017-03-27T21:23:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T10:33:10.000Z (over 6 years ago)
- Last Synced: 2024-10-14T18:22:15.328Z (25 days ago)
- Topics: aws-upload, zsh, zsh-completions, zsh-plugin
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# aws-upload-zsh
The oh-my-zsh plugin to boost your productivity with aws-upload.
This is a aws-upload's plugin for zsh. The plugin will allow you to easily tab to get your projects and environments.
The requirements for this plugin are:
- [aws-upload](https://github.com/borracciaBlu/aws-upload)
- [zsh](https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH)
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh#basic-installation)## How to install the oh-my-zsh plugin
Firstly, be sure you have [aws-upload](https://github.com/borracciaBlu/aws-upload), [zsh](https://github.com/robbyrussell/oh-my-zsh/wiki/Installing-ZSH) and [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh#basic-installation) installed properly.
Once you got the basic done, you have to:
1 - copy the `aws-upload` plugin to the `oh-my-zsh` plugins folder
2 - enable the plugin## Copy the aws-upload plugin to the oh-my-zsh plugins folder
Start copying the repo as oh-my-zsh plugin.git clone https://github.com/borracciaBlu/aws-upload-zsh.git ~/.oh-my-zsh/plugins/aws-upload/
## Enable the plugin:
To enable the plugin you have to edit your `.zshrc` and add `aws-upload` to the plugins.# vim ~/.zshrc
plugins=(history tmuxinator aws-upload)After you seave your changes on `.zshrc` you can restart or reload `zsh`.