parent
b0910ee44c
commit
36bb6c8e29
16 changed files with 474 additions and 571 deletions
|
@ -1,5 +1,32 @@
|
|||
{{- if (or (eq .chezmoi.hostname "himiko") (eq .chezmoi.hostname "wegerpc")) -}}
|
||||
{{- include "realFiles/zsh/laptop/zsh_plugins" -}}
|
||||
{{- else -}}
|
||||
{{- include "realFiles/zsh/other/zsh_plugins" -}}
|
||||
{{- end -}}
|
||||
# ohmyzsh
|
||||
getantidote/use-omz
|
||||
ohmyzsh/ohmyzsh path:lib
|
||||
|
||||
# omz plugins
|
||||
ohmyzsh/ohmyzsh path:plugins/systemd
|
||||
ohmyzsh/ohmyzsh path:plugins/command-not-found
|
||||
ohmyzsh/ohmyzsh path:plugins/fzf
|
||||
ohmyzsh/ohmyzsh path:plugins/ssh-agent
|
||||
|
||||
# utility plugins
|
||||
trapd00r/LS_COLORS
|
||||
3v1n0/zsh-bash-completions-fallback
|
||||
QuarticCat/zsh-smartcache
|
||||
unixorn/warhol.plugin.zsh
|
||||
twopizza9621536/zsh-eza
|
||||
fdellwing/zsh-bat
|
||||
amyreese/zsh-titles
|
||||
Aloxaf/fzf-tab
|
||||
|
||||
# other plugins
|
||||
urbainvaes/fzf-marks
|
||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
||||
sobolevn/wakatime-zsh-plugin
|
||||
{{- end }}
|
||||
laggardkernel/zsh-thefuck
|
||||
MichaelAquilina/zsh-you-should-use
|
||||
|
||||
# fish like (load last)
|
||||
zsh-users/zsh-completions path:src kind:fpath
|
||||
zsh-users/zsh-autosuggestions
|
||||
zdharma-continuum/fast-syntax-highlighting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue