diff --git a/README.md b/README.md index 22efb1c..3197929 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,10 @@ Provision the Raspberry Pi by running: ```bash ansible-playbook -i inventory playbook.yml ``` + +## Overview of installed software +### SSH with ZSH +It's possible to connect to the Raspberry Pi from the internal network via either its FQDN or IP address **using a public key only** setup as part of [the Raspberry Pi preperation](#raspberry-pi-preperation). +When logged in the user will be prompted with the **zsh** configured with **[Oh My Zsh](https://ohmyz.sh)** and **[Starhip](https://starship.rs) prompts**. + +![zsh](./images/zsh.png) diff --git a/images/zsh.png b/images/zsh.png new file mode 100644 index 0000000..c378f7b Binary files /dev/null and b/images/zsh.png differ