Last active
March 26, 2020 21:29
-
-
Save daniepetrov/7acd17dae5435f12e56f7b51eb8e1409 to your computer and use it in GitHub Desktop.
MacOS after install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. First install homebrew | |
2. Install git via homebrew, because i don't like xcode command line tools only for git | |
3. Install zsh-nvm https://github.com/lukechilds/zsh-nvm | |
4. add ```export NVM_LAZY_LOAD=true``` to .zshrc before ```source ~/.zsh-nvm/zsh-nvm.plugin.zsh``` | |
5. Install casks or apps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment