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 /Makefile | |
parent | alacrity config (diff) |
portable catgirl config
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |