Minimalist theme for oh-my-zsh, aimed to show information related to git and rvm.
-
(↑) current branch is ahead of the remote.
-
(↓) current branch is behind of the remote.
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Generated by: TmTheme-Editor --> | |
<!-- ============================================ --> | |
<!-- app: http://tmtheme-editor.herokuapp.com --> | |
<!-- code: https://github.com/aziz/tmTheme-Editor --> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>fiber</string> |
show_autocomplete: function (itemName, collection) { | |
var accentMap = { | |
"á": "a", | |
"é": "e", | |
"í": "i", | |
"ó": "o", | |
"ú": "u", | |
"ñ": "n" | |
}; |
#!/bin/sh | |
BASE_MSG="$1" | |
TICKETNO=`git branch | grep '^\*' | sed s/^[^-]*-//` | |
echo "Ticket #$TICKETNO: \n `cat $BASE_MSG`" > $BASE_MSG |
// ------------------------------------------- | |
// Ajax Stuff | |
// ------------------------------------------- | |
Ajax = { | |
get: function(options) { | |
options.method = "GET"; | |
this.request(options); | |
}, |
// ------------------------------------------- | |
// Mutation observers applied | |
// ------------------------------------------- | |
Ui.Observable = Essential.Behavior.extend({ | |
config: { | |
attributes: true, | |
childList: true, | |
characterData: true | |
}, |
// ------------------------------------------- | |
// Simple grid system | |
// ------------------------------------------- | |
/* Container for a group of columns */ | |
.grid { | |
width: 100%; | |
height: 100%; | |
@include clearfix(); |
# conky configuration | |
# | |
# The list of variables has been removed from this file in favour | |
# of keeping the documentation more maintainable. | |
# Check http://conky.sf.net for an up-to-date-list. | |
# | |
# For ideas about how to modify conky, please see: | |
# | |
# | |
# For help with conky, please see: |