Self used Chocolatey packages
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.
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 Chocolateychoco source add --name=<repo name> --source=<absolute path to the Packages directory>
e.g.
choco source add --name=local --source=~/Applications/ChocolateyPackages/Packages
- glazewm: i3wm like tiling window manager for Windows (there is installed version in chocolatey community repository now)
- efm-langserver: General purpose Language Server
Flotisable [email protected]