Skip to content

Instantly share code, notes, and snippets.

View maicolsantos's full-sized avatar
🕶️

Maicol Santos maicolsantos

🕶️
View GitHub Profile
@maicolsantos
maicolsantos / comoSerChatoNowhatsapp.js
Created October 18, 2017 22:18 — forked from callmeloureiro/comoSerChatoNoWhatsapp.js
Como fazer alguém te responder no whatsapp
/*
Hoje iremos MUDAR a vida da pessoa que não te responde no whatsappp...
Que tal enviar mensagens pra ela até obter uma resposta?!
Sensacional não acha?! Mas, somos devs, correto?! Então vamos automatizar esse paranauê!
Para utilizar:
- Abra o web.whatsapp.com;
- Selecione a conversa que você quer;
- Abra o console e cole o código que está no gist;
@maicolsantos
maicolsantos / .bash_profile
Last active November 12, 2020 16:27
.bash_profile
if type brew &>/dev/null; then
HOMEBREW_PREFIX="$(brew --prefix)"
if [[ -r "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh" ]]; then
source "${HOMEBREW_PREFIX}/etc/profile.d/bash_completion.sh"
else
for COMPLETION in "${HOMEBREW_PREFIX}/etc/bash_completion.d/"*; do
[[ -r "$COMPLETION" ]] && source "$COMPLETION"
done
fi
fi
@maicolsantos
maicolsantos / .zshrc
Created July 4, 2017 23:47
Config zsh with run bash_profile
Last login: Tue Jul 4 20:44:14 on ttys001
------------------------------------------------------------
/Volumes/Macintosh HD/TRAMPOS/creativedoc(master*) » gs maicolsantos@MBP-de-Maicol
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
cd-v17/
{
"extensions":
[
"html"
]
}