mirror of https://github.com/aldy505/dotfiles.git
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
fnm uninstall 14
|
||
|
fnm uninstall 16
|
||
|
|
||
|
fnm install 14
|
||
|
fnm use 14
|
||
|
npm install -g yarn tldr pnpm npm-check-updates np commitizen add-gitignore
|
||
|
|
||
|
fnm install 16
|
||
|
fnm use 16
|
||
|
npm install -g yarn tldr pnpm npm-check-updates np commitizen add-gitignore
|