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
export PS1='\[\e[01;33m\]\u@\h\[\e[38;5;199m\] \w\$\[\e[00m\] ' |
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
for i in {0..15} | |
do | |
for j in {0..15} | |
do | |
col=$((i*16+j)) | |
printf "\e[38;5;%im %03i" $col $col | |
done | |
printf "\n" | |
done |
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
source ~/.mutt/colour_defaults.rc | |
source ~/.mutt/colour_$TERM.rc |
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
convert /home/jay/.themes/expose/gtk-2.0/bc.xpm -scale 1024x20! bc.png | |
composite -gravity north bc.png backdrop.png backdrop_new.png |
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
mywibox[s] = wibox({ position = "top", fg = beautiful.fg_normal, bg = "#00000000" }) |
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
customfield 2 Birthday |
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
#! /usr/bin/python -tt | |
import ConfigParser | |
import datetime | |
import os | |
data = ConfigParser.ConfigParser() | |
data.read(os.path.expanduser("~/.abook/addressbook")) | |
birthdays = filter(lambda x: "custom2" in data.options(x), |
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
.reminders.d/birthdays: .abook/addressbook .reminders.d/birthdays.py | |
$(info - Generating remind's birthdays file) | |
$(word 2, $^) >$@ |
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
INCLUDE /home/jay/.reminders.d/birthdays |
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
if ($SIZE < 32768) | |
cc '|lbdb-fetchaddr -d "%FT%T%z"' |
OlderNewer