Skip to content

Instantly share code, notes, and snippets.

View aguiarsouzatiz's full-sized avatar

Tiago Luiz Aguiar de Souza aguiarsouzatiz

View GitHub Profile
@aguiarsouzatiz
aguiarsouzatiz / _sketch-app-plugins-setup.md
Last active January 27, 2020 12:23
Sketch App - Plugins
curl -L https://gist.githubusercontent.com/tl86br/15ed0b827958fe392b84b07783c31928/raw/ec6a2805d3a8b70a737dc2c8d66cf8c3ca093a79/sketch-app-plugins-script.sh | sh
@aguiarsouzatiz
aguiarsouzatiz / fix-web-clipper.js
Last active October 29, 2018 01:45
[WIP] fix_web_clipper
'use strict';
// nexo
// ----------
const nexoTargets = ['.header', '#shareNxo', '.footer', '.aviso-importante-footer', '#aviso-assinantes', '.lazyimage-anchor']
const getValid = (target, selection) =>
target ? selection.concat(target) : selection
const toSelectTargets = (selection, currentTarget) => {
brew update
brew install mongodb
/usr/local/Cellar/mongodb/
mkdir -p /data/db
sudo mongod
@aguiarsouzatiz
aguiarsouzatiz / -osx-setup-scripts.md
Last active January 14, 2022 20:16
OSX setup index

https://gist.github.com/tl86br/1b3ea775e6bba4d6b1b59284d7b47392