Skip to content

Instantly share code, notes, and snippets.

https://coolestguidesontheplanet.com/get-apache-mysql-php-and-phpmyadmin-working-on-macos-sierra/
https://github.com/P233/Syntax-highlighting-for-Sass/issues/85
# This is Git's per-user configuration file.
[core]
user = Mike Mellor
email = mike.mellor@f-grp.com
editor = subl -n -w
[user]
name = Mike Mellor
email = mike.mellor@f-grp.com
[push]
default = simple
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BackgroundBlur</key>
<real>1</real>
<key>BackgroundColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPEBMw
@mikemellor11
mikemellor11 / Default (OSX).sublime-keymap
Last active June 21, 2018 12:02
sublime user bindings
[
{
"keys": [
"super+alt+i"
],
"command": "insert_snippet",
"args": {
"contents": "<i>${0:$SELECTION}</i>"
}
},
@mikemellor11
mikemellor11 / .bash_profile
Last active April 21, 2017 09:17
command line styling
# Git branch in prompt.
parse_git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ @\1/'
}
export bb="git@bitbucket.org:fishawackdigital"
export mb="git@mikemellor11:mikemellor11"
@mikemellor11
mikemellor11 / content.json
Last active February 11, 2016 15:52
Handlebars dynamic each loop with object coming from data json
{
"reference": "Content.extraInfo.pdfs"
}