Skip to content

Instantly share code, notes, and snippets.

View laerciobernardo's full-sized avatar
🏠
Working from home

Laércio Bernardo laerciobernardo

🏠
Working from home
  • iUPi Tecnologia
  • Vila Nova de Gaia, Porto
  • 11:31 (UTC +01:00)
  • X @laerciobernardo
View GitHub Profile
# YouTube (english) : https://www.youtube.com/watch?v=FtU2_bBfSgM
# YouTube (french) : https://www.youtube.com/watch?v=VjnaVBnERDU
#
# On your laptop, connect to the Mac instance with SSH (similar to Linux instances)
#
ssh -i <your private key.pem> ec2-user@<your public ip address>
#
# On the Mac
@laerciobernardo
laerciobernardo / init.vim
Created February 26, 2021 00:50 — forked from jtumano/init.vim
Neovim coc config for frontend development
" Specify a directory for plugins
" - For Neovim: ~/.local/share/nvim/plugged
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')
" Make sure you use single quotes
" ---
Plug 'scrooloose/nerdtree' " NERD Tree
Plug 'Xuyuanp/nerdtree-git-plugin' " show git status in Nerd tree