Browse Source

Good riddance to the Parrot svn repo

master
Jonathan "Duke" Leto 14 years ago
parent
commit
50d96be880
  1. 4
      config/.bashrc
  2. 1
      config/.gitconfig
  3. 80
      config/.irssi/config

4
config/.bashrc

@ -9,13 +9,13 @@ export PG_PREFIX=$HOME/pg
export PGDATA=$PG_PREFIX/data
export PATH=
export PATH=/home/leto/git/rakudo/parrot_install/bin:$PATH
export PATH=$PATH:$HOME/svn/parrot/installed_parrot/bin:/opt/local/bin
export PATH=$PATH:$HOME/git/parrot/installed_parrot/bin:/opt/local/bin
export PATH=$PATH:~/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/opt/local/sbin:/usr/bin:/usr/games:/opt/bin:/usr/local/sbin
export PATH=$PATH:/usr/X11R6/bin:$PGPREFIX/bin:~/svn/llvm/Debug/bin
export PATH=$HOME/pg/bin:/home/leto/local-lib/bin:$PATH
export PATH=$PATH:$HOME/.gem/ruby/1.8/bin
export LD_LIBRARY_PATH=$HOME/pg/lib:$HOME/lib:$HOME/git/rakudo/parrot_install/lib:$HOME/svn/parrot/installed_parrot/lib
export LD_LIBRARY_PATH=$HOME/pg/lib:$HOME/lib:$HOME/git/rakudo/parrot_install/lib:$HOME/git/parrot/installed_parrot/lib
export PERL5LIB="$HOME/git/util/perl_lib:$HOME/perl5/lib/perl5"
export GIT_COMMITTER_EMAIL=jonathan@leto.net

1
config/.gitconfig

@ -6,7 +6,6 @@
[alias]
co = checkout
praise = blame
ru = remote update
up = !git stash && git pull origin master && git stash pop
sup = !git stash && git svn rebase && git stash pop
last = cat-file commit HEAD

80
config/.irssi/config

@ -1,3 +1,16 @@
ignores = (
{
level = "JOINS PARTS QUITS MODES";
channels = ( "#parrot", "#cxgn", "#moose", "#pdx.pm", "#parrotsketch", "#catalyst", "#toolchain");
network = "perl";
},
{
level = "JOINS PARTS QUITS MODES";
channels = ( "#perl6", "#plparrot" );
network = "freenode";
}
);
servers = (
{ address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
{
@ -28,16 +41,18 @@ servers = (
{ address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
{
address = "irc.perl.org";
address = "turkeyberry.sgn.cornell.edu";
chatnet = "perl";
port = "6667";
port = "21217";
autoconnect = "yes";
password = "perl42";
},
{
address = "irc.freenode.net";
address = "132.236.81.245";
chatnet = "freenode";
port = "6667";
port = "21217";
autoconnect = "yes";
password = "freenode42";
}
);
@ -109,8 +124,18 @@ chatnets = {
};
channels = (
{ name = "#irssi"; chatnet = "ircnet"; autojoin = "No"; },
{ name = "silc"; chatnet = "silc"; autojoin = "No"; }
{ name = "#parrot"; chatnet = "perl"; autojoin = "Yes"; },
{ name = "#cxgn"; chatnet = "perl"; autojoin = "Yes"; },
{ name = "#moose"; chatnet = "perl"; autojoin = "Yes"; },
{ name = "#catalyst"; chatnet = "perl"; autojoin = "Yes"; },
{ name = "#toolchain"; chatnet = "perl"; autojoin = "Yes"; },
{ name = "#pdx.pm"; chatnet = "perl"; autojoin = "Yes"; },
{ name = "#perl6"; chatnet = "freenode"; autojoin = "Yes"; }
{ name = "#plparrot"; chatnet = "freenode"; autojoin = "Yes"; }
{ name = "#osuosl"; chatnet = "freenode"; autojoin = "Yes"; }
{ name = "#bioperl"; chatnet = "freenode"; autojoin = "Yes"; }
{ name = "#gmod"; chatnet = "freenode"; autojoin = "Yes"; }
);
aliases = {
@ -299,6 +324,7 @@ windows = {
chat_type = "IRC";
name = "#parrot";
tag = "perl";
autojoin = "yes";
}
);
};
@ -307,8 +333,8 @@ windows = {
{
type = "CHANNEL";
chat_type = "IRC";
name = "#soc-help";
tag = "perl";
name = "#perl6";
tag = "freenode";
}
);
};
@ -319,16 +345,7 @@ windows = {
chat_type = "IRC";
name = "#cxgn";
tag = "perl";
}
);
};
5 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#plparrot";
tag = "freenode";
autojoin = "yes";
}
);
};
@ -337,22 +354,12 @@ windows = {
{
type = "CHANNEL";
chat_type = "IRC";
name = "#drizzle";
tag = "freenode";
}
);
};
7 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#rtems";
name = "#plparrot";
tag = "freenode";
}
);
};
8 = {
5 = {
items = (
{
type = "CHANNEL";
@ -362,23 +369,14 @@ windows = {
}
);
};
9 = {
7 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#pdx.pm";
tag = "perl";
}
);
};
10 = {
items = (
{
type = "CHANNEL";
chat_type = "IRC";
name = "#parrotsketch";
tag = "perl";
autojoin = "yes";
}
);
};

Loading…
Cancel
Save