From 6588ec29bb5b1b2f557a140b29ede6918b13827e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:21:53 -0500 Subject: more renames --- .asoundrc | 33 ------------- .aspell.conf | 1 - .aspell.en.prepl | 31 ------------ .aspell.en.pws | 133 ---------------------------------------------------- .caffrc | 69 --------------------------- dot_asoundrc | 33 +++++++++++++ dot_aspell.conf | 1 + dot_aspell.en.prepl | 31 ++++++++++++ dot_aspell.en.pws | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++ dot_caffrc | 69 +++++++++++++++++++++++++++ 10 files changed, 267 insertions(+), 267 deletions(-) delete mode 100644 .asoundrc delete mode 100644 .aspell.conf delete mode 100644 .aspell.en.prepl delete mode 100644 .aspell.en.pws delete mode 100644 .caffrc create mode 100644 dot_asoundrc create mode 100644 dot_aspell.conf create mode 100644 dot_aspell.en.prepl create mode 100644 dot_aspell.en.pws create mode 100644 dot_caffrc diff --git a/.asoundrc b/.asoundrc deleted file mode 100644 index f2639ec..0000000 --- a/.asoundrc +++ /dev/null @@ -1,33 +0,0 @@ -# pcm.jackplug { -# type plug -# slave { pcm "jack" } -# } -# -# pcm.jack { -# type jack -# playback_ports { -# 0 system:playback_1 -# 1 system:playback_2 -# } -# capture_ports { -# 0 system:capture_1 -# 1 system:capture_2 -# } -# } -# - - -pcm.pulse { - type pulse -} - -ctl.pulse { - type pulse -} - -pcm.!default { - type pulse -} -ctl.!default { - type pulse -} diff --git a/.aspell.conf b/.aspell.conf deleted file mode 100644 index 04ca59e..0000000 --- a/.aspell.conf +++ /dev/null @@ -1 +0,0 @@ -master en_CA-w_accents diff --git a/.aspell.en.prepl b/.aspell.en.prepl deleted file mode 100644 index ece23ad..0000000 --- a/.aspell.en.prepl +++ /dev/null @@ -1,31 +0,0 @@ -personal_repl-1.1 en 0 -advertize advertise -advize advise -apprize apprise -arize arise -chastize chastise -circumcize circumcise -comprize comprise -compromize compromise -demize demise -despize despise -devize devise -disguize disguise -enterprize enterprise -excize excise -exercize exercise -franchize franchise -guize guise -improvize improvise -incize incise -merchandize merchandise -mortize mortise -premize premise -reprize reprise -revize revise -supervize supervise -surmize surmise -surprize surprise -televize televise -esthetic aesthetic -onomatopeic onomatopoeic diff --git a/.aspell.en.pws b/.aspell.en.pws deleted file mode 100644 index a291c37..0000000 --- a/.aspell.en.pws +++ /dev/null @@ -1,133 +0,0 @@ -personal_ws-1.1 en 138 -Bohrer -Bovik -Bram -Brookes -CFP -CMS -Compositionally -Coq -Dekker -Dingel -Drs -ECT -FreeBSD -Frobenius -GHC -GPAs -GPS -Hassan -Hirschkoff -Hyland -Hyland's -Kavanagh -LCF -Lambek -Lawvere -Lightstone -Madiot -McGill -NSERC -Naama -PASED -Panangaden -Pientka -Prakash -Presheafs -RAK -Rashid -Rudie -SPARC -Springer -TSO -UPMC -Unital -Wajc -Yoneda -acyclic -adjoint -adjunction -amongst -applicative -arXiv -assignables -assistantship -assistantships -associativity -atomicity -balancedness -bisimulation -bisimulations -boolean -cartesian -changelogs -checkpointing -coinductive -compositional -compositionality -compositionally -correlatedly -coöperative -cryptographic -decompositions -denotational -denotationally -dequeue -dequeuing -endomorphism -enqueue -enqueues -enqueuing -essentialised -executional -existentials -formalisations -functor -incentivisation -interleavings -internalisations -isomorphism -linearisation -linearisations -logics -metadata -metatheory -metavariables -modularly -modus -monoid -monoids -monotonicity -morphism -morphisms -multimap -multimaps -multiset -multisets -naturality -naïve -onwards -operad -optimisations -parametricity -pomset -pomsets -ponens -poset -presheaf -presheaves -reorderings -sequentialise -sigbovik -subphrases -subsequence -supérieure -surjective -toolchains -topos -unintuitive -unrollings -unsustainability -untyped -weakenings -École diff --git a/.caffrc b/.caffrc deleted file mode 100644 index ad1b491..0000000 --- a/.caffrc +++ /dev/null @@ -1,69 +0,0 @@ -# $Id: caffrc.sample 505 2013-10-18 08:16:20Z weasel $ -# vim:ft=perl: - -$CONFIG{'owner'} = 'Ryan Kavanagh'; -$CONFIG{'email'} = 'rak@ryanak.ca'; - -# you can get your long keyid from -# gpg --with-colons --list-key -# -# if you have a v4 key, it will simply be the last 16 digits of -# your fingerprint. - -# This is the list of keys whose signatures you want to mail around. Usually -# you would list all your keys here. To specify which keys to sign with, set -# local-user. See the manpage for further details. -$CONFIG{'keyid'} = [ qw{8F7BF8FC4A11C97A} ]; -$CONFIG{'also-encrypt-to'} = [ qw{8F7BF8FC4A11C97A} ]; -$CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; - -$ENV{'PERL_MAILERS'} = [ 'sendmail', '-oem', '-oi' ]; -$CONFIG{'mailer-send'} = [ 'sendmail' ]; - -# The options below need not be changed for normal operation. - -# Paths to GnuPG binaries: -# $CONFIG{'gpg'} = 'gpg'; -# $CONFIG{'gpg-sign'} = $CONFIG{'gpg'}; -# $CONFIG{'gpg-delsig'} = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg'; - -# defaults to ~/.gnupg/secring.gpg -# $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg'; - -# Don't export UIDs by default, on which your latest signature is older than this age. -# $CONFIG{'export-sig-age'} = 24*60*60; - -# Keyserver to download keys from. Default: pool.sks-keyservers.net. -# $CONFIG{'keyserver'} = 'pgp.surfnet.nl'; - -# Boolean options, all default to false (0). -# -# Skip fetching the keys from the keyserver. -# $CONFIG{'no-download'} = 1; -# Skip signing the keys. -# $CONFIG{'no-sign'} = 1; -# Ask to continue before starting the signing (for offline signing). -# $CONFIG{'ask-sign'} = 1; - -# $CONFIG{'mail-template'} = <<'EOM' -# Hi, -# -# please find attached the user id{(scalar @uids >= 2 ? 's' : '')} -# {foreach $uid (@uids) { -# $OUT .= "\t".$uid."\n"; -# };}of your key {$key} signed by me. -# -# Note that I did not upload your key to any keyservers. -# If you have multiple user ids, I sent the signature for each user id -# separately to that user id's associated email address. You can import -# the signatures by running each through `gpg --import`. -# -# If you want this new signature to be available to others, please upload -# it yourself. With GnuPG this can be done using -# gpg --keyserver pool.sks-keyservers.net --send-key {$key} -# -# If you have any questions, don't hesitate to ask. -# -# Regards, -# {$owner} -# EOM diff --git a/dot_asoundrc b/dot_asoundrc new file mode 100644 index 0000000..f2639ec --- /dev/null +++ b/dot_asoundrc @@ -0,0 +1,33 @@ +# pcm.jackplug { +# type plug +# slave { pcm "jack" } +# } +# +# pcm.jack { +# type jack +# playback_ports { +# 0 system:playback_1 +# 1 system:playback_2 +# } +# capture_ports { +# 0 system:capture_1 +# 1 system:capture_2 +# } +# } +# + + +pcm.pulse { + type pulse +} + +ctl.pulse { + type pulse +} + +pcm.!default { + type pulse +} +ctl.!default { + type pulse +} diff --git a/dot_aspell.conf b/dot_aspell.conf new file mode 100644 index 0000000..04ca59e --- /dev/null +++ b/dot_aspell.conf @@ -0,0 +1 @@ +master en_CA-w_accents diff --git a/dot_aspell.en.prepl b/dot_aspell.en.prepl new file mode 100644 index 0000000..ece23ad --- /dev/null +++ b/dot_aspell.en.prepl @@ -0,0 +1,31 @@ +personal_repl-1.1 en 0 +advertize advertise +advize advise +apprize apprise +arize arise +chastize chastise +circumcize circumcise +comprize comprise +compromize compromise +demize demise +despize despise +devize devise +disguize disguise +enterprize enterprise +excize excise +exercize exercise +franchize franchise +guize guise +improvize improvise +incize incise +merchandize merchandise +mortize mortise +premize premise +reprize reprise +revize revise +supervize supervise +surmize surmise +surprize surprise +televize televise +esthetic aesthetic +onomatopeic onomatopoeic diff --git a/dot_aspell.en.pws b/dot_aspell.en.pws new file mode 100644 index 0000000..a291c37 --- /dev/null +++ b/dot_aspell.en.pws @@ -0,0 +1,133 @@ +personal_ws-1.1 en 138 +Bohrer +Bovik +Bram +Brookes +CFP +CMS +Compositionally +Coq +Dekker +Dingel +Drs +ECT +FreeBSD +Frobenius +GHC +GPAs +GPS +Hassan +Hirschkoff +Hyland +Hyland's +Kavanagh +LCF +Lambek +Lawvere +Lightstone +Madiot +McGill +NSERC +Naama +PASED +Panangaden +Pientka +Prakash +Presheafs +RAK +Rashid +Rudie +SPARC +Springer +TSO +UPMC +Unital +Wajc +Yoneda +acyclic +adjoint +adjunction +amongst +applicative +arXiv +assignables +assistantship +assistantships +associativity +atomicity +balancedness +bisimulation +bisimulations +boolean +cartesian +changelogs +checkpointing +coinductive +compositional +compositionality +compositionally +correlatedly +coöperative +cryptographic +decompositions +denotational +denotationally +dequeue +dequeuing +endomorphism +enqueue +enqueues +enqueuing +essentialised +executional +existentials +formalisations +functor +incentivisation +interleavings +internalisations +isomorphism +linearisation +linearisations +logics +metadata +metatheory +metavariables +modularly +modus +monoid +monoids +monotonicity +morphism +morphisms +multimap +multimaps +multiset +multisets +naturality +naïve +onwards +operad +optimisations +parametricity +pomset +pomsets +ponens +poset +presheaf +presheaves +reorderings +sequentialise +sigbovik +subphrases +subsequence +supérieure +surjective +toolchains +topos +unintuitive +unrollings +unsustainability +untyped +weakenings +École diff --git a/dot_caffrc b/dot_caffrc new file mode 100644 index 0000000..ad1b491 --- /dev/null +++ b/dot_caffrc @@ -0,0 +1,69 @@ +# $Id: caffrc.sample 505 2013-10-18 08:16:20Z weasel $ +# vim:ft=perl: + +$CONFIG{'owner'} = 'Ryan Kavanagh'; +$CONFIG{'email'} = 'rak@ryanak.ca'; + +# you can get your long keyid from +# gpg --with-colons --list-key +# +# if you have a v4 key, it will simply be the last 16 digits of +# your fingerprint. + +# This is the list of keys whose signatures you want to mail around. Usually +# you would list all your keys here. To specify which keys to sign with, set +# local-user. See the manpage for further details. +$CONFIG{'keyid'} = [ qw{8F7BF8FC4A11C97A} ]; +$CONFIG{'also-encrypt-to'} = [ qw{8F7BF8FC4A11C97A} ]; +$CONFIG{'caffhome'} = $ENV{'HOME'}.'/.caff'; + +$ENV{'PERL_MAILERS'} = [ 'sendmail', '-oem', '-oi' ]; +$CONFIG{'mailer-send'} = [ 'sendmail' ]; + +# The options below need not be changed for normal operation. + +# Paths to GnuPG binaries: +# $CONFIG{'gpg'} = 'gpg'; +# $CONFIG{'gpg-sign'} = $CONFIG{'gpg'}; +# $CONFIG{'gpg-delsig'} = '/home/weasel/tmp/gpg/gnupg-1.3.92/g10/gpg'; + +# defaults to ~/.gnupg/secring.gpg +# $CONFIG{'secret-keyring'} = '/tmp/gpg/secring.gpg'; + +# Don't export UIDs by default, on which your latest signature is older than this age. +# $CONFIG{'export-sig-age'} = 24*60*60; + +# Keyserver to download keys from. Default: pool.sks-keyservers.net. +# $CONFIG{'keyserver'} = 'pgp.surfnet.nl'; + +# Boolean options, all default to false (0). +# +# Skip fetching the keys from the keyserver. +# $CONFIG{'no-download'} = 1; +# Skip signing the keys. +# $CONFIG{'no-sign'} = 1; +# Ask to continue before starting the signing (for offline signing). +# $CONFIG{'ask-sign'} = 1; + +# $CONFIG{'mail-template'} = <<'EOM' +# Hi, +# +# please find attached the user id{(scalar @uids >= 2 ? 's' : '')} +# {foreach $uid (@uids) { +# $OUT .= "\t".$uid."\n"; +# };}of your key {$key} signed by me. +# +# Note that I did not upload your key to any keyservers. +# If you have multiple user ids, I sent the signature for each user id +# separately to that user id's associated email address. You can import +# the signatures by running each through `gpg --import`. +# +# If you want this new signature to be available to others, please upload +# it yourself. With GnuPG this can be done using +# gpg --keyserver pool.sks-keyservers.net --send-key {$key} +# +# If you have any questions, don't hesitate to ask. +# +# Regards, +# {$owner} +# EOM -- cgit v1.2.3