Skip to content

Instantly share code, notes, and snippets.

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

Gabriela Mendes Kappyh

🏠
Working from home
View GitHub Profile
@Kappyh
Kappyh / [GUIDE] macos yarn nvm install.md
Created September 12, 2019 20:52 — forked from rcugut/[GUIDE] macos yarn nvm install.md
GUIDE for mac OS X yarn nvm node install

GUIDE to install yarn, nvm (node) on macOS

last update: Jul 2019

Assumptions:

  • macOS >= 10.14 (Mojave)
  • homebrew properly installed
@Kappyh
Kappyh / Install Composer using MAMP's PHP.md
Created September 9, 2019 13:49 — forked from irazasyed/Install Composer using MAMP's PHP.md
Instructions on how to change preinstalled Mac OS X PHP to MAMP's PHP Installation and then install Composer Package Management

Change default Mac OS X PHP to MAMP's PHP Installation and Install Composer Package Management


Instructions to Change PHP Installation


First, Lets find out what version of PHP we're running (To find out if it's the default version).

To do that, Within the terminal, Fire this command:

which php

@Kappyh
Kappyh / karma.conf.js
Created July 3, 2019 13:04 — forked from cvuorinen/karma.conf.js
Example configurations for running Karma & Protractor tests in headless Chrome (see http://cvuorinen.net/2017/05/running-angular-tests-in-headless-chrome/)
// Karma configuration file, see link for more information
// https://karma-runner.github.io/0.13/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular/cli'],
plugins: [
require('karma-jasmine'),
require('karma-chrome-launcher'),
@Kappyh
Kappyh / protractorAPICheatsheet.md
Last active July 5, 2019 14:01 — forked from javierarques/protractorAPICheatsheet.md
Protractor API Cheatsheet