diff options
| -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! |
