Skip to content

Instantly share code, notes, and snippets.

use strict;
use Irssi 20020101.0250 ();
use vars qw($VERSION %IRSSI);
$VERSION = "1";
%IRSSI = (
authors => "Timo Sirainen, Ian Peters",
contact => "tss\@iki.fi",
name => "Nick Color",
description => "assign a different color for each nick",
license => "Public Domain",
servers = (
{ address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
{ address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
{
address = "irc.undernet.org";
chatnet = "Undernet";
port = "6667";
},
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
# default foreground color (%N) - -1 is the "default terminal color"
default_color = "-1";
# print timestamp/servertag at the end of line, not at beginning
info_eol = "false";
# these characters are automatically replaced with specified color
# (dark grey by default)
replaces = { "[]" = "%g$*%n"; };
;; Copyright (C) 2007-2008 Jonathan Moore Liles
;;
;; This file is part of stumpwm.
;;
;; stumpwm is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; stumpwm is distributed in the hope that it will be useful,
@shes-a-skeeze
shes-a-skeeze / .Xresources
Created December 1, 2011 20:35
xdefaults
! Global {{{
! fg and bg might be overwritten by an imported colorscheme
*foreground: #807777
*background: #151515
*saveLines: 1024
Xcursor.theme: ComixCursors-White-Small-Slim
!==============================================================
@shes-a-skeeze
shes-a-skeeze / kake.vim
Created December 1, 2011 20:06
xresources colors
! vim: set filetype=xdefaults :
URxvt*colorBD: #ffffff
URxvt*colorIT: #a761c2
URxvt*highlightColor: #a761c2
URxvt*highlightTextColor: #151515
URxvt*cursorColor: #ff8939
@shes-a-skeeze
shes-a-skeeze / kake.vim
Created December 1, 2011 20:04
vim theme
" Vim color scheme
"
" Name: nucolors.vim
" Maintainer: Christian Brassat <crshd@mail.com>
" License: public domain
"
" Based on a port of the RailsCasts TextMate theme [1] to Vim.
" Some parts of this theme were borrowed from the well-documented Lucius theme [2].
"
" [1] http://railscasts.com/about
@shes-a-skeeze
shes-a-skeeze / .vimrc
Created December 1, 2011 20:02
vimrc
"
" Brookie Surae
" bite.my.peepee@gmail.com
"
" be iMproved
set nocompatible
" set gfn=Monaco\ Compressed\ 7.5
set gfn=Profont\ 9
@shes-a-skeeze
shes-a-skeeze / .stumpwmrc
Created December 1, 2011 20:01
stumpwm
;; MY STUMPWM
(in-package :stumpwm)
(setq *mouse-focus-policy* :click)
(setf *startup-message*
"everything seems to be just fine")
(set-contrib-dir "/home/sleeze/.config/stumpwm/contrib")
(setf *suppress-frame-indicator* t)
;; Directories