Skip to content

Commit

Permalink
Add gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoobdude authored Dec 16, 2024
1 parent 5a5a1a9 commit c878f76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ if ($configFile."Install-gh-desktop") {
scoop install extras/github
}

if ($configFile."Install-gh-cli") {
scoop install gh
}

# Install UV (Python PIP replacement https://github.com/astral-sh/uv)
if ($configFile."Install-UV") {
winget install --id=astral-sh.uv -e --accept-source-agreements --source winget
Expand Down

0 comments on commit c878f76

Please sign in to comment.