diff --git a/git/.gitconfig b/git/.gitconfig index 00e2013..6aa0e80 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -14,6 +14,5 @@ [include] path = ~/.gitconfig-win [commit] - gpgsign = true [init] defaultBranch = main diff --git a/irssi/.irssi/config b/irssi/.irssi/config index 43cf11b..bea5b79 100644 --- a/irssi/.irssi/config +++ b/irssi/.irssi/config @@ -7,14 +7,6 @@ servers = ( tls_verify = "no"; autoconnect = "yes"; }, - { - address = "irc.gazellegames.net"; - chatnet = "gazellegames"; - port = "6697"; - use_tls = "yes"; - tls_verify = "no"; - autoconnect = "yes"; - }, { address = "irc.freenode.net"; chatnet = "freenode"; @@ -28,18 +20,29 @@ servers = ( chatnets = { tildechat = { type = "IRC"; - autosendcmd = "^MSG NickServ identify PASSWORD"; + autosendcmd = "^MSG NickServ identify br6feoot"; + }; + freenode = { + type = "IRC"; + autosendcmd = "^MSG nickserv identify br6feoot"; }; - freenode = { type = "IRC"; }; }; channels = ( { name = "#dimension"; chatnet = "tilechat"; autojoin = "yes"; }, { name = "#dimension"; chatnet = "tildechat"; autojoin = "yes"; }, { name = "#meta"; chatnet = "tildechat"; autojoin = "yes"; }, - { name = "#idlerpg"; chatnet = "tildechat"; autojoin = "yes"; }, + { + name = "#idlerpg"; + chatnet = "tildechat"; + autojoin = "yes"; + password = "-botmd"; + botmasks = "ubergeek@thunix.net"; + autosendcmd = "^MSG idlerpg_bot login Matalok br6feoot"; + }, { name = "#geekhack"; chatnet = "freenode"; autojoin = "yes"; }, - { name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; } + { name = "#livlug"; chatnet = "Freenode"; autojoin = "yes"; }, + { name = "#gemini"; chatnet = "tildechat"; autojoin = "yes"; } ); settings = { core = { @@ -54,9 +57,30 @@ settings = { }; }; logs = { }; +hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } ); windows = { 1 = { immortal = "yes"; name = "(status)"; level = "ALL"; }; 2 = { + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#geekhack"; + tag = "freenode"; + } + ); + }; + 3 = { + items = ( + { + type = "CHANNEL"; + chat_type = "IRC"; + name = "#livlug"; + tag = "freenode"; + } + ); + }; + 4 = { items = ( { type = "CHANNEL"; @@ -66,57 +90,7 @@ windows = { } ); }; - 3 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#linux"; - tag = "tildechat"; - } - ); - }; - 4 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#tildeverse"; - tag = "tildechat"; - } - ); - }; 5 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#a&a"; - tag = "AAChat"; - } - ); - }; - 6 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#GazelleGames"; - tag = "gazellegames"; - } - ); - }; - 7 = { - items = ( - { - type = "CHANNEL"; - chat_type = "IRC"; - name = "#IdleRPG"; - tag = "gazellegames"; - } - ); - }; - 8 = { items = ( { type = "CHANNEL"; @@ -126,7 +100,7 @@ windows = { } ); }; - 9 = { + 6 = { items = ( { type = "CHANNEL"; @@ -136,10 +110,9 @@ windows = { } ); }; - 10 = { immortal = "yes"; name = "hilight"; sticky = "yes"; }; + 7 = { immortal = "yes"; name = "hilight"; sticky = "yes"; }; }; mainwindows = { - 1 = { first_line = "7"; lines = "55"; }; - 10 = { first_line = "1"; lines = "6"; }; + 1 = { first_line = "9"; lines = "37"; }; + 7 = { first_line = "1"; lines = "8"; }; }; -hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } ); diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 3c037f7..ff0c6d1 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -3,8 +3,6 @@ AddKeysToAgent yes Host github.com User git - IdentitiesOnly yes - IdentityFile ~/.ssh/id_ed25519_github Host tildegit.org User git