ukgogl.blogg.se

Homebrew for mac os x sierra
Homebrew for mac os x sierra








  1. Homebrew for mac os x sierra how to#
  2. Homebrew for mac os x sierra install#

Homebrew for mac os x sierra install#

If you install with Cask, you get the fully featured Docker for Mac. The Docker package available on Homebrew is just the CLI. Now let's get into more sys admin, DevOps, runtime tools… VMs and Containers - VirtualBox, Docker, Kitematic, Vagrant, Terraform, Minikube $ brew cask install docker kitematic virtualbox vagrant minikube The reason I installed Wireshark twice, one with cask, was to get the GUI. $ brew cask install wireshark slack github dotnet dotnet-sdk spotify microsoft-azure- storage-explorer Other tools - Wireshark, HTop, Git, Slack, GitHub Desktop, Spotify, Microsoft Azure Storage Explorer $ brew install wireshark htop git Quite frankly, if you know any other important tool for Javascript development, please let me know. Javascript Tools - Angular CLI, Node.js $ brew install node angular-cli Java Scaffolding Frameworks - JHipster, Spring Roo, JBoss Forge $ brew install jhipster spring-roo jboss-forge A lot more! Java Build Tools - Maven, Gradle, Ant $ brew install maven gradle ant These should give you enough to get started, but in the real world, you will need more. Now… if you really want, you can also install Eclipse through Cask…And I will leave it to you :-) More tools! Visual Studio Code $ brew cask info visual-studio-code IntelliJ IDEA $ brew cask info intellij-idea-ce NetBeans IDE $ brew cask info netbeans-java-ee It is also a good idea to always check the package version on Cask and compare with the latest on the website of the tool. So that is why I am sticking to java8 below, but feel free to just say java, and cask will pick the latest (9). Some of them need changes in Maven POM files, and I just want to get them up and running. Oracle Java Development Kit (JDK)Īlthough Java 9 is available, many of my projects are quite still on Java 8. The next step is to install some basic tools for Java development. Install CaskĬask is a complementary tool for Homebrew that extends to other capabilities such as installing common desktop applications distributed as DMG files somewhere on the Internet, but that are not available on Homebrew directly. Walkthrough it.īesides the terminal, by following the article above you also get Homebrew, the missing package manager for Mac.

homebrew for mac os x sierra

This is one article I found that helped me set up my iTerm2. No developer should rely solely on mouse and windows, so a powerful command-line interface is a must!

homebrew for mac os x sierra

Homebrew for mac os x sierra how to#

And as I said before, I do know how to exit vim.įirst of all, you will need a decent terminal. And given the similarities (in the terminal) between Mac and Linux, I chose the former. Note: this article is a fragment of the original article about my new job at Microsoft.Īt Microsoft I was given two options: either I’d get a Mac, or a Windows laptop.










Homebrew for mac os x sierra