X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=webi%2Fpackage.yash;fp=webi%2Fpackage.yash;h=0000000000000000000000000000000000000000;hb=c77b2afba8be0e2aca21ad2647e7e847e4a8aa14;hp=57c4fa87e708fbda9b512c1e008bfa17da5bf17d;hpb=1a7a851e3fa8779ce488db62c7c24255b906044c;p=webi-installers%2F.git diff --git a/webi/package.yash b/webi/package.yash deleted file mode 100644 index 57c4fa8..0000000 --- a/webi/package.yash +++ /dev/null @@ -1,46 +0,0 @@ -# title: Webi -# homepage: https://webinstall.dev -# tagline: | -# Webi is how developers install their tools. -# description: | -# Webi is what you would have created if you automated how you install your common tools yourself: Simple, direct downloads from official sources, unpacked into `$HOME/.local`, added to `PATH`, symlinked for easy version switching, with minimal niceties like resuming downloads and 'stable' tags. -# -# - Easy to remember. -# - No magic, no nonesense, no bulk. -# - What you would have done for yourself. -# -# examples: | -# You can install _exactly_ what you need, from memory, via URL: -# -# ```bash -# curl https://webinstall.dev/node@lts | bash -# ``` -# -# Or via `webi`, the tiny `curl | bash` shortcut command that comes with each install: -# -# ```bash -# webi node@latest -# ``` -# -# ```bash -# webi golang@v1.14 -# ``` -# -# ```bash -# webi rustlang -# ``` -# -# You can see exactly what PATHs have been edited: -# -# ```bash -# pathman list -# ``` -# -# And where: -# -# ```bash -# cat $HOME/.config/envman/PATH.env -# ``` -# - -END