git clone https://github.com/dlazares/vimjob ~/.vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
ln ~/.vim/vimrc ~/.vimrc
node --version
Verify you don't have node
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm install node
node --version
to verify
open vim and run :PlugInstall
close vim, re-open vim, and run :CocInstall coc-tsserver
for typescript and :CocInstall coc-pyright
for python
echo 'set -g default-terminal "screen-256color"' >> ~/.tmux.conf