-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.toml
More file actions
46 lines (36 loc) · 1.1 KB
/
plugins.toml
File metadata and controls
46 lines (36 loc) · 1.1 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 plugin configuration
# Migrated from Antigen
# https://sheldon.cli.rs/
shell = "zsh"
# Oh-My-Zsh framework library
# Note: Excludes tests directory to avoid test output during shell init
[plugins.oh-my-zsh-lib]
github = "ohmyzsh/ohmyzsh"
dir = "lib"
use = ["{async_prompt,bzr,cli,clipboard,compfix,completion,correction,diagnostics,directories,functions,git,grep,history,key-bindings,misc,nvm,prompt_info_functions,spectrum,termsupport,theme-and-appearance,vcs_info}.zsh"]
# Oh-My-Zsh plugins
[plugins.oh-my-zsh-tmux]
github = "ohmyzsh/ohmyzsh"
dir = "plugins/tmux"
[plugins.oh-my-zsh-git]
github = "ohmyzsh/ohmyzsh"
dir = "plugins/git"
[plugins.oh-my-zsh-pip]
github = "ohmyzsh/ohmyzsh"
dir = "plugins/pip"
[plugins.oh-my-zsh-python]
github = "ohmyzsh/ohmyzsh"
dir = "plugins/python"
[plugins.oh-my-zsh-virtualenv]
github = "ohmyzsh/ohmyzsh"
dir = "plugins/virtualenv"
# External plugins
[plugins.z]
github = "rupa/z"
use = ["z.sh"]
[plugins.zsh-git-prompt]
github = "olivierverdier/zsh-git-prompt"
# Custom theme
[plugins.mdeferran-theme]
local = "~/.zsh/themes/mdeferran"
use = ["mdeferran.zsh-theme"]