From 1c9086c0106222a35d9653f4f5a1aa09518a560e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:52:05 -0500 Subject: set catgirl config files to templates --- dot_config/catgirl/bitlbee | 8 -------- dot_config/catgirl/bitlbee.tmpl | 8 ++++++++ dot_config/catgirl/libera | 8 -------- dot_config/catgirl/libera.tmpl | 8 ++++++++ dot_config/catgirl/oftc | 8 -------- dot_config/catgirl/oftc.tmpl | 8 ++++++++ dot_config/catgirl/sdf | 8 -------- dot_config/catgirl/sdf.tmpl | 8 ++++++++ dot_config/catgirl/tilde | 8 -------- dot_config/catgirl/tilde.tmpl | 8 ++++++++ 10 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 dot_config/catgirl/bitlbee create mode 100644 dot_config/catgirl/bitlbee.tmpl delete mode 100644 dot_config/catgirl/libera create mode 100644 dot_config/catgirl/libera.tmpl delete mode 100644 dot_config/catgirl/oftc create mode 100644 dot_config/catgirl/oftc.tmpl delete mode 100644 dot_config/catgirl/sdf create mode 100644 dot_config/catgirl/sdf.tmpl delete mode 100644 dot_config/catgirl/tilde create mode 100644 dot_config/catgirl/tilde.tmpl (limited to 'dot_config') diff --git a/dot_config/catgirl/bitlbee b/dot_config/catgirl/bitlbee deleted file mode 100644 index 48e5800..0000000 --- a/dot_config/catgirl/bitlbee +++ /dev/null @@ -1,8 +0,0 @@ -cert = weechat.pem -user = catgirl-LOCALHOST -host = bitlbee.pounce.rak.ac -port = 40404 -save = bitlbee -hash = 0,13 -quiet -timestamp = %d %X diff --git a/dot_config/catgirl/bitlbee.tmpl b/dot_config/catgirl/bitlbee.tmpl new file mode 100644 index 0000000..bc38c1b --- /dev/null +++ b/dot_config/catgirl/bitlbee.tmpl @@ -0,0 +1,8 @@ +cert = weechat.pem +user = catgirl-{{ .chezmoi.hostname }} +host = bitlbee.pounce.rak.ac +port = 40404 +save = bitlbee +hash = 0,13 +quiet +timestamp = %d %X diff --git a/dot_config/catgirl/libera b/dot_config/catgirl/libera deleted file mode 100644 index e191fc0..0000000 --- a/dot_config/catgirl/libera +++ /dev/null @@ -1,8 +0,0 @@ -cert = weechat.pem -user = catgirl-LOCALHOST -host = libera.pounce.rak.ac -port = 40404 -save = libera -hash = 0,13 -quiet -timestamp = %d %X diff --git a/dot_config/catgirl/libera.tmpl b/dot_config/catgirl/libera.tmpl new file mode 100644 index 0000000..4fca928 --- /dev/null +++ b/dot_config/catgirl/libera.tmpl @@ -0,0 +1,8 @@ +cert = weechat.pem +user = catgirl-{{ .chezmoi.hostname }} +host = libera.pounce.rak.ac +port = 40404 +save = libera +hash = 0,13 +quiet +timestamp = %d %X diff --git a/dot_config/catgirl/oftc b/dot_config/catgirl/oftc deleted file mode 100644 index 3d2b1b2..0000000 --- a/dot_config/catgirl/oftc +++ /dev/null @@ -1,8 +0,0 @@ -cert = weechat.pem -user = catgirl-LOCALHOST -host = oftc.pounce.rak.ac -port = 40404 -save = oftc -hash = 0,13 -quiet -timestamp = %d %X diff --git a/dot_config/catgirl/oftc.tmpl b/dot_config/catgirl/oftc.tmpl new file mode 100644 index 0000000..c0e980d --- /dev/null +++ b/dot_config/catgirl/oftc.tmpl @@ -0,0 +1,8 @@ +cert = weechat.pem +user = catgirl-{{ .chezmoi.hostname }} +host = oftc.pounce.rak.ac +port = 40404 +save = oftc +hash = 0,13 +quiet +timestamp = %d %X diff --git a/dot_config/catgirl/sdf b/dot_config/catgirl/sdf deleted file mode 100644 index bd31cc0..0000000 --- a/dot_config/catgirl/sdf +++ /dev/null @@ -1,8 +0,0 @@ -cert = weechat-sdf.pem -user = catgirl-LOCALHOST -host = sdf.pounce.rak.ac -port = 40404 -save = sdf -hash = 0,13 -quiet -timestamp = %d %X diff --git a/dot_config/catgirl/sdf.tmpl b/dot_config/catgirl/sdf.tmpl new file mode 100644 index 0000000..fb32002 --- /dev/null +++ b/dot_config/catgirl/sdf.tmpl @@ -0,0 +1,8 @@ +cert = weechat-sdf.pem +user = catgirl-{{ .chezmoi.hostname }} +host = sdf.pounce.rak.ac +port = 40404 +save = sdf +hash = 0,13 +quiet +timestamp = %d %X diff --git a/dot_config/catgirl/tilde b/dot_config/catgirl/tilde deleted file mode 100644 index 2cd9a57..0000000 --- a/dot_config/catgirl/tilde +++ /dev/null @@ -1,8 +0,0 @@ -cert = weechat-sdf.pem -user = catgirl-LOCALHOST -host = tilde.pounce.rak.ac -port = 40404 -save = tilde -hash = 0,13 -quiet -timestamp = %d %X diff --git a/dot_config/catgirl/tilde.tmpl b/dot_config/catgirl/tilde.tmpl new file mode 100644 index 0000000..6129adc --- /dev/null +++ b/dot_config/catgirl/tilde.tmpl @@ -0,0 +1,8 @@ +cert = weechat-sdf.pem +user = catgirl-{{ .chezmoi.hostname }} +host = tilde.pounce.rak.ac +port = 40404 +save = tilde +hash = 0,13 +quiet +timestamp = %d %X -- cgit v1.2.3