Skip to content

Instantly share code, notes, and snippets.

@lokingdav
Forked from mike-casas/install-nvm-zsh.txt
Created November 5, 2023 16:39
Show Gist options
  • Select an option

  • Save lokingdav/a708694ec4ddab0381bd462fb8e7f34c to your computer and use it in GitHub Desktop.

Select an option

Save lokingdav/a708694ec4ddab0381bd462fb8e7f34c to your computer and use it in GitHub Desktop.

Revisions

  1. @mike-casas mike-casas renamed this gist Dec 1, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @mike-casas mike-casas created this gist Nov 30, 2016.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    After install zsh

    - brew update
    - brew install nvm
    - mkdir ~/.nvm

    after in your ~/.zshrc or in .bash_profile if your use bash shell:

    export NVM_DIR=~/.nvm
    source $(brew --prefix nvm)/nvm.sh