added opencode

This commit is contained in:
liph
2026-03-19 15:19:56 +01:00
parent a22912ce30
commit f12b027aa5
20 changed files with 1300 additions and 305 deletions
+4 -3
View File
@@ -2,9 +2,9 @@
#zinit ice depth=1; zinit light romkatv/powerlevel10k
# Add in plugins
# zinit light zsh-users/zsh-syntax-highlighting
zinit light Aloxaf/fzf-tab
zinit light zdharma-continuum/fast-syntax-highlighting
zinit light zsh-users/zsh-syntax-highlighting
# zinit light zdharma-continuum/fast-syntax-highlighting
zinit light zsh-users/zsh-completions
zinit light zsh-users/zsh-autosuggestions
zinit light hlissner/zsh-autopair
@@ -14,7 +14,7 @@ zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_ez
zinit light MichaelAquilina/zsh-you-should-use
zinit light wfxr/forgit
zinit load atuinsh/atuin
zinit load 'zsh-users/zsh-history-substring-search'
# zinit load 'zsh-users/zsh-history-substring-search'
# zinit light trapd00r/zsh-syntax-highlighting-filetypes
@@ -26,5 +26,6 @@ zinit snippet OMZP::aws
zinit snippet OMZP::kubectl
zinit snippet OMZP::kubectx
zinit snippet OMZP::command-not-found
zinit snippet OMZP::extract
zinit light jeffreytse/zsh-vi-mode
+6 -6
View File
@@ -69,6 +69,12 @@ function y() {
rm -f -- "$tmp"
}
# Source Zinit and your other configuration files
source "${ZINIT_HOME}/zinit.zsh"
source ~/.aliases.zsh
source ~/.plugins.zsh
source ~/.export.zsh
# Zinit Annexes
zinit light-mode for \
zdharma-continuum/zinit-annex-as-monitor \
@@ -80,12 +86,6 @@ zinit light-mode for \
export PATH="$HOME/.local/bin:$PATH"
export PATH=/home/liph/.opencode/bin:$PATH
# Source Zinit and your other configuration files
source "${ZINIT_HOME}/zinit.zsh"
source ~/.aliases.zsh
source ~/.plugins.zsh
source ~/.export.zsh
# Atuin Initialization [10]
# Must be at the very end to ensure hooks are applied correctly [1]
. "$HOME/.atuin/bin/env"