File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,16 @@ brew install --cask --appdir=~/Applications ghostty
9898brew install --cask --appdir=~ /Applications sublime-text
9999brew install --cask --appdir=~ /Applications visual-studio-code
100100brew install --cask --appdir=~ /Applications webstorm
101- brew install --cask orbstack # orbstack need to be in system apps
101+ # orbstack/container need to be in system apps
102+ brew install --cask container # Apple’s Native Alternative to Docker: MacOS 26 needed
103+ # brew install --cask orbstack # alternative to apple native container
102104# optional
103105brew install --cask --appdir=~ /Applications windsurf # VSCode alternative
104106brew install --cask --appdir=~ /Applications marta
105107```
106108
109+ Apple’s container [ Docs] ( https://swapnasagarpradhan.medium.com/getting-started-with-apples-container-cli-on-macos-a-native-alternative-to-docker-fc303e08f5cd )
110+
107111Other benefit of installing ` Apps ` via ` Brew ` is, it links binaries to ` /opt/homebrew/bin ` which is added to ` $PATH ` .
108112
109113 'subl' to '/opt/homebrew/bin/subl'
You can’t perform that action at this time.
0 commit comments