change ccat theme

add catimg zsh plugin
This commit is contained in:
Pim Kunis 2023-01-12 21:18:57 +01:00
parent 51d38248db
commit a63238beca
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@
- tree
- wireshark
- units
- imagemagick
- name: Install .gitconfig
template:
src: "{{ role_path }}/templates/.gitconfig.j2"

View file

@ -1,9 +1,10 @@
export ZSH=$HOME/.oh-my-zsh
plugins=(git asdf colored-man-pages colorize command-not-found copyfile copypath docker extract docker-compose fancy-ctrl-z fzf ripgrep)
plugins=(git asdf colored-man-pages colorize command-not-found copyfile copypath docker extract docker-compose fancy-ctrl-z fzf ripgrep catimg)
export ZSH_THEME="strug"
export ZSH_COLORIZE_TOOL=pygmentize
export ZSH_COLORIZE_STYLE=gruvbox-dark
export FZF_BASE=~/repos/fzf
export FZF_DEFAULT_COMMAND='ag'