Skip to content
/ yogurt Public

🍨 A sweet Scoop bucket containing JSON app manifests which describe how to install an application.

License

Notifications You must be signed in to change notification settings

Hsins/yogurt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yogurt

Yogurt

🍨 A sweet Scoop bucket containing JSON app manifests which describe how to install an application.

Usage

Make sure that you've installed the Windows Package Manager Scoop on your machine.

# enable remote policy in PowerShell
> Set-ExecutionPolicy RemoteSigned -scope CurrentUser

# customize the Scoop directory (e.g. 'C:\ProgramData\scoop')
> $env:SCOOP='C:\ProgramData\scoop'
> [Environment]::SetEnvironmentVariable('SCOOP', $env:SCOOP, 'User')

# install Scoop (use one of commands shown below)
> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
> iwr -useb get.scoop.sh | iex

Add this bucket for installing extra applications.

# add bucket and update scoop
> scoop bucket add yogurt https://github.com/Hsins/yogurt
> scoop update

# install applications
> scoop install yogurt/<APPLICATION>

Applications

  • drawio: A diagramming and whiteboarding desktop app based on Electron that wraps the core draw.io editor.
  • irontcl: A binary distribution of Tcl and Tk by Eyrie Solutions. Providing signed binaries for Windows, based on the latest official release.
  • komodoide: An universal IDE provides more robust functionality such as debugging, unit testing, code refactoring and code profiling.
  • magicsplat-tcl: The Magicsplat Tcl/Tk for Windows distribution. A binary Windows Installer based distribution of Tcl/Tk for Windows systems. It includes commonly used libraries, extensions and development tools.

References

License

Licensed under the MIT License, Copyright © 2020-present Hsins.

About

🍨 A sweet Scoop bucket containing JSON app manifests which describe how to install an application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published