Clarence's DocumentationContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)Logo Twitter (opens in a new tab)
  • Introduction
  • Commit Message
  • Styling
    • Preference
    • Margin Usage
    • Tailwind CSS
    • CSS / SCSS
    • Resources
  • React
    • React Imports
    • Namespace vs Named Imports
    • Why JSX can only have one parent element
    • Snippets
  • GitHub
    • GitHub Sync
    • Branch Rules
    • WakaTime Integration
  • Libraries
  • VSCode Extensions
  • Mac Setup
    • Dock Configuration
    • iTerm2 Configuration
    • ZSH Configuration
    • Fast Node Manager
    • Bash Workflow Shortcuts
  • Uncategorized Notes
    • Search Console Removal
    • Take Commits Between Repositories
  • Attribution
  • Introduction
  • Commit Message
  • Styling
    • Preference
    • Margin Usage
    • Tailwind CSS
    • CSS / SCSS
    • Resources
  • React
    • React Imports
    • Namespace vs Named Imports
    • Why JSX can only have one parent element
    • Snippets
  • GitHub
    • GitHub Sync
    • Branch Rules
    • WakaTime Integration
  • Libraries
  • VSCode Extensions
  • Mac Setup
    • Dock Configuration
    • iTerm2 Configuration
    • ZSH Configuration
    • Fast Node Manager
      • Installation
      • Usage
    • Bash Workflow Shortcuts
  • Uncategorized Notes
    • Search Console Removal
    • Take Commits Between Repositories
  • Attribution
  • Contact ↗ (opens in a new tab)

On This Page

  • Installation
  • Usage
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub
Mac Setup
Fast Node Manager

Fast Node Manager

Node version manager I use.

Installation

Source (opens in a new tab)

curl -fsSL https://fnm.vercel.app/install | bash

Then add to the end of your ~/.zshrc:

.zshrc
# fnm env https://github.com/Schniz/fnm
eval "$(fnm env --use-on-cd)"

Usage

fnm ls
 
fnm install --lts
 
fnm use --lts
 
fnm install v18.12.1
 
fnm use v18.12.1
 
fnm current
ZSH ConfigurationBash Workflow Shortcuts

© 2023 Theodorus Clarence. Made with Nextra