Skip to content

Commit

Permalink
Setup FNM (Fast and simple Node version manager)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnarf committed Feb 1, 2024
1 parent 78ab379 commit 039ade6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions os/macos/macos-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ brew install \
yarn \
pnpm \
bun \
fnm \
cmake \
rustup-init \
rust-analyzer \
Expand Down
6 changes: 6 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ then
. `brew --prefix`/etc/profile.d/z.sh
fi

# fnm (Fast and simple Node version manager)
if command -v fnm &> /dev/null
then
eval "$(fnm env --use-on-cd)"
fi

alias typora="open -a typora"

# Use the `man` command to view Markdown files
Expand Down

0 comments on commit 039ade6

Please sign in to comment.