reorder
This commit is contained in:
+21
-19
@@ -23,6 +23,27 @@ APT_PACKAGES = [
|
|||||||
"btop",
|
"btop",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@app.command()
|
||||||
|
def core():
|
||||||
|
"""Install essential tools."""
|
||||||
|
apt_packages()
|
||||||
|
docker()
|
||||||
|
uv()
|
||||||
|
fzf()
|
||||||
|
zoxide()
|
||||||
|
lazygit()
|
||||||
|
eza()
|
||||||
|
helpers()
|
||||||
|
|
||||||
|
@app.command()
|
||||||
|
def ai_tools():
|
||||||
|
"""Install AI tools and configure skills."""
|
||||||
|
claude()
|
||||||
|
copilot()
|
||||||
|
ai_skills()
|
||||||
|
ccusage()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
def claude():
|
def claude():
|
||||||
@@ -175,22 +196,3 @@ def ai_skills():
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
@app.command()
|
|
||||||
def core():
|
|
||||||
"""Install essential tools."""
|
|
||||||
apt_packages()
|
|
||||||
docker()
|
|
||||||
uv()
|
|
||||||
fzf()
|
|
||||||
zoxide()
|
|
||||||
lazygit()
|
|
||||||
eza()
|
|
||||||
helpers()
|
|
||||||
|
|
||||||
@app.command()
|
|
||||||
def ai_tools():
|
|
||||||
"""Install AI tools and configure skills."""
|
|
||||||
claude()
|
|
||||||
copilot()
|
|
||||||
ai_skills()
|
|
||||||
ccusage()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user