-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsheldon-plugins.toml
More file actions
46 lines (36 loc) · 1.33 KB
/
sheldon-plugins.toml
File metadata and controls
46 lines (36 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# `sheldon` configuration file
# ----------------------------
#
# You can modify this file directly or you can use one of the following
# `sheldon` commands which are provided to assist in editing the config file:
#
# - `sheldon add` to add a new plugin to the config file
# - `sheldon edit` to open up the config file in the default editor
# - `sheldon remove` to remove a plugin from the config file
#
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
shell = "zsh"
# apply = ["defer"]
[plugins.zsh-defer]
github = "romkatv/zsh-defer"
apply = ["source"]
# [templates]
# defer = { value = 'zsh-defer source "{{ file }}"', each = true }
[plugins.compinit]
inline = 'autoload -Uz compinit; if [[ -n ~/.zcompdump(#qN.mh+24) ]]; then compinit; else compinit -C; fi'
[plugins.p10k]
github = "romkatv/powerlevel10k"
use = ["*10k.zsh-theme"]
[plugins.syntax-highlight]
github = "zsh-users/zsh-syntax-highlighting"
[plugins.git]
github = "sorin-ionescu/prezto"
use = ["/init.zsh", "/modules/git/init.zsh", "/modules/osx/init.zsh", "/modules/archive/init.zsh"]
[plugins.fzf]
github = "junegunn/fzf"
use = ["shell/completion.zsh"]
[plugins.fzf.hooks]
post = "source <(fzf --zsh | sed -e '/zmodload/s/perl/perl_off/' -e '/selected/s/fc -rl/fc -irl/')"
[plugins.docker-cli]
github = "docker/cli"
use = ["contrib/completion/zsh/_docker"]