Compare commits
2 Commits
18766caffd
...
444d04b0cb
| Author | SHA1 | Date | |
|---|---|---|---|
| 444d04b0cb | |||
| 20adde9cdd |
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"permissions": {
|
|
||||||
"allow": [
|
|
||||||
"Bash(uv sync:*)",
|
|
||||||
"Bash(uv run pytest:*)",
|
|
||||||
"Bash(inv lint:*)",
|
|
||||||
"Bash(inv test:*)"
|
|
||||||
],
|
|
||||||
"deny": [
|
|
||||||
"Read(./.venv/**)",
|
|
||||||
"Read(./__pycache__/**)",
|
|
||||||
"Read(./.env*)"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"skipDangerousModePermissionPrompt": true
|
|
||||||
}
|
|
||||||
@@ -21,7 +21,6 @@ APT_PACKAGES = [
|
|||||||
"ripgrep",
|
"ripgrep",
|
||||||
"fd-find",
|
"fd-find",
|
||||||
"btop",
|
"btop",
|
||||||
"tldr",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -177,14 +176,21 @@ def ai_skills():
|
|||||||
|
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
def bootstrap():
|
def core():
|
||||||
"""Install all base tools."""
|
"""Install essential tools."""
|
||||||
apt_packages()
|
apt_packages()
|
||||||
docker()
|
docker()
|
||||||
uv()
|
uv()
|
||||||
claude()
|
|
||||||
fzf()
|
fzf()
|
||||||
zoxide()
|
zoxide()
|
||||||
lazygit()
|
lazygit()
|
||||||
eza()
|
eza()
|
||||||
|
helpers()
|
||||||
|
|
||||||
|
@app.command()
|
||||||
|
def ai_tools():
|
||||||
|
"""Install AI tools and configure skills."""
|
||||||
|
claude()
|
||||||
|
copilot()
|
||||||
ai_skills()
|
ai_skills()
|
||||||
|
ccusage()
|
||||||
|
|||||||
Reference in New Issue
Block a user