Skip to content

Commit

Permalink
adds colima as docker-engine alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gohlke committed Jan 6, 2025
1 parent 09705b4 commit 82bc888
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/system_macosx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ fi


function init_installed_programs(){
brew install topgrade


brew install topgrade # updates
brew install bash # use more uptodate version than v3

# window placement
Expand All @@ -21,4 +22,9 @@ function init_installed_programs(){

# System monitor for the menu bar
brew install --cask stats

# docker
brew install docker
brew install colima
brew services start colima
}

0 comments on commit 82bc888

Please sign in to comment.