diff options
| author | 2026-05-29 11:18:08 -0700 | |
|---|---|---|
| committer | 2026-05-29 11:18:08 -0700 | |
| commit | 293dfec0b6c8c6a8efbd40a4714540bcf98e8416 (patch) | |
| tree | 3158f5a5a68ca6a3c91792ae2e1df8d733746202 | |
| parent | 2b7c98412fa5fbb2407d0e327ad7d4a9dc114631 (diff) | |
| download | new-dotfiles-293dfec0b6c8c6a8efbd40a4714540bcf98e8416.tar.gz new-dotfiles-293dfec0b6c8c6a8efbd40a4714540bcf98e8416.zip | |
_mbsetupuser/Brewfile: Add colima
| -rw-r--r-- | _mbsetupuser/Brewfile.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index 160ae60..c0c6d2f 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -39,10 +39,12 @@ And there are some development projects that I need to be able to install. - docker :: This runs all of my development projects. - docker-compose :: This is used to organize the different docker containers. +- colima :: This is apparently needed to run the docker daemon if you don't want to run Docker Desktop. I can't run Docker Desktop because you have to pay quite a bit of money for that. #+begin_src ruby brew "docker" brew "docker-compose" + brew "colima" #+end_src Fonts too! |
