Skip to content

Instantly share code, notes, and snippets.

View curator's full-sized avatar

Preston Norvell curator

  • Slef Heavy Industries
  • Thereabouts
View GitHub Profile
@curator
curator / YAML.tmLanguage
Created June 26, 2014 22:18
Updated YAML that deals with hiera data a bit better (double colons)
<?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>fileTypes</key>
<array>
<string>yaml</string>
<string>yml</string>
</array>
<key>foldingStartMarker</key>
@curator
curator / curator.zsh-theme
Last active December 25, 2015 03:29
curator's zsh shell
#!/usr/bin/env zsh
#Personalized mashup of Bira and Muse
setopt promptsubst
autoload -U add-zsh-hook
PROMPT_SUCCESS_COLOR=$FG[117]
PROMPT_FAILURE_COLOR=$FG[124]
PROMPT_VCS_INFO_COLOR=$FG[242]