Skip to content

Instantly share code, notes, and snippets.

View kharrop's full-sized avatar

Kelly Harrop kharrop

View GitHub Profile
@kharrop
kharrop / .p10k.zsh
Created March 7, 2022 19:53
.p10k.zsh
# Generated by Powerlevel10k configuration wizard on 2022-02-12 at 13:52 CST.
# Based on romkatv/powerlevel10k/config/p10k-pure.zsh, checksum 13301.
# Wizard options: nerdfont-complete + powerline, small icons, pure, snazzy, 1 line,
# compact, transient_prompt, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config file for Powerlevel10k with the style of Pure (https://github.com/sindresorhus/pure).
#
# Differences from Pure:
#
@kharrop
kharrop / .zshrc
Created March 7, 2022 19:53
.zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
{"version":1,"resource":"file:///Users/kharrop/sites/website/pages/drafts/typescript-adventures.mdx","entries":[{"id":"DXJ7.mdx","source":"Move typescript-adventures.mdx","timestamp":1655746025274}]}
var gulp = require("gulp");
var sass = require("gulp-sass");
var replace = require("gulp-replace");
var rename = require("gulp-rename");
var inlineCss = require("gulp-inline-css");
gulp.task("styles", function() {
return gulp
.src("scss/*.scss")
.mobile-100 {
width: 100% !important;
height: auto !important;
max-width: 100% !important;
}