Last Update: 2017-01-11
task [id] modify end: status:pending
task +DELETED end:today modify end: status:pending
<?xml version="1.0" encoding="UTF-8"?> | |
<theme> | |
<!-- = File table appearance ========================= --> | |
<!-- ================================================= --> | |
<file_table> | |
<font family="Consolas" size="13"/> | |
<border color="404040"/> | |
<inactive_border color="404040"/> | |
<outline color="073642"/> | |
<inactive_outline color="cccccc"/> |
# i3status configuration file. | |
# see "man i3status" for documentation. | |
# It is important that this file is edited as UTF-8. | |
# The following line should contain a sharp s: | |
# ß | |
# If the above line is not correctly displayed, fix your editor first! | |
general { |
" ==VimperatorColorSchema== | |
" name: Solarlized enhanced by Kenta Suzuki. (Based on 'Solarized') | |
" url: https://github.com/suzuken/dotfiles/blob/master/vimperator/colors/solarized.vimp | |
" ==/VimperatorColorSchema== | |
" | |
" Solarized - Ethan Schoonover | |
" http://ethanschoonover.com/solarized | |
" | |
" SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB | |
" --------- ------- ---- ------- ----------- ---------- ----------- ----------- |
Start weechat if you haven't already:
$ weechat
open up browser and go to: https://irc.gitter.im/ retrieve your /PASS
In weecaht run (thanks to raine):
#!/bin/bash | |
##################################################### | |
# Name: Bash CheatSheet for Mac OSX | |
# | |
# A little overlook of the Bash basics | |
# | |
# Usage: | |
# | |
# Author: J. Le Coupanec | |
# Date: 2014/11/04 |
[global] | |
font = Monospace 10 | |
# allow a small subset of html markup: | |
# <b>bold</b> | |
# <i>italic</i> | |
# <s>strikethrough<s/> | |
# <u>underline</u> | |
# | |
# for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html |
No, they're not, but they might seem that way when you first meet them. Thanks to Hack Reactor, I no longer think of them that way. After a deep dive and some BackBone, you won't either. Here's what I'm going to cover:
If you're comfortable with eventing systems, you'll probably want to skip to section three.