macOS awscli setup guide
macOS aws-cli setup guide
Note:
Please follow my other guide on setting up oh-my-zsh and homebrew before proceeding by clicking here
Install AWS-CLI
- Run following command to install aws-cli
brew install awscli
- Verify you awscli installation by running
aws --version
- Add this line to end of your .zshrc by running
vim ~/.zshrc
source /usr/local/share/zsh/site-functions/_aws
- You should now be able to access autocomplete fucntionality by pressing tab key.