AWS ZSH Theme

April 11, 2023 ยท View on GitHub

Based on oh-my-zsh's robbyrussell theme.


Screenshot

image

Features

  • Unlike the robbyrussell themes, This features a two-line layout giving you more space to write commands.
  • Displays your current $AWS_PROFILE If you have one set. This becomes important if you're working with multiple aws profiles and frequently have to switch. Let's you know which profile is active with a glance.
  • Shows the currently active kubernetes context

Installation

Clone the repository to the $ZSH_CUSTOM/themes/aws-zsh

git clone https://github.com/chiemerieezechukwu/aws-zsh-theme.git $ZSH_CUSTOM/themes/aws-zsh

Set the theme in your ~/.zshrc with ZSH_THEME="aws-zsh/aws"


License

MIT License