This roles configures my preferred settings for working with the shell on Linux based systems.
- Install kubectl-aliases
- Install fzf
- Install fzf-tab
- Install fzf-autosuggestions
- Install fast-syntax-highlightning
- Install zsh-history-substring-search
- Install zsh-completions
- Install bash-my-aws
- Install Powerlevel10k
- Install Tmux tpm
This works best with my dotfiles and my ansible role
Run molecule test
to test this role via Docker
No variables
N/A
---
- name: Playbook
hosts: localhost
connection: local
roles:
- ansible-role-shell
MIT