diff 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
line wrap: on
line diff
--- a/install.cfg	Thu Sep 24 23:13:07 2020 -0700
+++ b/install.cfg	Thu Sep 24 23:14:46 2020 -0700
@@ -3,15 +3,14 @@
 
 lib/fzf = [git]https://github.com/junegunn/fzf.git
 
-lib/hg/allpaths = https://bitbucket.org/ludovicchabant/allpaths
-lib/hg/fast-hg-prompt = https://bitbucket.org/ludovicchabant/fast-hg-prompt
-lib/hg/hg-git = https://bitbucket.org/durin42/hg-git
-lib/hg/hg-git-sync = https://bitbucket.org/ludovicchabant/hg-git-sync
-lib/hg/hg-prompt = https://bitbucket.org/sjl/hg-prompt
-lib/hg/mercurial-cli-templates = https://bitbucket.org/sjl/mercurial-cli-templates
+lib/hg/allpaths = https://hg.sr.ht/~ludovicchabant/allpaths
+lib/hg/fast-hg-prompt = https://hg.sr.ht/~ludovicchabant/fast-hg-prompt
+lib/hg/hg-git = https://foss.heptapod.net/mercurial/hg-git
+lib/hg/hg-git-sync = https://hg.sr.ht/~ludovicchabant/hg-git-sync
+lib/hg/hg-prompt = https://hg.stevelosh.com/hg-prompt
+lib/hg/mercurial-cli-templates = https://hg.stevelosh.com/mercurial-cli-templates
 lib/hg/evolve = https://www.mercurial-scm.org/repo/evolve
-lib/hg/onsub = https://bitbucket.org/ludovicchabant/onsub
-lib/hg/path-pattern = https://bitbucket.org/Mekk/mercurial-path_pattern
+lib/hg/onsub = https://hg.sr.ht/~ludovicchabant/onsub
 
 lib/iterm2/color-schemes = [git]https://github.com/mbadolato/iTerm2-Color-Schemes.git
 
@@ -20,7 +19,7 @@
 
 [vimbundles]
 ack = [git]https://github.com/mileszs/ack.vim.git
-badwolf = https://bitbucket.org/sjl/badwolf
+badwolf = https://hg.stevelosh.com/badwolf
 colorschemes = [git]https://github.com/ludovicchabant/vim-colorschemes.git
 commentary = [git]https://github.com/tpope/vim-commentary.git
 easymotion = [git]https://github.com/Lokaltog/vim-easymotion.git
@@ -28,18 +27,18 @@
 fugitive = [git]https://github.com/tpope/vim-fugitive.git
 fzf = [git]https://github.com/junegunn/fzf.vim.git
 goyo = [git]https://github.com/junegunn/goyo.vim.git
-gundo = https://bitbucket.org/sjl/gundo.vim
-gutentags = https://bitbucket.org/ludovicchabant/vim-gutentags
+gundo = https://hg.stevelosh.com/gundo.vim
+gutentags = https://hg.sr.ht/~ludovicchabant/vim-gutentags
 interestingwords = [git]https://github.com/vasconcelloslf/vim-interestingwords.git
 jinja = [git]https://github.com/mitsuhiko/vim-jinja.git
-lawrencium = https://bitbucket.org/ludovicchabant/vim-lawrencium
+lawrencium = https://hg.sr.ht/~ludovicchabant/vim-lawrencium
 less = [git]https://github.com/groenewege/vim-less.git
 lightline = [git]https://github.com/itchyny/lightline.vim.git
 linediff = [git]https://github.com/AndrewRadev/linediff.vim.git
 markdown = [git]https://github.com/tpope/vim-markdown.git
 nerdtree = [git]https://github.com/scrooloose/nerdtree.git
 pathogen = [git]https://github.com/tpope/vim-pathogen.git
-piecrust = https://bitbucket.org/ludovicchabant/vim-piecrust
+piecrust = https://hg.sr.ht/~ludovicchabant/vim-piecrust
 projectroot = [git]https://github.com/dbakker/vim-projectroot.git
 python-pep8-indent = [git]https://github.com/hynek/vim-python-pep8-indent.git
 pythonmode = [git]https://github.com/klen/python-mode.git