changes in aerc, updated nvim plugins, yazi config, niri, changed hypr dotfiles folders

This commit is contained in:
liph22
2026-01-15 09:33:02 +01:00
parent b9fe2697a0
commit 0ffe6606b6
19 changed files with 501 additions and 205 deletions

View File

@@ -66,7 +66,7 @@ alias mlist='sudo reflector --verbose --latest 10 --age 1 --download-timeout 20
# alias gaf='git add *'
# alias gco='git commit -m'
# alias gp='git push'
# alias gcc='git clone'
alias gcc='git clone'
alias lgit='lazygit'
# proton vpn

View File

@@ -3,6 +3,7 @@
# Add in plugins
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 Aloxaf/fzf-tab
@@ -12,6 +13,7 @@ zinit ice lucid wait as"completion"
zinit snippet https://github.com/eza-community/eza/blob/main/completions/zsh/_eza
zinit light MichaelAquilina/zsh-you-should-use
zinit light wfxr/forgit
# zinit light trapd00r/zsh-syntax-highlighting-filetypes
# Add in snippets from "OhMyZsh“
zinit snippet OMZP::git

View File

@@ -128,3 +128,4 @@ function zvm_after_init() {
# Re-bind ctrl+space for autosuggestions if needed
bindkey '^@' autosuggest-accept
}
export PATH="$HOME/.local/bin:$PATH"