-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.yaml
47 lines (45 loc) · 1.45 KB
/
.chezmoiexternal.yaml
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
47
# ZSH Themes
.oh-my-zsh/custom/themes/powerlevel10k:
type: git-repo
url: https://github.com/romkatv/powerlevel10k.git
refreshPeriod: 168h
.oh-my-zsh/custom/plugins/zshrc.d:
type: git-repo
url: https://github.com/zshzoo/zshrc.d
refreshPeriod: 168h
# Vim Plugins &etc.
.vim/pack/vim-sensible/start/vim-sensible:
type: archive
url: https://github.com/tpope/vim-sensible/archive/master.tar.gz
stripComponents: 1
## File Navigation/Version Control
.vim/pack/scrooloose/start/nerdtree:
type: archive
url: https://github.com/scrooloose/nerdtree/archive/master.tar.gz
stripComponents: 1
.vim/pack/Xuyuanp/start/nerdtree-git-plugin:
type: archive
url: https://github.com/Xuyuanp/nerdtree-git-plugin/archive/master.tar.gz
stripComponents: 1
.vim/pack/tpope/start/vim-fugitive:
type: archive
url: https://github.com/tpope/vim-fugitive/archive/master.tar.gz
stripComponents: 1
## Color Schemes
.vim/pack/morhetz/opt/gruvbox:
type: archive
url: https://github.com/morhetz/gruvbox/archive/master.tar.gz
stripComponents: 1
.vim/pack/tomasr/opt/molokai:
type: archive
url: https://github.com/tomasr/molokai/archive/master.tar.gz
stripComponents: 1
.vim/pack/rakr/opt/vim-one:
type: archive
url: https://github.com/rakr/vim-one/archive/master.tar.gz
stripComponents: 1
# Ranger Plugins
.config/ranger/plugins/ranger_devicons:
type: archive
url: https://github.com/alexanderjeurissen/ranger_devicons/archive/main.tar.gz
stripComponents: 1