Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
22c4b6a
feat: Add uv and tests
kevinwang5658 Apr 9, 2026
41080b3
feat: Add rbenv and tests
kevinwang5658 Apr 9, 2026
0fe6b9d
feat: Add rbenv and tests
kevinwang5658 Apr 11, 2026
2d030f6
feat: Fixed ollama tests
kevinwang5658 Apr 13, 2026
5b8b877
feat: Added new integration test for everything
kevinwang5658 Apr 13, 2026
a4d686c
feat: Test workflow by adding push
kevinwang5658 Apr 13, 2026
722b89f
fix: disable cron until I can get it to work
kevinwang5658 Apr 16, 2026
b36360b
feat: Added syncthing support
kevinwang5658 Apr 16, 2026
f18059f
fix: bug fixes
kevinwang5658 Apr 17, 2026
859a73a
fix: fixed syncthing bugs and fixed test runner bug
kevinwang5658 Apr 18, 2026
7a64b1b
feat: Add file based completions files. And moved the completions cro…
kevinwang5658 Apr 19, 2026
702913e
feat: Improved folder naming and added README documentation
kevinwang5658 Apr 19, 2026
7d07f6e
feat: Added completions for asdf
kevinwang5658 Apr 19, 2026
1489efc
feat: Added completions for apt
kevinwang5658 Apr 19, 2026
2f1e5db
feat: Added completions for npm and pip
kevinwang5658 Apr 19, 2026
d6fd648
feat: Added uv completions and rb completions and test completions sc…
kevinwang5658 Apr 19, 2026
f1a4d3c
feat: Changed npm install to a single string command instead of strin…
kevinwang5658 Apr 19, 2026
76fd562
feat: Added completions for ollama, pnpm and snap
kevinwang5658 Apr 19, 2026
f98fa38
feat: Modified the deploy script to deploy each resource directly to …
kevinwang5658 Apr 19, 2026
e0d498c
feat: Modified the deploy script to deploy each resource directly to …
kevinwang5658 Apr 19, 2026
b700393
feat: Modified the build script to build a metadata.json
kevinwang5658 Apr 19, 2026
f08ab8d
fix: Fix path and aliases imports
kevinwang5658 Apr 19, 2026
2b2b5d3
feat: Add support on db side for example and default parameters
kevinwang5658 Apr 20, 2026
afa7938
feat: Added example and defaults for path, aliases, ssh-config
kevinwang5658 Apr 20, 2026
dbd54fd
feat: Added alias resource and syncthing
kevinwang5658 Apr 20, 2026
78066a9
feat: Added asdf and aws
kevinwang5658 Apr 20, 2026
a2b69be
feat: Added apt, npm login, nvm and pnpm
kevinwang5658 Apr 20, 2026
dcbe194
breaking: Removed object option from apt. Split git-repository into s…
kevinwang5658 Apr 20, 2026
8c6d7b1
feat: Added homebrew, git, git-lfs, examples, aws-profile, aws-cli
kevinwang5658 Apr 20, 2026
900441a
feat: Added python tools
kevinwang5658 Apr 20, 2026
346cdc2
feat: Added action, package-managers, tart, terraform, ollama, and fi…
kevinwang5658 Apr 20, 2026
d8820c8
feat: Fixes jenv for linux
kevinwang5658 Apr 20, 2026
299fc3a
feat: Fixes testing harness for linux. Fix syncthing for linux
kevinwang5658 Apr 20, 2026
a49673c
fix: nvm test for now and moved nvm destroy out of npm-login and npm …
kevinwang5658 Apr 20, 2026
89d3443
fix: rbenv, terraform, aliases, apt, and snap
kevinwang5658 Apr 21, 2026
3fcb30c
fix: Fixed a bunch of resources not pre-installing curl and unzip if …
kevinwang5658 Apr 21, 2026
db95abf
fix: Fixes for docker and uv. Added global parameter for uv
kevinwang5658 Apr 21, 2026
c98f9bf
fix: Fixes for docker and pnpm. Improved python tests by switching to uv
kevinwang5658 Apr 21, 2026
58b8766
feat: improved run all test
kevinwang5658 Apr 21, 2026
e504ff8
feat: temp add push to test
kevinwang5658 Apr 21, 2026
0b43e20
Kevin/automated testing (#28)
kevinwang5658 Apr 23, 2026
83a01c1
Added testing change to enable tests for example and default configs.…
kevinwang5658 Apr 23, 2026
f9a0f6a
Fixes the distro not being in schema by adding to schema
kevinwang5658 Apr 23, 2026
d5d53fd
Update plugin lib library as well
kevinwang5658 Apr 23, 2026
f223b8b
Updated libs and fix error
kevinwang5658 Apr 23, 2026
7aff2b4
Disable test on push. Homebrew fixes
kevinwang5658 Apr 23, 2026
e3e20e4
Tap fix
kevinwang5658 Apr 23, 2026
f08a903
Omit system from nvm import
kevinwang5658 Apr 23, 2026
a027ec7
Switch homebrew back askpass
kevinwang5658 Apr 23, 2026
6006ce2
Switch homebrew to use askpass
kevinwang5658 Apr 25, 2026
6b03654
Imrpove beta deploys (just deploy with the version as -beta now
kevinwang5658 Apr 25, 2026
040dd0c
Add adopt parameter to brew install
kevinwang5658 Apr 25, 2026
695fb40
feat: Added minCliVersion support
kevinwang5658 Apr 26, 2026
32065aa
fix: Fixed cask parameter installations. Fixed docker deteching volum…
kevinwang5658 Apr 27, 2026
1ae3054
fix: allow asdf to allow multiple. Added description to homebrew schema
kevinwang5658 Apr 29, 2026
58162e7
fix: Disable import for git repository, fix import for macports insta…
kevinwang5658 Apr 29, 2026
b5cbbbc
fix: Path not importing correctly
kevinwang5658 Apr 29, 2026
4ee88af
feat: Added env-var resource
kevinwang5658 Apr 30, 2026
abb68db
fix: Fixed terraform latest version and uv global parameter
kevinwang5658 Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add adopt parameter to brew install
  • Loading branch information
kevinwang5658 committed Apr 25, 2026
commit 040dd0c664d5b7f53aa9fc79495ee2099784adfe
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "default",
"version": "1.1.0-beta4",
"version": "1.1.0-beta6",
"description": "Default plugin for Codify - provides 50+ declarative resources for managing development tools and system configuration across macOS and Linux",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/homebrew/casks-parameter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class CasksParameter extends StatefulParameter<HomebrewConfig, string[]>
return;
}

const result = await $.spawnSafe(`brew install --casks ${casksToInstall.join(' ')}`, {
const result = await $.spawnSafe(`brew install --casks --adopt ${casksToInstall.join(' ')}`, {
interactive: true,
env: { HOMEBREW_NO_AUTO_UPDATE: 1 }
})
Expand Down
Loading