Link to the workaround.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Link to the workaround.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Para teclados americanos (como o teclado Apple com teclado numérico) você ativa os acentos assim:
setxkbmap -model abnt -layout us -variant intl
Caso você queira configurar sem acento use:
setxkbmap -layout us -variant mac
| import {Injectable} from '@angular/core'; | |
| import {Http} from '@angular/http'; | |
| import 'rxjs/add/operator/map'; | |
| /* | |
| Generated class for the GoogleDrive provider. | |
| See https://angular.io/docs/ts/latest/guide/dependency-injection.html | |
| for more info on providers and Angular 2 DI. | |
| */ |
| #!/bin/sh | |
| # Script based on https://gohugo.io/hosting-and-deployment/hosting-on-github/ | |
| DIR=$(dirname "$0") | |
| UPSTREAM=${1:-origin} | |
| cd $DIR/.. | |
| if [[ $(git status -s) ]] |
| /** | |
| * [Media queries] | |
| * A massive time saver! You can just use pixel values but we have some default breakpoints setup that work too, | |
| * another time saver while keeping your breakpoints consistent. | |
| * Usage: @include mq('tablet-wide') {} | |
| * From: http://engageinteractive.co.uk/blog/top-10-scss-mixins | |
| */ | |
| $breakpoints: ( | |
| "phone": 400px, | |
| "phone-wide": 480px, |