mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-04-06 10:26:49 +00:00
add gittag conf for vim plugins, alias confs, fix psql as own package
Vim plugins with gittag source: - vim-airline, vim-airline-themes, vim-ale, vim-devicons, vim-go - vim-nerdtree, vim-prettier, vim-rust, vim-sensible, vim-shfmt - vim-syntastic rust.vim is a directory symlink to vim-rust, so it shares the same releases.conf automatically. Alias confs (alias_of): - postgresql → postgres - postgresql-client, postgres-client → psql - mariadb-server, mariadbd → mariadb - gnupg → gpg, iterm → iterm2, ziglang → zig - trippy → trip, powershell → pwsh Fix: psql is its own package (postgres client), not an alias of postgres (server). Both use the same GitHub repo (bnnanet/postgresql-releases) but install different binaries.
This commit is contained in:
1
gnupg/releases.conf
Normal file
1
gnupg/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = gpg
|
||||
1
iterm/releases.conf
Normal file
1
iterm/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = iterm2
|
||||
1
mariadb-server/releases.conf
Normal file
1
mariadb-server/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = mariadb
|
||||
1
mariadbd/releases.conf
Normal file
1
mariadbd/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = mariadb
|
||||
1
postgres-client/releases.conf
Normal file
1
postgres-client/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = psql
|
||||
1
postgresql-client/releases.conf
Normal file
1
postgresql-client/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = psql
|
||||
1
postgresql/releases.conf
Normal file
1
postgresql/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = postgres
|
||||
1
powershell/releases.conf
Normal file
1
powershell/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = pwsh
|
||||
@@ -1 +1,3 @@
|
||||
alias_of = postgres
|
||||
source = github
|
||||
owner = bnnanet
|
||||
repo = postgresql-releases
|
||||
|
||||
1
trippy/releases.conf
Normal file
1
trippy/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = trip
|
||||
2
vim-airline-themes/releases.conf
Normal file
2
vim-airline-themes/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/vim-airline/vim-airline-themes.git
|
||||
2
vim-airline/releases.conf
Normal file
2
vim-airline/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/vim-airline/vim-airline.git
|
||||
2
vim-ale/releases.conf
Normal file
2
vim-ale/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/dense-analysis/ale.git
|
||||
2
vim-devicons/releases.conf
Normal file
2
vim-devicons/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/ryanoasis/vim-devicons.git
|
||||
2
vim-go/releases.conf
Normal file
2
vim-go/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/fatih/vim-go.git
|
||||
2
vim-nerdtree/releases.conf
Normal file
2
vim-nerdtree/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/preservim/nerdtree.git
|
||||
2
vim-prettier/releases.conf
Normal file
2
vim-prettier/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/prettier/vim-prettier.git
|
||||
2
vim-rust/releases.conf
Normal file
2
vim-rust/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/rust-lang/rust.vim.git
|
||||
2
vim-sensible/releases.conf
Normal file
2
vim-sensible/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/tpope/vim-sensible.git
|
||||
2
vim-shfmt/releases.conf
Normal file
2
vim-shfmt/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/z0mbix/vim-shfmt.git
|
||||
2
vim-syntastic/releases.conf
Normal file
2
vim-syntastic/releases.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = gittag
|
||||
url = https://github.com/vim-syntastic/syntastic.git
|
||||
1
ziglang/releases.conf
Normal file
1
ziglang/releases.conf
Normal file
@@ -0,0 +1 @@
|
||||
alias_of = zig
|
||||
Reference in New Issue
Block a user