diff options
-rw-r--r-- | dot_baresip/accounts.tmpl | 36 | ||||
-rw-r--r-- | dot_texmf-config/web2c/updmap.cfg | 2 | ||||
-rw-r--r-- | dot_texmf/bibtex/bib/symlink_library.bib | 1 | ||||
-rw-r--r-- | dot_texmf/updmap2.cfg | 2 | ||||
-rw-r--r-- | private_dot_cups/lpoptions | 1 | ||||
-rw-r--r-- | private_dot_recoll/recoll.conf | 10 |
6 files changed, 52 insertions, 0 deletions
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 <sip:user@domain;uri-params>;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: +# +# <sip:user@domain.com;transport=tcp>;auth_pass=secret +# <sip:user@1.2.3.4;transport=tcp>;auth_pass=secret +# <sip:user@[2001:df8:0:16:216:6fff:fe91:614c]:5070;transport=tcp>;auth_pass=secret +# +<sip:2023@sip.sdf.org>;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 |