revert actually fixed chezmoi on phone
This commit is contained in:
eeleater 2024-11-25 01:49:10 +01:00
parent b0910ee44c
commit 36bb6c8e29
16 changed files with 474 additions and 571 deletions

View file

@ -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