Update .config/zsh/env.zsh Add .config/zsh/files/compinit.zsh Add .config/zsh/files/sshcomp.zsh Update .config/zsh/rc.zsh Update .config/zsh/.zprofile Remove .config/zsh/.zsh_plugins.txt Remove .config/zsh/zsh_plugins.txt Update .local/bin/bofh Change attributes of .config/zsh/files/aliases.zsh Change attributes of .config/zsh/files/distroicon.zsh Change attributes of .config/zsh/files/keybinds.zsh Change attributes of .config/zsh/files/transfer.zsh Change attributes of .config/zsh/profile.zsh
95 lines
1.7 KiB
TOML
95 lines
1.7 KiB
TOML
shell = "zsh"
|
|
|
|
[templates]
|
|
defer = """{% for file in files %}
|
|
zsh-defer source "{{ file }}"
|
|
{% endfor %}"""
|
|
|
|
defer-more = """{% for file in files %}
|
|
zsh-defer -t 0.5 source "{{ file }}"
|
|
{% endfor %}"""
|
|
|
|
# own files
|
|
[plugins.localenv]
|
|
local = "~/.local/share/zsh/"
|
|
use = ["env.zsh"]
|
|
|
|
[plugins.p10kconfig]
|
|
local = "~/.config/zsh/"
|
|
use = [".p10k.zsh"]
|
|
|
|
[plugins.ownfiles]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["{compinit,aliases,keybinds,distroicon,transfer}.zsh"]
|
|
|
|
# completions
|
|
[plugins.completions]
|
|
github = "zsh-users/zsh-completions"
|
|
|
|
# lscolors
|
|
[plugins.lscolors]
|
|
github = "trapd00r/LS_COLORS"
|
|
|
|
# plugins
|
|
[plugins.zshdefer]
|
|
github = "romkatv/zsh-defer"
|
|
|
|
[plugins.ohmyzshlib]
|
|
github = "ohmyzsh/ohmyzsh"
|
|
dir = "lib"
|
|
use = ["{completion,key-bindings,history,directories}.zsh"]
|
|
|
|
[plugins.ohmyzshplugins]
|
|
github = "ohmyzsh/ohmyzsh"
|
|
dir = "plugins"
|
|
use = ["{systemd,fzf,command-not-found}/*.plugin.zsh"]
|
|
|
|
[plugins.fzftab]
|
|
github = "Aloxaf/fzf-tab"
|
|
|
|
[plugins.fzfmarks]
|
|
github = "urbainvaes/fzf-marks"
|
|
|
|
[plugins.evalcache]
|
|
github = "mroth/evalcache"
|
|
|
|
[plugins.colorize]
|
|
github = "zpm-zsh/colorize"
|
|
|
|
[plugins.wakatime]
|
|
github = "sobolevn/wakatime-zsh-plugin"
|
|
|
|
[plugins.titles]
|
|
github = "amyreese/zsh-titles"
|
|
|
|
[plugins.thefuck]
|
|
github = "laggardkernel/zsh-thefuck"
|
|
|
|
[plugins.oath]
|
|
github = "alexdesousa/oath"
|
|
|
|
[plugins.exa]
|
|
github = "TwoPizza9621536/zsh-exa"
|
|
|
|
[plugins.bat]
|
|
github = "fdellwing/zsh-bat"
|
|
|
|
[plugins.youshoulduse]
|
|
github = "MichaelAquilina/zsh-you-should-use"
|
|
|
|
[plugins.autosuggestions]
|
|
github = "zsh-users/zsh-autosuggestions"
|
|
|
|
[plugins.syntaxhighlighting]
|
|
github = "zsh-users/zsh-syntax-highlighting"
|
|
|
|
[plugins.asdf]
|
|
github = "asdf-vm/asdf"
|
|
|
|
[plugins.sshcomp]
|
|
local = "~/.config/zsh/files/"
|
|
use = ["sshcomp.zsh"]
|
|
|
|
# theme
|
|
[plugins.powerlevel10k]
|
|
github = "romkatv/powerlevel10k"
|