aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-23 09:39:31 +0000
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-07-23 09:39:31 +0000
commit4a629384742bb6cf89c32242507b9d013f577a11 (patch)
tree2f89e0287fd5329ef1a0d7a30a9fdb34bc316428
parent2f2dbf5306f87c082620613d069a2068bf350ad3 (diff)
downloaddotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.gz
dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.tar.bz2
dotfiles-4a629384742bb6cf89c32242507b9d013f577a11.zip
Added weechat configs
-rw-r--r--.gitmodules3
-rw-r--r--weechat/.weechat/alias.conf41
-rw-r--r--weechat/.weechat/aspell.conf20
-rw-r--r--weechat/.weechat/charset.conf11
m---------weechat/.weechat/downloads/weechat-vimode0
-rw-r--r--weechat/.weechat/exec.conf11
-rw-r--r--weechat/.weechat/irc.conf181
-rw-r--r--weechat/.weechat/logger.conf26
-rw-r--r--weechat/.weechat/logs/core.weechat.weechatlog71
-rw-r--r--weechat/.weechat/plugins.conf15
l---------weechat/.weechat/python/autoload/vimode.py1
-rw-r--r--weechat/.weechat/relay.conf39
-rw-r--r--weechat/.weechat/script.conf49
-rw-r--r--weechat/.weechat/sec.conf11
-rw-r--r--weechat/.weechat/trigger.conf47
-rw-r--r--weechat/.weechat/weechat.conf609
-rw-r--r--weechat/.weechat/weechat.log27
-rw-r--r--weechat/.weechat/xfer.conf39
18 files changed, 1201 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e0e508f..508b221 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,3 +28,6 @@
28[submodule "vim/.vim/bundle/vim-signify"] 28[submodule "vim/.vim/bundle/vim-signify"]
29 path = vim/.vim/bundle/vim-signify 29 path = vim/.vim/bundle/vim-signify
30 url = https://github.com/mhinz/vim-signify 30 url = https://github.com/mhinz/vim-signify
31[submodule "weechat/.weechat/downloads/weechat-vimode"]
32 path = weechat/.weechat/downloads/weechat-vimode
33 url = https://github.com/GermainZ/weechat-vimode
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
new file mode 100644
index 0000000..a4c30eb
--- /dev/null
+++ b/weechat/.weechat/alias.conf
@@ -0,0 +1,41 @@
1#
2# alias.conf -- weechat v1.1.1
3#
4
5[cmd]
6AAWAY = "allserv /away"
7AME = "allchan /me"
8AMSG = "allchan /msg *"
9ANICK = "allserv /nick"
10BEEP = "print -beep"
11BYE = "quit"
12C = "buffer clear"
13CHAT = "dcc chat"
14CL = "buffer clear"
15CLOSE = "buffer close"
16EXIT = "quit"
17IG = "ignore"
18J = "join"
19K = "kick"
20KB = "kickban"
21LEAVE = "part"
22M = "msg"
23MSGBUF = "command -buffer $1 * /input send $2-"
24MUB = "unban *"
25N = "names"
26Q = "query"
27REDRAW = "window refresh"
28SAY = "msg *"
29SIGNOFF = "quit"
30T = "topic"
31UB = "unban"
32UMODE = "mode $nick"
33V = "command core version"
34W = "who"
35WC = "window merge"
36WI = "whois"
37WII = "whois $1 $1"
38WW = "whowas"
39
40[completion]
41MSGBUF = "%(buffers_plugins_names)"
diff --git a/weechat/.weechat/aspell.conf b/weechat/.weechat/aspell.conf
new file mode 100644
index 0000000..0f35241
--- /dev/null
+++ b/weechat/.weechat/aspell.conf
@@ -0,0 +1,20 @@
1#
2# aspell.conf -- weechat v1.1.1
3#
4
5[color]
6misspelled = lightred
7suggestions = default
8
9[check]
10commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
11default_dict = ""
12during_search = off
13enabled = off
14real_time = off
15suggestions = -1
16word_min_length = 2
17
18[dict]
19
20[option]
diff --git a/weechat/.weechat/charset.conf b/weechat/.weechat/charset.conf
new file mode 100644
index 0000000..c319dd3
--- /dev/null
+++ b/weechat/.weechat/charset.conf
@@ -0,0 +1,11 @@
1#
2# charset.conf -- weechat v1.1.1
3#
4
5[default]
6decode = "iso-8859-1"
7encode = ""
8
9[decode]
10
11[encode]
diff --git a/weechat/.weechat/downloads/weechat-vimode b/weechat/.weechat/downloads/weechat-vimode
new file mode 160000
Subproject 8cdead2c5e273d041f770650f20085d3620f4e1
diff --git a/weechat/.weechat/exec.conf b/weechat/.weechat/exec.conf
new file mode 100644
index 0000000..f7f6212
--- /dev/null
+++ b/weechat/.weechat/exec.conf
@@ -0,0 +1,11 @@
1#
2# exec.conf -- weechat v1.1.1
3#
4
5[command]
6default_options = ""
7purge_delay = 0
8
9[color]
10flag_finished = lightred
11flag_running = lightgreen
diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf
new file mode 100644
index 0000000..d0cebc1
--- /dev/null
+++ b/weechat/.weechat/irc.conf
@@ -0,0 +1,181 @@
1#
2# irc.conf -- weechat v1.1.1
3#
4
5[look]
6buffer_open_before_autojoin = on
7buffer_open_before_join = off
8buffer_switch_autojoin = on
9buffer_switch_join = on
10color_nicks_in_names = off
11color_nicks_in_nicklist = off
12color_nicks_in_server_messages = on
13color_pv_nick_like_channel = on
14ctcp_time_format = "%a, %d %b %Y %T %z"
15display_away = local
16display_ctcp_blocked = on
17display_ctcp_reply = on
18display_ctcp_unknown = on
19display_host_join = on
20display_host_join_local = on
21display_host_quit = on
22display_join_message = "329,332,333,366"
23display_old_topic = on
24display_pv_away_once = on
25display_pv_back = on
26highlight_channel = "$nick"
27highlight_pv = "$nick"
28highlight_server = "$nick"
29highlight_tags_restrict = "irc_privmsg,irc_notice"
30item_away_message = on
31item_channel_modes_hide_args = "k"
32item_display_server = buffer_plugin
33item_nick_modes = on
34item_nick_prefix = on
35join_auto_add_chantype = off
36msgbuffer_fallback = current
37new_channel_position = none
38new_pv_position = none
39nick_color_force = ""
40nick_color_hash = sum
41nick_color_stop_chars = "_|["
42nick_completion_smart = speakers
43nick_mode = prefix
44nick_mode_empty = off
45nicks_hide_password = "nickserv"
46notice_as_pv = auto
47notice_welcome_redirect = on
48notice_welcome_tags = ""
49notify_tags_ison = "notify_message"
50notify_tags_whois = "notify_message"
51part_closes_buffer = off
52pv_buffer = independent
53pv_tags = "notify_private"
54raw_messages = 256
55server_buffer = merge_with_core
56smart_filter = on
57smart_filter_delay = 5
58smart_filter_join = on
59smart_filter_join_unmask = 30
60smart_filter_mode = "+"
61smart_filter_nick = on
62smart_filter_quit = on
63temporary_servers = off
64topic_strip_colors = off
65
66[color]
67input_nick = lightcyan
68item_away = yellow
69item_channel_modes = default
70item_lag_counting = default
71item_lag_finished = yellow
72item_nick_modes = default
73message_join = green
74message_quit = red
75mirc_remap = "1,-1:darkgray"
76nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
77notice = green
78reason_quit = default
79topic_new = white
80topic_old = default
81
82[network]
83alternate_nick = on
84autoreconnect_delay_growing = 2
85autoreconnect_delay_max = 600
86ban_mask_default = "*!$ident@$host"
87colors_receive = on
88colors_send = on
89lag_check = 60
90lag_max = 1800
91lag_min_show = 500
92lag_reconnect = 0
93lag_refresh_interval = 1
94notify_check_ison = 1
95notify_check_whois = 5
96send_unknown_commands = off
97whois_double_nick = off
98
99[msgbuffer]
100
101[ctcp]
102
103[ignore]
104
105[server_default]
106addresses = ""
107anti_flood_prio_high = 2
108anti_flood_prio_low = 2
109autoconnect = off
110autojoin = ""
111autoreconnect = on
112autoreconnect_delay = 10
113autorejoin = off
114autorejoin_delay = 30
115away_check = 0
116away_check_max_nicks = 25
117capabilities = ""
118command = ""
119command_delay = 0
120connection_timeout = 60