use sheldon
This commit is contained in:
parent
7e33d7c962
commit
09118f860f
2 changed files with 19 additions and 21 deletions
|
@ -1,9 +1,18 @@
|
|||
shell = "zsh"
|
||||
|
||||
[templates]
|
||||
defer = "{% for file in files %}zsh-defer source \"{{ file }}\"\n{% endfor %}"
|
||||
defer-more = "{% for file in files %}zsh-defer -t 0.5 source \"{{ file }}\"\n{% endfor %}"
|
||||
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.ownfiles]
|
||||
local = "~/.config/zsh/"
|
||||
use = ["{env,.p10k}.zsh"]
|
||||
|
||||
[plugins.zsh-defer]
|
||||
github = "romkatv/zsh-defer"
|
||||
|
@ -74,3 +83,7 @@ github = "romkatv/powerlevel10k"
|
|||
[plugins.own-files]
|
||||
local = "~/.config/zsh/"
|
||||
use = ["{aliases,keybinds,distroicon,transfer}.zsh"]
|
||||
|
||||
[plugins.asdf]
|
||||
local = "/opt/asdf-vm"
|
||||
use = ["asdf.sh"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue