Update .config/sheldon/plugins.toml
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
This commit is contained in:
parent
1e10bd5622
commit
5c73c42276
14 changed files with 63 additions and 79 deletions
|
@ -10,32 +10,44 @@ zsh-defer -t 0.5 source "{{ file }}"
|
|||
{% endfor %}"""
|
||||
|
||||
# own files
|
||||
[plugins.ownfiles]
|
||||
local = "~/.config/zsh/"
|
||||
use = ["{env,.p10k,aliases,keybinds,distroicon,transfer}.zsh"]
|
||||
[plugins.localenv]
|
||||
local = "~/.local/share/zsh/"
|
||||
use = ["env.zsh"]
|
||||
|
||||
[plugins.zsh-defer]
|
||||
github = "romkatv/zsh-defer"
|
||||
[plugins.p10kconfig]
|
||||
local = "~/.config/zsh/"
|
||||
use = [".p10k.zsh"]
|
||||
|
||||
[plugins.ownfiles]
|
||||
local = "~/.config/zsh/files/"
|
||||
use = ["{compinit,aliases,keybinds,distroicon,transfer}.zsh"]
|
||||
|
||||
# completions
|
||||
[plugins.zsh-completions]
|
||||
[plugins.completions]
|
||||
github = "zsh-users/zsh-completions"
|
||||
|
||||
# lscolors
|
||||
[plugins.lscolors]
|
||||
github = "trapd00r/LS_COLORS"
|
||||
|
||||
# plugins
|
||||
[plugins.ohmyzsh-lib]
|
||||
[plugins.zshdefer]
|
||||
github = "romkatv/zsh-defer"
|
||||
|
||||
[plugins.ohmyzshlib]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "lib"
|
||||
use = ["{completion,key-bindings,history,directories}.zsh"]
|
||||
|
||||
[plugins.ohmyzsh-plugins]
|
||||
[plugins.ohmyzshplugins]
|
||||
github = "ohmyzsh/ohmyzsh"
|
||||
dir = "plugins"
|
||||
use = ["{systemd,fzf,command-not-found}/*.plugin.zsh"]
|
||||
|
||||
[plugins.fzf-tab]
|
||||
[plugins.fzftab]
|
||||
github = "Aloxaf/fzf-tab"
|
||||
|
||||
[plugins.fzf-marks]
|
||||
[plugins.fzfmarks]
|
||||
github = "urbainvaes/fzf-marks"
|
||||
|
||||
[plugins.evalcache]
|
||||
|
@ -44,41 +56,40 @@ github = "mroth/evalcache"
|
|||
[plugins.colorize]
|
||||
github = "zpm-zsh/colorize"
|
||||
|
||||
[plugins.ssh]
|
||||
github = "zpm-zsh/ssh"
|
||||
|
||||
[plugins.wakatime-zsh-plugin]
|
||||
[plugins.wakatime]
|
||||
github = "sobolevn/wakatime-zsh-plugin"
|
||||
|
||||
[plugins.zsh-titles]
|
||||
[plugins.titles]
|
||||
github = "amyreese/zsh-titles"
|
||||
|
||||
[plugins.zsh-thefuck]
|
||||
[plugins.thefuck]
|
||||
github = "laggardkernel/zsh-thefuck"
|
||||
|
||||
[plugins.oath]
|
||||
github = "alexdesousa/oath"
|
||||
|
||||
[plugins.zsh-exa]
|
||||
[plugins.exa]
|
||||
github = "TwoPizza9621536/zsh-exa"
|
||||
|
||||
[plugins.zsh-bat]
|
||||
[plugins.bat]
|
||||
github = "fdellwing/zsh-bat"
|
||||
|
||||
[plugins.zsh-you-should-use]
|
||||
[plugins.youshoulduse]
|
||||
github = "MichaelAquilina/zsh-you-should-use"
|
||||
|
||||
[plugins.zsh-autosuggestions]
|
||||
[plugins.autosuggestions]
|
||||
github = "zsh-users/zsh-autosuggestions"
|
||||
use = ["{{ name }}.zsh"]
|
||||
|
||||
[plugins.zsh-syntax-highlighting]
|
||||
[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"
|
||||
|
||||
[plugins.asdf]
|
||||
local = "/opt/asdf-vm"
|
||||
use = ["asdf.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue