From bcaca663058fc0a7e7febf6c6c856b009c3dd877 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 22:28:03 -0500 Subject: more config files --- dot_baresip/accounts.tmpl | 36 ++++++++++++++++++++++++++++++++ dot_texmf-config/web2c/updmap.cfg | 2 ++ dot_texmf/bibtex/bib/symlink_library.bib | 1 + dot_texmf/updmap2.cfg | 2 ++ private_dot_cups/lpoptions | 1 + private_dot_recoll/recoll.conf | 10 +++++++++ 6 files changed, 52 insertions(+) create mode 100644 dot_baresip/accounts.tmpl create mode 100644 dot_texmf-config/web2c/updmap.cfg create mode 100644 dot_texmf/bibtex/bib/symlink_library.bib create mode 100644 dot_texmf/updmap2.cfg create mode 100644 private_dot_cups/lpoptions create mode 100644 private_dot_recoll/recoll.conf diff --git a/dot_baresip/accounts.tmpl b/dot_baresip/accounts.tmpl new file mode 100644 index 0000000..acf8dcb --- /dev/null +++ b/dot_baresip/accounts.tmpl @@ -0,0 +1,36 @@ +# +# SIP accounts - one account per line +# +# Displayname ;addr-params +# +# uri-params: +# ;transport={udp,tcp,tls} +# +# addr-params: +# ;answermode={manual,early,auto} +# ;audio_codecs=opus/48000/2,pcma,... +# ;auth_user=username +# ;auth_pass=password +# ;call_transfer=no +# ;mediaenc={srtp,srtp-mand,srtp-mandf,dtls_srtp,zrtp} +# ;medianat={stun,turn,ice} +# ;mwi=no +# ;outbound="sip:primary.example.com;transport=tcp" +# ;outbound2=sip:secondary.example.com +# ;ptime={10,20,30,40,...} +# ;regint=3600 +# ;pubint=0 (publishing off) +# ;regq=0.5 +# ;sipnat={outbound} +# ;stunuser=STUN/TURN/ICE-username +# ;stunpass=STUN/TURN/ICE-password +# ;stunserver=stun:[user:pass]@host[:port] +# ;video_codecs=h264,h263,... +# +# Examples: +# +# ;auth_pass=secret +# ;auth_pass=secret +# ;auth_pass=secret +# +;auth_pass={{ .password.sdfsip }} diff --git a/dot_texmf-config/web2c/updmap.cfg b/dot_texmf-config/web2c/updmap.cfg new file mode 100644 index 0000000..ca1bed3 --- /dev/null +++ b/dot_texmf-config/web2c/updmap.cfg @@ -0,0 +1,2 @@ +Map MinionPro.map +Map MyriadPro diff --git a/dot_texmf/bibtex/bib/symlink_library.bib b/dot_texmf/bibtex/bib/symlink_library.bib new file mode 100644 index 0000000..2fe6e7e --- /dev/null +++ b/dot_texmf/bibtex/bib/symlink_library.bib @@ -0,0 +1 @@ +/home/rak/Documents/papers/library.bib diff --git a/dot_texmf/updmap2.cfg b/dot_texmf/updmap2.cfg new file mode 100644 index 0000000..f42756f --- /dev/null +++ b/dot_texmf/updmap2.cfg @@ -0,0 +1,2 @@ +Map FrutigerStd.map +Map frp.map diff --git a/private_dot_cups/lpoptions b/private_dot_cups/lpoptions new file mode 100644 index 0000000..8ccfa49 --- /dev/null +++ b/private_dot_cups/lpoptions @@ -0,0 +1 @@ +Default HP_LaserJet_M203-M206 Duplex=DuplexNoTumble diff --git a/private_dot_recoll/recoll.conf b/private_dot_recoll/recoll.conf new file mode 100644 index 0000000..e2f2712 --- /dev/null +++ b/private_dot_recoll/recoll.conf @@ -0,0 +1,10 @@ +# The system-wide configuration files for recoll are located in: +# /usr/share/recoll/examples +# The default configuration files are commented, you should take a look +# at them for an explanation of what can be set (you could also take a look +# at the manual instead). +# Values set in this file will override the system-wide values for the file +# with the same name in the central directory. The syntax for setting +# values is identical. + +topdirs = /home/rak/Documents -- cgit v1.2.3