Mercurial > dotfiles
annotate install.cfg @ 487:5bbc05a69f4c
Improvements to installation script.
- Support for local scripts and configurations.
- Support for local vim bundle.
- Better error reporting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:14:46 -0700 |
parents | 97412ea9b3fa |
children | ce7e5b759a39 c19fd52542ba |
rev | line source |
---|---|
407
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 [subrepos] |
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 lib/fish/virtualfish = [git]https://github.com/adambrenecki/virtualfish.git |
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |
461
eb8891b1a6f5
Clone FZF and source its Vim plugin directly, use official hggit repo.
Ludovic Chabant <ludovic@chabant.com>
parents:
451
diff
changeset
|
4 lib/fzf = [git]https://github.com/junegunn/fzf.git |
eb8891b1a6f5
Clone FZF and source its Vim plugin directly, use official hggit repo.
Ludovic Chabant <ludovic@chabant.com>
parents:
451
diff
changeset
|
5 |
487
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
6 lib/hg/allpaths = https://hg.sr.ht/~ludovicchabant/allpaths |
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
7 lib/hg/fast-hg-prompt = https://hg.sr.ht/~ludovicchabant/fast-hg-prompt |
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
8 lib/hg/hg-git = https://foss.heptapod.net/mercurial/hg-git |
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
9 lib/hg/hg-git-sync = https://hg.sr.ht/~ludovicchabant/hg-git-sync |
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
10 lib/hg/hg-prompt = https://hg.stevelosh.com/hg-prompt |
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
11 lib/hg/mercurial-cli-templates = https://hg.stevelosh.com/mercurial-cli-templates |
448
cc00cbbf5460
Rename evolve extension's repo folder to `evolve`.
Ludovic Chabant <ludovic@chabant.com>
parents:
440
diff
changeset
|
12 lib/hg/evolve = https://www.mercurial-scm.org/repo/evolve |
487
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
13 lib/hg/onsub = https://hg.sr.ht/~ludovicchabant/onsub |
407
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 |
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
15 lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git |
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
16 |
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
17 lib/mutt/mutt-colors-solarized = [git]https://github.com/altercation/mutt-colors-solarized |
c6da0c9f40ae
Replace subrepos with an install script. Finally.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
18 |
431
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
19 |
432
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
20 [vimbundles] |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
21 ack = [git]https://github.com/mileszs/ack.vim.git |
487
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
22 badwolf = https://hg.stevelosh.com/badwolf |
432
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
23 colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
24 commentary = [git]https://github.com/tpope/vim-commentary.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
25 easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
26 fish = [git]https://github.com/dag/vim-fish.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
27 fugitive = [git]https://github.com/tpope/vim-fugitive.git |
434
44afdeba29bf
Add FZF to vim bundle.
Ludovic Chabant <ludovic@chabant.com>
parents:
432
diff
changeset
|
28 fzf = [git]https://github.com/junegunn/fzf.vim.git |
432
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
29 goyo = [git]https://github.com/junegunn/goyo.vim.git |
487
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
30 gundo = https://hg.stevelosh.com/gundo.vim |
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
31 gutentags = https://hg.sr.ht/~ludovicchabant/vim-gutentags |
432
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
32 interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
33 jinja = [git]https://github.com/mitsuhiko/vim-jinja.git |
487
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
34 lawrencium = https://hg.sr.ht/~ludovicchabant/vim-lawrencium |
432
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
35 less = [git]https://github.com/groenewege/vim-less.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
36 lightline = [git]https://github.com/itchyny/lightline.vim.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
37 linediff = [git]https://github.com/AndrewRadev/linediff.vim.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
38 markdown = [git]https://github.com/tpope/vim-markdown.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
39 nerdtree = [git]https://github.com/scrooloose/nerdtree.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
40 pathogen = [git]https://github.com/tpope/vim-pathogen.git |
487
5bbc05a69f4c
Improvements to installation script.
Ludovic Chabant <ludovic@chabant.com>
parents:
472
diff
changeset
|
41 piecrust = https://hg.sr.ht/~ludovicchabant/vim-piecrust |
432
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
42 projectroot = [git]https://github.com/dbakker/vim-projectroot.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
43 python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
44 pythonmode = [git]https://github.com/klen/python-mode.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
45 repeat = [git]https://github.com/tpope/vim-repeat.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
46 scratch = [git]https://github.com/mtth/scratch.vim.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
47 sleuth = [git]https://github.com/tpope/vim-sleuth.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
48 solarized = [git]https://github.com/altercation/vim-colors-solarized.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
49 supertab = [git]https://github.com/ervandew/supertab.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
50 surround = [git]https://github.com/tpope/vim-surround.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
51 syntastic = [git]https://github.com/scrooloose/syntastic.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
52 tagbar = [git]https://github.com/majutsushi/tagbar.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
53 todo.txt = [git]https://github.com/freitass/todo.txt-vim.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
54 yankring = [git]https://github.com/vim-scripts/YankRing.vim.git |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
55 |
06a551d3fbb2
Move vim plugin subrepos to a separate config section, support cleaning up.
Ludovic Chabant <ludovic@chabant.com>
parents:
431
diff
changeset
|
56 |
472
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
57 [wintools] |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
58 7zip = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
59 consolez = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
60 fd = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
61 fzf = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
62 git = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
63 mercurial = 32bit |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
64 openssh = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
65 putty = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
66 ripgrep = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
67 sysinternals = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
68 universal-ctags = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
69 vim = |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
70 |
97412ea9b3fa
Improve install script, add scoop apps on Windows.
Ludovic Chabant <ludovic@chabant.com>
parents:
461
diff
changeset
|
71 |
431
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
72 [mactools] |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
73 asciinema = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
74 ccat = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
75 cscope = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
76 ctags = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
77 diff-so-fancy = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
78 fd = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
79 fish = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
80 fzf = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
81 git = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
82 global = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
83 mercurial = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
84 neovim = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
85 node = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
86 pyenv = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
87 python = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
88 python3 = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
89 ripgrep = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
90 ruby = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
91 the_silver_searcher = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
92 tldr = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
93 tmux = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
94 urlview = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
95 vim = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
96 weechat = |
e0bb52007402
Add installation of homebrew stuff on Mac.
Ludovic Chabant <ludovic@chabant.com>
parents:
429
diff
changeset
|
97 z = |