Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.57 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.57 KB

Chocolatey Packages

Self used Chocolatey packages

Purpose

This repository is mainly for packaging applications that I use and not found in Chocolatey Community Repository and used as local repository.

The main focus is to package portable applications since the policy in my company is not to use administrator in company's computer, while I still find some applications useful for my workflow. It is also easier to try new applications with portable version without impacting the registry.

The packages may be uploaded to Chocolatey Community Repository someday.

Usage

The following assumes Chocolatey is installed.

  • Clone the repository to local machine

    git clone https://github.com/flotisable/ChocolateyPacakges
    
  • Add the Packages directory as local repository to Chocolatey

    choco source add --name=<repo name> --source=<absolute path to the Packages directory>
    

    e.g.

    choco source add --name=local --source=~/Applications/ChocolateyPackages/Packages
    

Packages

Author

Flotisable [email protected]