mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Adding nvm install details and nvmrc info.
This commit is contained in:
parent
53d18d9739
commit
7bbb34cc06
2 changed files with 8 additions and 2 deletions
|
|
@ -6,6 +6,9 @@
|
|||
- Curl: `sudo apt install curl`
|
||||
- Docker: [Ubuntu Install](https://docs.docker.com/engine/install/ubuntu/#prerequisites)
|
||||
- [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`
|
||||
- Heroku CLI: `sudo snap install --classic heroku`
|
||||
- Vim: `sudo apt install vim`
|
||||
|
|
@ -35,7 +38,9 @@
|
|||
|
||||
_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`
|
||||
- sshpass: `brew install hudochenkov/sshpass/sshpass`
|
||||
- tmux: `brew install tmux`
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ _Currently using zsh_
|
|||
- [.zshrc](https://github.com/BradNut/dotfiles/blob/master/.zshrc)
|
||||
- [Oh My Zsh](https://ohmyzsh.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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue