change ccat theme
add catimg zsh plugin
This commit is contained in:
parent
51d38248db
commit
a63238beca
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
- tree
|
- tree
|
||||||
- wireshark
|
- wireshark
|
||||||
- units
|
- units
|
||||||
|
- imagemagick
|
||||||
- name: Install .gitconfig
|
- name: Install .gitconfig
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/.gitconfig.j2"
|
src: "{{ role_path }}/templates/.gitconfig.j2"
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
export ZSH=$HOME/.oh-my-zsh
|
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_THEME="strug"
|
||||||
export ZSH_COLORIZE_TOOL=pygmentize
|
export ZSH_COLORIZE_TOOL=pygmentize
|
||||||
|
export ZSH_COLORIZE_STYLE=gruvbox-dark
|
||||||
export FZF_BASE=~/repos/fzf
|
export FZF_BASE=~/repos/fzf
|
||||||
export FZF_DEFAULT_COMMAND='ag'
|
export FZF_DEFAULT_COMMAND='ag'
|
||||||
|
|
||||||
|
|
Reference in a new issue