Skip to content

Instantly share code, notes, and snippets.

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

Maique Almeida maiquealmeida

🏠
Working from home
View GitHub Profile
@maiquealmeida
maiquealmeida / CmderZSH.md
Created March 20, 2019 04:25 — forked from dfontana/CmderZSH.md
My setup guide for installing Cgywin, Mintty, Cmder, and ZSH.

What's this?

Instructions to obtain ZSH on a windows environment, without the input funny business presented by some other attempted solutions.

The final result is ZSH running on a mintty terminal, emulated by cygwin, and being handled by the popular cmder.

Why is this here?

For the benefit of myself and others. I've already followed these instructions twice. It took me hours to figure all this out, maybe someone else can save a few.

What exactly is covered?

  • Installing and setting up cmder
@maiquealmeida
maiquealmeida / .eslintrc
Created February 11, 2019 10:36 — forked from radiovisual/.eslintrc
React Native AirBnB ESLint Config
{
"parser": "babel-eslint",
"plugins": [
"react",
"react-native"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
"modules": true
@maiquealmeida
maiquealmeida / bitbucket-pipelines.yml
Created March 17, 2018 20:01 — forked from anonymous/bitbucket-pipelines.yml
Inicializando um projeto NodeJS GraphQL
clone:
depth: full
pipelines:
default:
- step:
image: node:8.6.0
caches:
- node
script:
- npm install