Skip to content

borracciaBlu/aws-upload-zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

How to install the oh-my-zsh plugin

Firstly, be sure you have aws-upload, zsh and oh-my-zsh 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.