Skip to content

Instantly share code, notes, and snippets.

View liperuf's full-sized avatar

Fellipe Cicconi liperuf

View GitHub Profile
@liperuf
liperuf / authorized.sh
Last active August 29, 2015 14:16
Autorizando chave ssh no <host>
cat ~/.ssh/id_rsa.pub | ssh <user>@<host> 'cat >> ~/.ssh/authorized_keys'
@liperuf
liperuf / setup-frontend.md
Last active August 29, 2015 14:05
Passo a passo para instalação do Frontend Boilerplate (ago/14)

Setup do Frontend (boilerplate)

1. Instale o node.js

2. Via npm instale os seguintes módulos globais:

  • gulp
  • bower
  • browserify
  • watchify
  • less