Skip to content

Instantly share code, notes, and snippets.

View mdizo's full-sized avatar

Marco Dizo mdizo

  • 18:58 (UTC +08:00)
View GitHub Profile
@mdizo
mdizo / mpv.conf
Last active February 29, 2024 08:31
An opinionated mpv config for mid-tier computers @ 1440p
# MPV - mpv.conf
# mdizo - 2023-04-12
# Tested on shinchiro's mpv 0.35.0-356-g9a8b3170 | win10
# Config designed for Nvidia 1660 Super @ 1440p using high-quality 1080p media
# References ======================================================================================
# https://mpv.io/manual/stable/ - MPV User Manual
# https://github.com/stax76/awesome-mpv - All things MPV
# https://github.com/stax76/awesome-mpv#shaders - Shaders
@mdizo
mdizo / .hyper.js
Last active January 24, 2020 18:54
Hyper.js Config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@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'),