diff --git a/roles/system/tasks/main.yml b/roles/system/tasks/main.yml index 82052e9..1728105 100644 --- a/roles/system/tasks/main.yml +++ b/roles/system/tasks/main.yml @@ -15,6 +15,7 @@ - tree - wireshark - units + - imagemagick - name: Install .gitconfig template: src: "{{ role_path }}/templates/.gitconfig.j2" diff --git a/roles/zsh/files/.zshrc b/roles/zsh/files/.zshrc index d7f8d71..5e7a968 100644 --- a/roles/zsh/files/.zshrc +++ b/roles/zsh/files/.zshrc @@ -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'