Skip to content

Commit

Permalink
Switch GitHub Desktop to use Scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoobdude authored Nov 19, 2024
1 parent 0d02da5 commit e40f36d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,7 @@ if ($configFile."Accent-colour-on-task-bar") {
Stop-Process -processName: Explorer # Restart explorer to apply changes that require it

if ($configFile."Install-gh-desktop") {
Invoke-WebRequest "https://central.github.com/deployments/desktop/desktop/latest/win32" -OutFile ".\GitHubDesktopSetup-x64.exe"
Start-Process ".\GitHubDesktopSetup-x64.exe"

# TODO: delete the file after opening it, but it can't be deleted straight away
#Remove-Item -Path ".\GitHubDesktopSetup-x64.exe"
scoop install extras/github
}

# Install UV (Python PIP replacement https://github.com/astral-sh/uv)
Expand Down

0 comments on commit e40f36d

Please sign in to comment.