1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 01:27:56 +00:00

homebrew: add casks for programs

This commit is contained in:
RGBCube 2025-07-31 17:20:34 +03:00
parent 130a54db4e
commit d84249b3f2
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
homebrew.casks = [
"vlc"
"krita"
];
}