Skip to content

Instantly share code, notes, and snippets.

View mdizo's full-sized avatar

Marco Dizo mdizo

  • 01:51 (UTC +08:00)
View GitHub Profile
@mdizo
mdizo / .bash_profile
Created September 12, 2018 07:28 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@mdizo
mdizo / gulpfile.js
Created September 3, 2018 00:43 — forked from antwon/gulpfile.js
(Gulp 4) Basic gulpfile front-end starter kit
// ----- Gulp ----- //
// Compiles sass with sourcemaps, combines js, prefix-free styles, live reloads browser
// cd into your project and run 'gulp'
// compiles sass
// combines js
// prefix-free styles
// live reloads browser
var gulp = require('gulp'),