mirror of https://tildegit.org/ben/dotfiles
parent
f8b013fc20
commit
9ac23a93f5
|
@ -0,0 +1,18 @@
|
||||||
|
#!/usr/bin/env perl
|
||||||
|
# https://blog.plover.com/prog/runN.html
|
||||||
|
|
||||||
|
my $field = shift or usage();
|
||||||
|
$field -= 1 if $field > 0;
|
||||||
|
$|=1;
|
||||||
|
|
||||||
|
while (<>) {
|
||||||
|
chomp;
|
||||||
|
my @f = split;
|
||||||
|
print $f[$field], "\n";
|
||||||
|
}
|
||||||
|
|
||||||
|
sub usage {
|
||||||
|
print STDERR "$0 fieldnumber\n";
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = false
|
||||||
verbose = true
|
verbose = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
|
@ -54,3 +54,8 @@
|
||||||
prompt = false
|
prompt = false
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/ben/.gitignore
|
excludesfile = /home/ben/.gitignore
|
||||||
|
[url "git@salsa.debian.org:"]
|
||||||
|
pushInsteadOf = https://salsa.debian.org/
|
||||||
|
insteadOf = salsa:
|
||||||
|
[url "git@bhh.sh:repos/"]
|
||||||
|
pushInsteadOf = https://git.bhh.sh/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[cmd]
|
[cmd]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[sorting]
|
[sorting]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[command]
|
[command]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[file]
|
[file]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
@ -71,7 +71,7 @@ smart_filter_quit = on
|
||||||
temporary_servers = off
|
temporary_servers = off
|
||||||
topic_strip_colors = off
|
topic_strip_colors = off
|
||||||
typing_status_nicks = on
|
typing_status_nicks = on
|
||||||
typing_status_self = on
|
typing_status_self = off
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
input_nick = lightcyan
|
input_nick = lightcyan
|
||||||
|
@ -196,9 +196,9 @@ tilde.username
|
||||||
tilde.realname
|
tilde.realname
|
||||||
tilde.local_hostname
|
tilde.local_hostname
|
||||||
tilde.usermode
|
tilde.usermode
|
||||||
tilde.command = "/msg operserv login ${sec.data.pass};/msg idlerpg_bot login wowbagger ${sec.data.idlerpgpass}"
|
tilde.command = "/msg idlerpg_bot login wowbagger ${sec.data.idlerpgpass}"
|
||||||
tilde.command_delay = 25
|
tilde.command_delay = 25
|
||||||
tilde.autojoin = "#.tilde,#ZfA,#adventofcode,#allhandsactive,#anelki,#ascii.town,#aussie,#binary-counting,#bots,#club,#cosmic,#counting,#covid19,#ctrl-c,#dotnet,#earthward,#espanol,#fr,#gemini,#gopher,#helpdesk,#linux,#math,#meta,#minecraft,#netnews,#nsfw,#opers,#rw.rs,#secret-sudoers,#southlondon,#team,#thunix,#tilde.zone-admin,#tildebot,#tildenet,#tilderadio,#tilderadio-djs,#tildetel,#topm,#town,#vim,#wiki,#xinu,#zfa"
|
tilde.autojoin = "#.tilde,#adventofcode,#allhandsactive,#anelki,#ascii.town,#aussie,#binary-counting,#bots,#club,#cosmic,#counting,#covid19,#ctrl-c,#dotnet,#earthward,#espanol,#fr,#gemini,#gopher,#helpdesk,#idlerpg,#linux,#logarion,#math,#meta,#midgard,#minecraft,#netnews,#nsfw,#opers,#rw.rs,#secret-sudoers,#selfhosting,#southlondon,#team,#thunix,#tilde.zone-admin,#tildebot,#tildenet,#tilderadio,#tilderadio-djs,#tildetel,#topm,#town,#vim,#wiki,#xinu,#ZfA,#tilde.green,#tildeverse"
|
||||||
tilde.autojoin_dynamic
|
tilde.autojoin_dynamic
|
||||||
tilde.autorejoin
|
tilde.autorejoin
|
||||||
tilde.autorejoin_delay
|
tilde.autorejoin_delay
|
||||||
|
@ -333,7 +333,8 @@ esper.local_hostname
|
||||||
esper.usermode
|
esper.usermode
|
||||||
esper.command
|
esper.command
|
||||||
esper.command_delay
|
esper.command_delay
|
||||||
esper.autojoin = "#coders,#factorio,#lobby"
|
esper.autojoin = "#factorio,#lobby"
|
||||||
|
esper.autojoin_dynamic
|
||||||
esper.autorejoin
|
esper.autorejoin
|
||||||
esper.autorejoin_delay
|
esper.autorejoin_delay
|
||||||
esper.connection_timeout
|
esper.connection_timeout
|
||||||
|
@ -467,7 +468,7 @@ oftc.local_hostname
|
||||||
oftc.usermode
|
oftc.usermode
|
||||||
oftc.command
|
oftc.command
|
||||||
oftc.command_delay
|
oftc.command_delay
|
||||||
oftc.autojoin = "#bitlbee,#debian-devel,#fish,#salsa"
|
oftc.autojoin = "#bitlbee,#debian-devel,#debian-www,#fish,#salsa,#tilde.team"
|
||||||
oftc.autojoin_dynamic
|
oftc.autojoin_dynamic
|
||||||
oftc.autorejoin
|
oftc.autorejoin
|
||||||
oftc.autorejoin_delay
|
oftc.autorejoin_delay
|
||||||
|
@ -647,7 +648,8 @@ bitlbee.local_hostname
|
||||||
bitlbee.usermode
|
bitlbee.usermode
|
||||||
bitlbee.command
|
bitlbee.command
|
||||||
bitlbee.command_delay
|
bitlbee.command_delay
|
||||||
bitlbee.autojoin = "#biboumi,#btlgeneral,#cifuzofu,#ejabberd,#gritty,#harris,#hmm,#movim,#operators,#soprani.ca,#sysadmin,#texto-plano,#tilde.team,#xsf,&SMS,&bitlbee,&hmm,&tilde"
|
bitlbee.autojoin
|
||||||
|
bitlbee.autojoin_dynamic = off
|
||||||
bitlbee.autorejoin
|
bitlbee.autorejoin
|
||||||
bitlbee.autorejoin_delay
|
bitlbee.autorejoin_delay
|
||||||
bitlbee.connection_timeout
|
bitlbee.connection_timeout
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[var]
|
[var]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
|
@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan
|
||||||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||||
default_dict = "en"
|
default_dict = "en"
|
||||||
during_search = off
|
during_search = off
|
||||||
enabled = on
|
enabled = off
|
||||||
real_time = off
|
real_time = off
|
||||||
suggestions = 2
|
suggestions = 2
|
||||||
word_min_length = 2
|
word_min_length = 2
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
|
@ -442,6 +442,7 @@ meta-< = "/input jump_previously_visited_buffer"
|
||||||
meta-= = "/filter toggle"
|
meta-= = "/filter toggle"
|
||||||
meta-> = "/input jump_next_visited_buffer"
|
meta-> = "/input jump_next_visited_buffer"
|
||||||
meta-B = "/buflist toggle"
|
meta-B = "/buflist toggle"
|
||||||
|
meta-C = "/buffer &SMS"
|
||||||
meta-J = "/buffer server.libera"
|
meta-J = "/buffer server.libera"
|
||||||
meta-N = "/bar toggle nicklist"
|
meta-N = "/bar toggle nicklist"
|
||||||
meta-OA = "/input history_global_previous"
|
meta-OA = "/input history_global_previous"
|
||||||
|
@ -512,6 +513,7 @@ meta2-[E = "/buffer -1"
|
||||||
meta-_ = "/input redo"
|
meta-_ = "/input redo"
|
||||||
meta-a = "/input jump_smart"
|
meta-a = "/input jump_smart"
|
||||||
meta-b = "/input move_previous_word"
|
meta-b = "/input move_previous_word"
|
||||||
|
meta-c = "/buffer &bitlbee"
|
||||||
meta-d = "/input delete_next_word"
|
meta-d = "/input delete_next_word"
|
||||||
meta-f = "/input move_next_word"
|
meta-f = "/input move_next_word"
|
||||||
meta-g = "/go"
|
meta-g = "/go"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Use commands like /set or /fset to change settings in WeeChat.
|
# Use commands like /set or /fset to change settings in WeeChat.
|
||||||
#
|
#
|
||||||
# For more info, see: https://weechat.org/doc/quickstart
|
# For more info, see: https://weechat.org/doc/quickstart/
|
||||||
#
|
#
|
||||||
|
|
||||||
[look]
|
[look]
|
||||||
|
|
Loading…
Reference in New Issue