Commit Graph

7 Commits

Author SHA1 Message Date
AJ ONeal
efda7c60aa 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.
2026-03-09 23:24:35 -06:00
AJ ONeal
8f9b9da4a3 chore: npm run fmt 2026-03-08 19:38:49 -06:00
AJ ONeal
1b3d575b0f fix(windows): include User-Agent MS so that alias installs work in dev 2023-11-08 00:41:20 -07:00
AJ ONeal
f89ba373a6 chore: alias 'trip' (command name) as 'trippy' (package name) 2023-10-28 01:30:15 -06:00
AJ ONeal
51ccfab586 ref: move 'trippy' to 'trip', as that's the command name 2023-10-28 01:30:15 -06:00
AJ ONeal
a22af8815e fix(trip): various installer fixes and doc updates 2023-10-28 01:30:15 -06:00
Don Johnson
f2b9533fd3 feat: add network tool trip (trippy) 2023-10-28 01:24:02 -06:00