🆕 Add new files: justfile and meta.json
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
_:
|
||||||
|
@just --list
|
||||||
|
|
||||||
|
alias p:=publish
|
||||||
|
alias pub:=publish
|
||||||
|
|
||||||
|
# Publish
|
||||||
|
publish:
|
||||||
|
update-cheatsheet.ts
|
||||||
|
commit.ts
|
||||||
|
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "duf",
|
||||||
|
"repo": "https://github.com/muesli/duf",
|
||||||
|
"description": "Disk Usage/Free Utility - a better 'df' alternative"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mise",
|
||||||
|
"repo": "https://github.com/jdx/mise",
|
||||||
|
"description": "dev tools, env vars, task runner"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "uv",
|
||||||
|
"repo": "https://github.com/astral-sh/uv",
|
||||||
|
"description": "An extremely fast Python package and project manager, written in Rust."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "zb",
|
||||||
|
"aliases": "zerobrew",
|
||||||
|
"repo": "https://github.com/lucasgelfond/zerobrew",
|
||||||
|
"description": "A 5-20x faster experimental Homebrew alternative"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user