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
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
#
#!/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
@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"}
@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;
}
/*
* This script converts API data from Backlog Syntax to Markdown.
* It can also output to Markdown and JSON.
*/
// Lib Imports
const fs = require('fs');
const path = require('path');
const chalk = require('chalk');
const readline = require('readline');
@aflashyrhetoric
aflashyrhetoric / HACKMD Alternative Test
Created January 20, 2017 16:05
A test to see if Github Gists are a better alternative to HackMD
This is some testing junks
.wixAdsdesktopWADBottom { visibility: hidden !important; display: none !important; }

Using Github Gists to VC bash_aliases

Version Control your .bash_aliases file using:


I'll use a sample .bash_aliases file for the tut:

# ~/.bash_aliases