Adding nvm install details and nvmrc info.

This commit is contained in:
Bradley Shellnut 2021-11-23 16:35:01 -08:00
parent 53d18d9739
commit 7bbb34cc06
2 changed files with 8 additions and 2 deletions

View file

@ -6,6 +6,9 @@
- Curl: `sudo apt install curl` - Curl: `sudo apt install curl`
- Docker: [Ubuntu Install](https://docs.docker.com/engine/install/ubuntu/#prerequisites) - Docker: [Ubuntu Install](https://docs.docker.com/engine/install/ubuntu/#prerequisites)
- [Install instructions](../master/linux/Docker-Setup.md) - [Install instructions](../master/linux/Docker-Setup.md)
- [Node Version Manager](https://github.com/nvm-sh/nvm#set-default-node-version)
- `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash`
- Use `.nvmrc` from [Dotfiles](../master/linux/Environment-Setup.md#environment-setup##dot-files)
- Gatsby CLI: `sudo npm install gatsby-cli -g` - Gatsby CLI: `sudo npm install gatsby-cli -g`
- Heroku CLI: `sudo snap install --classic heroku` - Heroku CLI: `sudo snap install --classic heroku`
- Vim: `sudo apt install vim` - Vim: `sudo apt install vim`
@ -35,7 +38,9 @@
_NOTE: ZSH and plugins for Ubuntu should be manually installed and not from brew_ _NOTE: ZSH and plugins for Ubuntu should be manually installed and not from brew_
- nodeJS: `brew install node` _NodeJS: Use Node Version Manager_
- NodeJS: *Use Node Version Manager instead*
- postresql: `brew install postgresql` - postresql: `brew install postgresql`
- sshpass: `brew install hudochenkov/sshpass/sshpass` - sshpass: `brew install hudochenkov/sshpass/sshpass`
- tmux: `brew install tmux` - tmux: `brew install tmux`

View file

@ -29,6 +29,7 @@ _Currently using zsh_
- [.zshrc](https://github.com/BradNut/dotfiles/blob/master/.zshrc) - [.zshrc](https://github.com/BradNut/dotfiles/blob/master/.zshrc)
- [Oh My Zsh](https://ohmyzsh.sh) - [Oh My Zsh](https://ohmyzsh.sh)
- Install: `sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` - Install: `sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`
- [.nvmrc](https://github.com/BradNut/dotfiles/blob/master/.zshrc) - Node Version Manager config file
#### Oh My Zsh Plugins #### Oh My Zsh Plugins