Default Header | Left Align | Right Align | Center Align |
---|---|---|---|
Text | Text | Text | Text |
Text | Text | Text | Text |
Text | Text | Text | Text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# You can put this in your .zshrc | |
# Custom Spaceship section for SVN | |
SPACESHIP_SVN_SHOW="${SPACESHIP_SVN_SHOW=true}" | |
SPACESHIP_SVN_PREFIX="${SPACESHIP_SVN_PREFIX="$SPACESHIP_PROMPT_DEFAULT_PREFIX"}" | |
SPACESHIP_SVN_SUFFIX="${SPACESHIP_SVN_SUFFIX="$SPACESHIP_PROMPT_DEFAULT_SUFFIX"}" | |
SPACESHIP_SVN_SYMBOL="${SPACESHIP_SVN_SYMBOL="🐢 "}" | |
SPACESHIP_SVN_COLOR="${SPACESHIP_SVN_COLOR="yellow"}" | |
spaceship_svn() { | |
[[ $SPACESHIP_SVN_SHOW == false ]] && return |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote add KZeni git@github.com:KZeni/admin-color-schemer.git | |
git fetch KZeni | |
git checkout --track KZeni/patch-1 | |
git commit | |
git push KZeni patch-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Inspired by http://jsfiddle.net/desandro/Ew6Zt/ | |
add_action( 'admin_head', function(){ | |
?> | |
<script> | |
jQuery(document).ready( function($) { | |
var colorTime = 0, | |
waveTheta = 0, | |
maxCount = 100, |
- i said a hip hop (old school vibe): https://open.spotify.com/user/helenhousandi/playlist/2LET2901xHzy31zExZf3x6
- 2000s (hip-hop/rap focused): https://open.spotify.com/user/helenhousandi/playlist/2GX7oshVtXkYz0fXDQ859I
- Slow Jams (needs work): https://open.spotify.com/user/helenhousandi/playlist/0u8eQV3ktOjndsv4KrgflE
- R&B thing (bit of a dumping ground right now): https://open.spotify.com/user/helenhousandi/playlist/1L0wSOpiPSD9rEhUVugsfJ
- leggo (party playlist): https://open.spotify.com/user/helenhousandi/playlist/13YXwge7rAXnOSXPxKE35L
- two up two down (my VA artist playlist, a lot of stuff doesn't show because they're local files) https://open.spotify.com/user/helenhousandi/playlist/2tSDB3z1IVVG5CxkHVUa6b
- throwback (includes plenty of nostalgic garbage): https://open.spotify.com/user/helenhousandi/playlist/7DNEzTGNsc0MIvLhBZEYqT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
"detect_slow_plugins": false, | |
"drag_text": false, | |
"file_exclude_patterns": | |
[ | |
"*.min.*", | |
".DS_Store" | |
], | |
"font_face": "SourceCodePro-Light", |
I hereby claim:
- I am helen on github.
- I am helen (https://keybase.io/helen) on keybase.
- I have a public key whose fingerprint is 1E3E 18E3 41AE 69A5 C228 D820 C3A0 B55E D825 43A9
To claim this, I am signing this object:
This needs to be written down somewhere outside of my currently open browser tabs, and I see no reason not to share it. Inclusion in the list does not necessarily mean I'm working on a patch, just that it's on my mind. If you're looking for something specific to work on and are looking for a starting point, one of these might be for you.
- #25408: Ability to specify that a list table column is "primary"
- #26302: Specify display priority for list table columns
- #25284: Support tax queries using term_taxonomy_id without specifying a taxonomy
- #24859: Media Library does not have a loading indicator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# args | |
MSG=${1-'deploy from git'} | |
BRANCH=${2-'trunk'} | |
# paths | |
SRC_DIR=$(git rev-parse --show-toplevel) | |
DIR_NAME=$(basename $SRC_DIR) | |
DEST_DIR=~/Sites/wp-plugins/$DIR_NAME/$BRANCH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
green=$(tput setaf 2) | |
yellow=$(tput setaf 3) | |
magenta=$(tput setaf 5) | |
reset=$(tput sgr0) | |
# This was not working with \w, which has since been changed to \W in favor of window title showing $PWD | |
# PROMPT_DIRTRIM=3 | |
export EDITOR='code --wait'; | |
export SVN_EDITOR='code --wait'; |
NewerOlder