Skip to content

Instantly share code, notes, and snippets.

@topera
Last active June 5, 2018 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topera/574a07249521023665d5a0505a37cdeb to your computer and use it in GitHub Desktop.
Save topera/574a07249521023665d5a0505a37cdeb to your computer and use it in GitHub Desktop.
Install aws cli
pip install awscli --upgrade --user
# add on PATH: ~/.local/bin
complete -C aws_completer aws
# then run it in your .git folder
aws configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment