Skip to content

Instantly share code, notes, and snippets.

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

Kevin Oh aflashyrhetoric

🏠
Working from home
View GitHub Profile
@aflashyrhetoric
aflashyrhetoric / _rem-calc.scss
Created June 29, 2018 13:34 — forked from olefredrik/_rem-calc.scss
rem-calc function
@function rem-calc($size) {
$remSize: $size / 16;
@return #{$remSize}rem;
}
@aflashyrhetoric
aflashyrhetoric / cloudSettings
Last active December 29, 2022 23:35
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-02-15T20:42:50.224Z","extensionVersion":"v3.4.3"}
#!/bin/bash
# lists the branches in order and lets you select
# which one to checkout
branches=( $(git for-each-ref refs/heads | cut -d '/' -f 3-) )
for i in "${!branches[@]}"; do
echo "$i) ${branches[$i]}"
done
set wrap-lines = yes
set line-graphics = utf-8
set split-view-width = 90%
set main-view = line-number:no id:no date:relative-compact author:abbreviated commit-title:no,graph,refs=no,overflow=no
set diff-view = line-number:no,interval=5 text:yes
# Neonwolf Color Scheme for Tig
#
# Based mostly on the colors from the badwolf airline theme
#
set wrap-lines = yes
set line-graphics = utf-8
set split-view-width = 90%
set main-view = line-number:no id:no date:relative-compact author:abbreviated commit-title:no,graph,refs=no,overflow=no
set diff-view = line-number:no,interval=5 text:yes
# Neonwolf Color Scheme for Tig
#
# Based mostly on the colors from the badwolf airline theme
#