diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-07 20:58:33 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-07 20:58:33 -0400 |
commit | 0e2beb23c43a7a1d7eddcea41ebec202fa8a3d0a (patch) | |
tree | 2cbba054a7786ebd087d7bdb6d8cd5070a90aaa6 | |
parent | alacrity config (diff) |
portable catgirl config
Diffstat (limited to '')
-rw-r--r-- | .config/catgirl/bitlbee | 5 | ||||
-rw-r--r-- | .config/catgirl/libera | 5 | ||||
-rw-r--r-- | .config/catgirl/oftc | 5 | ||||
-rw-r--r-- | .config/catgirl/sdf | 5 | ||||
-rw-r--r-- | .config/catgirl/tilde | 5 | ||||
-rwxr-xr-x | Makefile | 10 |
6 files changed, 25 insertions, 10 deletions
diff --git a/.config/catgirl/bitlbee b/.config/catgirl/bitlbee index d3fe14f..94b2c94 100644 --- a/.config/catgirl/bitlbee +++ b/.config/catgirl/bitlbee @@ -1,6 +1,7 @@ -cert = /home/rak/private/certs/weechat.pem -user = catgirl-zeta +cert = weechat.pem +user = catgirl-LOCALHOST host = bitlbee.pounce.rak.ac port = 40404 save = bitlbee hash = 0,13 +quiet diff --git a/.config/catgirl/libera b/.config/catgirl/libera index 636bc23..0eca26a 100644 --- a/.config/catgirl/libera +++ b/.config/catgirl/libera @@ -1,6 +1,7 @@ -cert = /home/rak/private/certs/weechat.pem -user = catgirl-zeta +cert = weechat.pem +user = catgirl-LOCALHOST host = libera.pounce.rak.ac port = 40404 save = libera hash = 0,13 +quiet diff --git a/.config/catgirl/oftc b/.config/catgirl/oftc index edb07f9..65a285a 100644 --- a/.config/catgirl/oftc +++ b/.config/catgirl/oftc @@ -1,6 +1,7 @@ -cert = /home/rak/private/certs/weechat.pem -user = catgirl-zeta +cert = weechat.pem +user = catgirl-LOCALHOST host = oftc.pounce.rak.ac port = 40404 save = oftc hash = 0,13 +quiet diff --git a/.config/catgirl/sdf b/.config/catgirl/sdf index db50557..31b1ed7 100644 --- a/.config/catgirl/sdf +++ b/.config/catgirl/sdf @@ -1,6 +1,7 @@ -cert = /home/rak/private/certs/weechat-sdf.pem -user = catgirl-zeta +cert = weechat-sdf.pem +user = catgirl-LOCALHOST host = sdf.pounce.rak.ac port = 40404 save = sdf hash = 0,13 +quiet diff --git a/.config/catgirl/tilde b/.config/catgirl/tilde index a8df8fe..16d2dfd 100644 --- a/.config/catgirl/tilde +++ b/.config/catgirl/tilde @@ -1,6 +1,7 @@ -cert = /home/rak/private/certs/weechat-sdf.pem -user = catgirl-zeta +cert = weechat-sdf.pem +user = catgirl-LOCALHOST host = tilde.pounce.rak.ac port = 40404 save = tilde hash = 0,13 +quiet @@ -5,6 +5,11 @@ SUBSTS_FILE=SUBSTS.local # information LOCAL_FILES = \ .config/beets/config.yaml \ + .config/catgirl/bitlbee \ + .config/catgirl/libera \ + .config/catgirl/oftc \ + .config/catgirl/sdf \ + .config/catgirl/tilde \ .mutt/accounts.rc \ .mutt/gpg.rc \ .mutt/ssl.rc \ @@ -93,6 +98,11 @@ C_SENDMAIL = $(shell which sendmail) MAIL_PASS = GMAIL_PASS QUEENSU_PASS RYANAKCA_PASS LOCAL_PASS CMU_PASS VARS_.config/beets/config.yaml = MBUSER MBPASS +VARS_.config/catgirl/bitlbee = LOCALHOST +VARS_.config/catgirl/libera = LOCALHOST +VARS_.config/catgirl/oftc = LOCALHOST +VARS_.config/catgirl/sdf = LOCALHOST +VARS_.config/catgirl/tilde = LOCALHOST VARS_.mutt/accounts.rc = $(MAIL_PASS) VARS_.mutt/gpg.rc = PGPEWRAP_BINARY VARS_.mutt/ssl.rc = SSL_CERTS |