dotfiles-public.git
11 years ago.config/rss2email.cfg: Add Peter Stuge's blog
W. Trevor King [Sun, 14 Apr 2013 14:12:54 +0000 (10:12 -0400)]
.config/rss2email.cfg: Add Peter Stuge's blog

He posted "Making nginx serve git-http-backend and gitweb on the same
URL" for me :), so I should see what other interesting nuggets come
out ;).

11 years agomail:notmuch:hooks:post-new: Lots of new tags
W. Trevor King [Sat, 13 Apr 2013 12:42:41 +0000 (08:42 -0400)]
mail:notmuch:hooks:post-new: Lots of new tags

New tags: copyleft, gentoo-prefix, html2text, ipython, jinja, kmod,
mlmmj, monkeysphere, python, rss2email, simavr, towtruck, venv,
wireless, issue.

Additional source addresses for: admin, gentoo, git, libgit, gnupg,
kerberos, simulavr, swc.

11 years ago.notmuch-config: Disable synchronize_flags
W. Trevor King [Fri, 12 Apr 2013 12:47:10 +0000 (08:47 -0400)]
.notmuch-config: Disable synchronize_flags

It seems that synchronize flags just pushes Notmuch tags onto the
maildir flags (e.g. marking as unread messages that you'd read using
an external MUA).  I'd thought that the synchronization would work
both ways (e.g. Notmuch reading maildir flags and updating its tags
accordingly).  Since I do most of my mail reading in Mutt, the
push-only synchronization is not very helpful.

11 years ago.config/rss2email.cfg: Add Michael Nielsen's DDI feed
W. Trevor King [Wed, 20 Mar 2013 13:46:27 +0000 (09:46 -0400)]
.config/rss2email.cfg: Add Michael Nielsen's DDI feed

DDI = data-driven intelligence.  These seem to be longer, more
technical entries than he puts in his main feed.

11 years ago.config/rss2email.cfg: Add Michael Nielsen's blog
W. Trevor King [Wed, 20 Mar 2013 11:11:52 +0000 (07:11 -0400)]
.config/rss2email.cfg: Add Michael Nielsen's blog

11 years ago.config/rss2email.cfg: Add ctb feed (SWC)
W. Trevor King [Sat, 9 Mar 2013 15:28:42 +0000 (10:28 -0500)]
.config/rss2email.cfg: Add ctb feed (SWC)

11 years ago.config/rss2email.cfg: Add feeds for GitHub's shipping and engineering
W. Trevor King [Mon, 4 Mar 2013 17:34:09 +0000 (12:34 -0500)]
.config/rss2email.cfg: Add feeds for GitHub's shipping and engineering

11 years ago.bashrc.d/20nobeep: Style and POSIX cleanups
W. Trevor King [Mon, 4 Mar 2013 06:15:18 +0000 (01:15 -0500)]
.bashrc.d/20nobeep: Style and POSIX cleanups

* `which` is not in POSIX 2008, use `command -v` instead.
* Avoid the temporary XSET variable.
* Reorganize to consolidate if statements.

11 years ago.config/rss2email.cfg: Add greg-kh feed
W. Trevor King [Mon, 25 Feb 2013 13:14:20 +0000 (08:14 -0500)]
.config/rss2email.cfg: Add greg-kh feed

Discovered via a post on planet Gentoo.

11 years ago.config/rss2email.cfg: Add some Gentoo-oriented feeds
W. Trevor King [Sun, 24 Feb 2013 02:34:54 +0000 (21:34 -0500)]
.config/rss2email.cfg: Add some Gentoo-oriented feeds

gentoo-universe is a superset of planet-gentoo.  I'll probably get
tired of the volume and drop gentoo-universe soon ;), but I'll start
off watching both.

11 years ago.config/rss2email.cfg: Add wireless-patches feed
W. Trevor King [Thu, 21 Feb 2013 11:28:30 +0000 (06:28 -0500)]
.config/rss2email.cfg: Add wireless-patches feed

Following linux-wireless' SubmittingPatches documentation.

11 years ago.config/rss2email.cfg: Add `sendmail` (default value)
W. Trevor King [Thu, 21 Feb 2013 11:27:14 +0000 (06:27 -0500)]
.config/rss2email.cfg: Add `sendmail` (default value)

New configuration option since f01eac2 (email: Make path to sendmail
configurable, 2013-02-15).

11 years ago.gitconfig: Add --topo-order to glog alias
W. Trevor King [Mon, 18 Feb 2013 23:28:35 +0000 (18:28 -0500)]
.gitconfig: Add --topo-order to glog alias

This makes it easier to mentally separate development in concurrent
feature branches.

11 years ago.config/rss2email.cfg: Change python-pep to python-checkins
W. Trevor King [Mon, 18 Feb 2013 12:55:18 +0000 (07:55 -0500)]
.config/rss2email.cfg: Change python-pep to python-checkins

I want to get the changes as well as the commit messages (which can
occasionaly be cryptic).  On peps@python.org, Barry Warsaw suggested:

On Sun, Oct 21, 2012 at 04:22:28PM -0400, Barry Warsaw wrote:
> On Oct 20, 2012, at 10:53 AM, W. Trevor King wrote:
> >I'm interested in following a few packaging PEPs, but not
> >interested enough to subscribe to python@ and python-dev@.
>
> Maybe as an alternative you can follow the checkins list by Gmane.
> You'll get everything committed to all the Python repos, but it
> shouldn't be too difficult to hunt down the PEP checkins.
>
> http://dir.gmane.org/gmane.comp.python.cvs

Finally change my rss2email configuration over to use his suggestion.

11 years ago.gitconfig: Add a `glog` alias (log --graph --oneline --decorate)
W. Trevor King [Sat, 16 Feb 2013 19:41:23 +0000 (14:41 -0500)]
.gitconfig: Add a `glog` alias (log --graph --oneline --decorate)

I use this a bunch, so save some typing with an alias.  The output is
especially pretty now that it's automatically colored (thanks,
color.ui!).

11 years ago.gitconfig: Set color.ui = auto (for pretty diffs, greps, etc.)
W. Trevor King [Fri, 15 Feb 2013 14:33:45 +0000 (09:33 -0500)]
.gitconfig: Set color.ui = auto (for pretty diffs, greps, etc.)

11 years ago.config/rss2email.cfg: Add Amy Brown (SWC) feed
W. Trevor King [Wed, 13 Feb 2013 15:09:45 +0000 (10:09 -0500)]
.config/rss2email.cfg: Add Amy Brown (SWC) feed

11 years ago.config/rss2email.cfg: Add use-8bit default
W. Trevor King [Wed, 13 Feb 2013 15:09:01 +0000 (10:09 -0500)]
.config/rss2email.cfg: Add use-8bit default

11 years agomail:notmuch:hooks:post-new: Keep some tags from the inbox
W. Trevor King [Sun, 27 Jan 2013 14:07:11 +0000 (09:07 -0500)]
mail:notmuch:hooks:post-new: Keep some tags from the inbox

For lists that I'd like to archive but don't generally read as they
come in.

11 years agomail:notmuch:hooks:post-new: Tage gentoo-alt@ (with 'gentoo')
W. Trevor King [Sun, 27 Jan 2013 14:07:06 +0000 (09:07 -0500)]
mail:notmuch:hooks:post-new: Tage gentoo-alt@ (with 'gentoo')

11 years agomail:notmuch:hooks:post-new: Auto-tag simulavr
W. Trevor King [Sun, 27 Jan 2013 14:06:26 +0000 (09:06 -0500)]
mail:notmuch:hooks:post-new: Auto-tag simulavr

11 years ago.XCompose: More latin letter subscripts (h, k, l, m, n, p, s, and t)
W. Trevor King [Wed, 23 Jan 2013 18:17:17 +0000 (13:17 -0500)]
.XCompose: More latin letter subscripts (h, k, l, m, n, p, s, and t)

11 years ago.bash_profile: Include ~/.local/bin in PATH initialization
W. Trevor King [Sun, 13 Jan 2013 18:30:28 +0000 (13:30 -0500)]
.bash_profile: Include ~/.local/bin in PATH initialization

And add the sbins regardless of whether ~/bin exists.

11 years agomail:notmuch:hooks:post-new: Auto-tag pelican
W. Trevor King [Thu, 10 Jan 2013 20:04:25 +0000 (15:04 -0500)]
mail:notmuch:hooks:post-new: Auto-tag pelican

11 years ago.config/rss2email.cfg: Move the configuration file
W. Trevor King [Thu, 10 Jan 2013 15:13:43 +0000 (10:13 -0500)]
.config/rss2email.cfg: Move the configuration file

rss2email just added XDG Base Directory Specification support, and the
location for the configuration file has changed accordingly.

11 years ago.config:rss2email:config: Update from to the current rss2email default
W. Trevor King [Tue, 8 Jan 2013 14:54:09 +0000 (09:54 -0500)]
.config:rss2email:config: Update from to the current rss2email default

11 years ago.config:rss2email:config: Add Software Carpentry feeds
W. Trevor King [Tue, 8 Jan 2013 14:53:30 +0000 (09:53 -0500)]
.config:rss2email:config: Add Software Carpentry feeds

11 years agomail:notmuch:hooks:post-new: Auto-tag hdf, hub, kerberos, and swc
W. Trevor King [Tue, 8 Jan 2013 14:47:52 +0000 (09:47 -0500)]
mail:notmuch:hooks:post-new: Auto-tag hdf, hub, kerberos, and swc

11 years ago003-no-emacs-cython.patch: Remove patch
W. Trevor King [Sun, 6 Jan 2013 15:48:01 +0000 (10:48 -0500)]
003-no-emacs-cython.patch: Remove patch

We bundle the cython-mode package in .emacs.d/site-lisp, so there's no
reason you'd want to remove this.

11 years ago005-no-emacs-epa.patch: Remove patch
W. Trevor King [Sun, 6 Jan 2013 14:15:41 +0000 (09:15 -0500)]
005-no-emacs-epa.patch: Remove patch

epa has been part of Emacs since 2008 (coming in with v23.1 and
v24.0.96).  I don't have access to any machines with older versions of
Emacs anymore, so remove this patch.

11 years ago.emacs: Remove `.el` suffixes from load() calls.
W. Trevor King [Sun, 6 Jan 2013 12:35:09 +0000 (07:35 -0500)]
.emacs: Remove `.el` suffixes from load() calls.

Emacs expects the given name to not have an extension, and adds a
range of possible extensions to find the file [1]:

  Function: load filename &optional missing-ok nomessage nosuffix must-suffix
  ...
  To find the file, load first looks for a file named filename.elc,
  that is, for a file whose name is filename with the extension ‘.elc’
  appended. If such a file exists, it is loaded. If there is no file
  by that name, then load looks for a file named filename.el. If that
  file exists, it is loaded. Finally, if neither of those names is
  found, load looks for a file named filename with nothing appended,
  and loads it if it exists.

[1]: http://www.gnu.org/software/emacs/manual/html_node/elisp/How-Programs-Do-Loading.html#index-load-826

11 years ago003-no-emacs-cython.patch: Update context with the new notmuch entry
W. Trevor King [Sun, 6 Jan 2013 12:29:22 +0000 (07:29 -0500)]
003-no-emacs-cython.patch: Update context with the new notmuch entry

11 years ago.emacs: Autoload notmuch (instead of loading it every time)
W. Trevor King [Sun, 6 Jan 2013 12:23:04 +0000 (07:23 -0500)]
.emacs: Autoload notmuch (instead of loading it every time)

This way machines without notmuch installed won't complain when they
can't find the notmuch module.  Unless the user on such a machine
explicitly runs `notmuch`, in which case they deserve to hear Emacs
complain.

11 years agonotmuch: Add post-new filtering hooks
W. Trevor King [Sun, 6 Jan 2013 11:47:24 +0000 (06:47 -0500)]
notmuch: Add post-new filtering hooks

11 years ago.emacs|wtk_notmuch.el: Add Notmuch configuration
W. Trevor King [Wed, 2 Jan 2013 16:16:39 +0000 (11:16 -0500)]
.emacs|wtk_notmuch.el: Add Notmuch configuration

11 years ago.notmuch-config: configure the Notmuch email indexer
W. Trevor King [Wed, 2 Jan 2013 16:14:05 +0000 (11:14 -0500)]
.notmuch-config: configure the Notmuch email indexer

11 years ago.bashrc.d/10aliases: update pythonhttp for Python v3
W. Trevor King [Mon, 10 Dec 2012 20:25:12 +0000 (15:25 -0500)]
.bashrc.d/10aliases: update pythonhttp for Python v3

11 years ago.conkyrc: add a fairly general conky configuration
W. Trevor King [Thu, 6 Dec 2012 18:33:44 +0000 (13:33 -0500)]
.conkyrc: add a fairly general conky configuration

11 years ago.fluxbox/overlay: explicitly set a black background
W. Trevor King [Thu, 6 Dec 2012 17:26:37 +0000 (12:26 -0500)]
.fluxbox/overlay: explicitly set a black background

This overrides the selected style.  I choose black so my conky window
blends in seamlessly.

11 years ago.fluxbox/init: add basic configuration (to set session.styleFile)
W. Trevor King [Thu, 6 Dec 2012 17:20:24 +0000 (12:20 -0500)]
.fluxbox/init: add basic configuration (to set session.styleFile)

11 years ago.bashrc: point people to bash(1) fir shopt details
W. Trevor King [Sat, 27 Oct 2012 12:15:44 +0000 (08:15 -0400)]
.bashrc: point people to bash(1) fir shopt details

11 years ago003-no-emacs-cython.patch: add patch for cython-less emacs versions
W. Trevor King [Sat, 27 Oct 2012 12:12:23 +0000 (08:12 -0400)]
003-no-emacs-cython.patch: add patch for cython-less emacs versions

11 years ago005-no-emacs-epa.patch: update patch since wtk_linux.el was added
W. Trevor King [Sat, 27 Oct 2012 12:07:32 +0000 (08:07 -0400)]
005-no-emacs-epa.patch: update patch since wtk_linux.el was added

11 years ago.gitconfig: add GnuPG diff logic.
W. Trevor King [Mon, 22 Oct 2012 19:14:50 +0000 (15:14 -0400)]
.gitconfig: add GnuPG diff logic.

11 years ago.config/rss2email/config: add rss2email config (for my ConfigParser branch).
W. Trevor King [Thu, 18 Oct 2012 16:46:20 +0000 (12:46 -0400)]
.config/rss2email/config: add rss2email config (for my ConfigParser branch).

11 years ago.bashrc.d/02locale: force LANG=en_US.UTF-8 on xphy*s.
W. Trevor King [Fri, 12 Oct 2012 18:05:36 +0000 (14:05 -0400)]
.bashrc.d/02locale: force LANG=en_US.UTF-8 on xphy*s.

It had been en_US, which causes warnings like

  bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US)

on bash tab-completion.

11 years ago.bashrc.d/10aliases: add git-blame-author for narrower blame listings.
W. Trevor King [Sat, 6 Oct 2012 19:35:42 +0000 (15:35 -0400)]
.bashrc.d/10aliases: add git-blame-author for narrower blame listings.

This strips all the commit info out of the blame lines except the
author name, which makes it easier for me to see what students have
changed when I'm reviewing homework submissions.

11 years ago.bashrc.d/05local_paths: add commented-out PERL5LIB example.
W. Trevor King [Fri, 28 Sep 2012 01:01:02 +0000 (21:01 -0400)]
.bashrc.d/05local_paths: add commented-out PERL5LIB example.

11 years agoAdd 005-dotfiles-update-relative.patch for automatic relative updates.
W. Trevor King [Thu, 27 Sep 2012 13:29:19 +0000 (09:29 -0400)]
Add 005-dotfiles-update-relative.patch for automatic relative updates.

Requires dotfiles-framework with

  commit 41b3be950978aa1012c8c67649ee807761739179
  Author: W. Trevor King <wking@tremily.us>
  Date:   Thu Sep 27 09:17:11 2012 -0400

    Pass update() options through to link().

11 years ago.gitconfig: configure push.default for 'matching'.
W. Trevor King [Mon, 10 Sep 2012 17:18:16 +0000 (13:18 -0400)]
.gitconfig: configure push.default for 'matching'.

This makes things explicit in the lead up to the Git 2.0 shift from
'matching' to 'simple'.

11 years agoAlso detect Gentoo OS via the newer /etc/portage/make.conf location.
W. Trevor King [Tue, 24 Jul 2012 14:08:15 +0000 (10:08 -0400)]
Also detect Gentoo OS via the newer /etc/portage/make.conf location.

11 years agoAdjust scanletter alias to use SANE_DEFAULT_DEVICE.
W. Trevor King [Tue, 10 Jul 2012 16:03:30 +0000 (12:03 -0400)]
Adjust scanletter alias to use SANE_DEFAULT_DEVICE.

This allows me to easily override the SANE device.  This is useful
because subsequent scanner plugins can generate increasing USB device
numbers:

  epkowa:interpreter:001:003
  epkowa:interpreter:001:004
  ...

11 years agoAdd screenshot binding to .fluxbox keys (uses ImageMagick's import).
W. Trevor King [Fri, 6 Jul 2012 11:45:36 +0000 (07:45 -0400)]
Add screenshot binding to .fluxbox keys (uses ImageMagick's import).

11 years agoAdd video/* entry to .mailcap (using mplayer).
W. Trevor King [Thu, 7 Jun 2012 18:26:53 +0000 (14:26 -0400)]
Add video/* entry to .mailcap (using mplayer).

11 years agoThe default binary name for pqiv 0.11 is `pqiv'.
W. Trevor King [Tue, 15 May 2012 20:34:44 +0000 (16:34 -0400)]
The default binary name for pqiv 0.11 is `pqiv'.

It used to be `qiv'.

11 years agoOnly use xset to turn off beeps if we have it installed.
W. Trevor King [Fri, 11 May 2012 14:06:38 +0000 (10:06 -0400)]
Only use xset to turn off beeps if we have it installed.

11 years agoAdd .ldaprc to configure LDAP connections with OpenLDAP tools.
W. Trevor King [Fri, 11 May 2012 12:14:49 +0000 (08:14 -0400)]
Add .ldaprc to configure LDAP connections with OpenLDAP tools.

11 years agoAdd restore option to .pqivrc.
W. Trevor King [Thu, 10 May 2012 19:40:57 +0000 (15:40 -0400)]
Add restore option to .pqivrc.

This takes advantage of the option I added with my blog posting:

  commit f62db1b46f655652cfde990c5b03862618ff7932
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Thu Mar 29 22:24:44 2012 -0400

    Restructure cache-file.sh, adding the -r option for restoring files.

12 years agoChange email from drexel.edu to tremily.us now that I have working MX records.
W. Trevor King [Wed, 18 Apr 2012 16:55:42 +0000 (12:55 -0400)]
Change email from drexel.edu to tremily.us now that I have working MX records.

12 years agoRemove w3mh alias (I never use it, and my homepage has moved to tremily.us).
W. Trevor King [Wed, 18 Apr 2012 16:54:33 +0000 (12:54 -0400)]
Remove w3mh alias (I never use it, and my homepage has moved to tremily.us).

12 years agoFix cc-cmd -> cccmd in .gitconfig sendemail configuration.
W. Trevor King [Tue, 17 Apr 2012 14:05:48 +0000 (10:05 -0400)]
Fix cc-cmd -> cccmd in .gitconfig sendemail configuration.

12 years agoAdd wtk_linux.el based on suggestions in linux/Documentation/CodingStyle.
W. Trevor King [Tue, 17 Apr 2012 14:03:46 +0000 (10:03 -0400)]
Add wtk_linux.el based on suggestions in linux/Documentation/CodingStyle.

12 years agoAdd LEFT RIGHT ARROW to .XCompose.
W. Trevor King [Mon, 9 Apr 2012 19:37:51 +0000 (15:37 -0400)]
Add LEFT RIGHT ARROW to .XCompose.

12 years agoAdd missing less than to .XCompose for ALMOST EQUAL TO and IDENTICAL TO.
W. Trevor King [Mon, 9 Apr 2012 19:36:45 +0000 (15:36 -0400)]
Add missing less than to .XCompose for ALMOST EQUAL TO and IDENTICAL TO.

12 years agoReplace NOT symbol with MINUS SIGN in .Xmodmap.
W. Trevor King [Mon, 9 Apr 2012 19:22:02 +0000 (15:22 -0400)]
Replace NOT symbol with MINUS SIGN in .Xmodmap.

12 years agoAdd web.cacerts config to .hgrc (path for Debian/Ubuntu/Gentoo/Arch Linux).
W. Trevor King [Sat, 7 Apr 2012 01:46:46 +0000 (21:46 -0400)]
Add web.cacerts config to .hgrc (path for Debian/Ubuntu/Gentoo/Arch Linux).

12 years agoFlesh out latin letter superscripts and subscripts in .XCompose.
W. Trevor King [Mon, 2 Apr 2012 13:54:59 +0000 (09:54 -0400)]
Flesh out latin letter superscripts and subscripts in .XCompose.

12 years agoAdd pqiv configuration file.
W. Trevor King [Fri, 30 Mar 2012 01:34:55 +0000 (21:34 -0400)]
Add pqiv configuration file.

Rules 1 and 2 are for sorting pictures.

Rules 3, 4, and 5 are for sorting unfolding curves.

12 years agoAdd `git send-email` configs to .gitconfig.
W. Trevor King [Tue, 27 Mar 2012 19:20:29 +0000 (15:20 -0400)]
Add `git send-email` configs to .gitconfig.

12 years agoUnset `x` (used when setting up GDFONTPATH) in .bashrc.d/05local_paths.
W. Trevor King [Mon, 20 Feb 2012 20:58:05 +0000 (15:58 -0500)]
Unset `x` (used when setting up GDFONTPATH) in .bashrc.d/05local_paths.

12 years agoRemove alias configuration from src/.bashrc.d/15prompt_dircolors.
W. Trevor King [Mon, 13 Feb 2012 18:36:11 +0000 (13:36 -0500)]
Remove alias configuration from src/.bashrc.d/15prompt_dircolors.

It should be consolidated to src/.bashrc.d/10aliases, at least for
aliases defined by this repository.  The aliases previously defined
here were messing up my grep on SunOS 5.10, where `grep --color` is
not supported.

12 years agoAdd SunOS 5.10 workarounds to .bashrc.d/10aliases.
W. Trevor King [Mon, 13 Feb 2012 18:27:49 +0000 (13:27 -0500)]
Add SunOS 5.10 workarounds to .bashrc.d/10aliases.

Also change this file to tabs intentation.

12 years agoAdd SunOS entry to .bashrc.d/01detect_system (assumes /etc/motd is unchanged).
W. Trevor King [Mon, 13 Feb 2012 18:12:09 +0000 (13:12 -0500)]
Add SunOS entry to .bashrc.d/01detect_system (assumes /etc/motd is unchanged).

12 years agoOnly modify GDFONTPATH if /usr/share/fonts/ exists in .bashrc.d/05local_paths.
W. Trevor King [Mon, 13 Feb 2012 17:11:53 +0000 (12:11 -0500)]
Only modify GDFONTPATH if /usr/share/fonts/ exists in .bashrc.d/05local_paths.

For example, my university's SunOS 5.10 machine doesn't have this
directory.

12 years agoAdd scanletter alias to .bashrc.d/10aliases.
W. Trevor King [Sun, 5 Feb 2012 15:01:46 +0000 (10:01 -0500)]
Add scanletter alias to .bashrc.d/10aliases.

This makes it easy for me to scan letter-size pages:

  $ scanletter > scan.tiff

It's based on `scanimage` (media-gfx/sane-backends) on Gentoo, which
uses the epson2 sane backend and the iscan gt f720 plugin for my Epson
V300.  To emerge on Gentoo, add

  SANE_BACKENDS="epson2"

to your `/etc/make.conf`, and emerge `media-gfx/xsane` and
`media-gfx/iscan-plugin-gt-f720`.  You may not need all of xsane for
this alias, but it's nice to have for scanning strangely shaped
objects.

12 years agoRemove unused graph alias (I use gnuplot or matplotlib).
W. Trevor King [Sun, 5 Feb 2012 14:53:43 +0000 (09:53 -0500)]
Remove unused graph alias (I use gnuplot or matplotlib).

12 years agoDefinately don't use acroread. Get rid of that alias.
W. Trevor King [Sun, 5 Feb 2012 14:52:46 +0000 (09:52 -0500)]
Definately don't use acroread.  Get rid of that alias.

12 years agoI use r2e (rss2email) to follow RSS feeds, so get rid of snownews alias.
W. Trevor King [Sun, 5 Feb 2012 14:47:43 +0000 (09:47 -0500)]
I use r2e (rss2email) to follow RSS feeds, so get rid of snownews alias.

12 years agoReorganize fluxbox keys.
W. Trevor King [Thu, 2 Feb 2012 17:50:38 +0000 (12:50 -0500)]
Reorganize fluxbox keys.

`Mod1 F*` was killing me.  I'd try to change workspaces (`Control F*`)
and use `Mod1` by mistake, killing my current application.  Now I've
put those commands over with the other Mod4 window manipulations that
I use more often.

I also put the `conky` toggle with my other application-related keys.

12 years agoOops, *append* my local man path to MANPATH instead of clobbering the original
W. Trevor King [Wed, 1 Feb 2012 00:26:01 +0000 (19:26 -0500)]
Oops, *append* my local man path to MANPATH instead of clobbering the original

12 years agoAdd section symbol (§) to .XCompose.
W. Trevor King [Tue, 31 Jan 2012 19:50:58 +0000 (14:50 -0500)]
Add section symbol (§) to .XCompose.

12 years agoUse a/ and b/ in local-patch.examples.
W. Trevor King [Mon, 30 Jan 2012 04:17:33 +0000 (23:17 -0500)]
Use a/ and b/ in local-patch.examples.

12 years agoWhile I'm at it, add compose keys for ℑ and ℜ.
W. Trevor King [Sun, 29 Jan 2012 00:06:21 +0000 (19:06 -0500)]
While I'm at it, add compose keys for ℑ and ℜ.

12 years agoAdd subscript i and r to .XCompose.
W. Trevor King [Sat, 28 Jan 2012 23:57:14 +0000 (18:57 -0500)]
Add subscript i and r to .XCompose.

I use them as shorthand for marking the real and imaginary parts of
numbers, since sometimes ℜ (U211C) and ℑ (U2111) are a bit much.

12 years agoDowngrade .astylerc from v2.02 to v1.22.
W. Trevor King [Sun, 22 Jan 2012 08:40:37 +0000 (03:40 -0500)]
Downgrade .astylerc from v2.02 to v1.22.

I'd written .astylerc using the v2.02 documentation, but my system
only packages v1.22 as stable.

12 years agoAdd .astylerc configuring the Artistic Style C/C++/C#/Java formatter.
W. Trevor King [Sun, 22 Jan 2012 08:37:11 +0000 (03:37 -0500)]
Add .astylerc configuring the Artistic Style C/C++/C#/Java formatter.

12 years agoAdd .indent.pro configuring GNU indent to use the Linux coding style.
W. Trevor King [Sun, 22 Jan 2012 07:57:22 +0000 (02:57 -0500)]
Add .indent.pro configuring GNU indent to use the Linux coding style.

I've added the long form of each option in comments to make it easier
for me to read off the coding style.  I've left the short form of each
option in to make it easier to track the `Linux coding style`
suggestion in `indent(1L)`.

12 years agoRemove ssh* shortcuts and add pythonhttp to .bashrc.d/10aliases.
W. Trevor King [Mon, 9 Jan 2012 11:37:28 +0000 (06:37 -0500)]
Remove ssh* shortcuts and add pythonhttp to .bashrc.d/10aliases.

12 years agoAdd `which calendar` test to calendar call in .bash_profile.
W. Trevor King [Mon, 19 Dec 2011 02:34:58 +0000 (21:34 -0500)]
Add `which calendar` test to calendar call in .bash_profile.

12 years agoChange home page from physics.drexel.edu to tremily.us in .XCompose.
W. Trevor King [Thu, 8 Dec 2011 19:23:15 +0000 (14:23 -0500)]
Change home page from physics.drexel.edu to tremily.us in .XCompose.

12 years agoClean up .bashrc.d/05local_paths and move towards ~/.local/*
W. Trevor King [Thu, 8 Dec 2011 17:26:34 +0000 (12:26 -0500)]
Clean up .bashrc.d/05local_paths and move towards ~/.local/*

12 years agoFix dotfiles blog link in README.
W. Trevor King [Tue, 6 Dec 2011 06:10:36 +0000 (01:10 -0500)]
Fix dotfiles blog link in README.

12 years agoUse add-to-list to setup emacs load path and move .emacs.d/load to .emacs.d/site...
W. Trevor King [Tue, 6 Dec 2011 05:45:58 +0000 (00:45 -0500)]
Use add-to-list to setup emacs load path and move .emacs.d/load to .emacs.d/site-lisp.

12 years agoUpdate 005-no-emacs-epa.patch fuzz with wtk_ansi-color load line.
W. Trevor King [Tue, 6 Dec 2011 05:41:33 +0000 (00:41 -0500)]
Update 005-no-emacs-epa.patch fuzz with wtk_ansi-color load line.

12 years agoAdd wtk_ansi-color.el to .emacs (*.col support).
W. Trevor King [Tue, 6 Dec 2011 05:30:10 +0000 (00:30 -0500)]
Add wtk_ansi-color.el to .emacs (*.col support).

12 years agoUse Control+Mod1+l to lock screen in .fluxbox/keys.
W. Trevor King [Mon, 5 Dec 2011 15:48:33 +0000 (10:48 -0500)]
Use Control+Mod1+l to lock screen in .fluxbox/keys.

This avoids colliding with my "move left" bindings.

12 years agoRemove annoying xterm and fbrun key bindings from default section of .fluxbox/keys.
W. Trevor King [Fri, 2 Dec 2011 11:40:18 +0000 (06:40 -0500)]
Remove annoying xterm and fbrun key bindings from default section of .fluxbox/keys.

12 years agoIf you have a ~/.hosts file, export HOSTALIASES to use it.
W. Trevor King [Thu, 1 Dec 2011 18:03:12 +0000 (13:03 -0500)]
If you have a ~/.hosts file, export HOSTALIASES to use it.

12 years agoOnly run xmodmap in .xinitrc if you have the executable installed in your PATH.
W. Trevor King [Thu, 1 Dec 2011 18:02:21 +0000 (13:02 -0500)]
Only run xmodmap in .xinitrc if you have the executable installed in your PATH.

12 years agoMove modifier key definitions to top of .Xmodmap for easy patching.
W. Trevor King [Thu, 1 Dec 2011 16:31:04 +0000 (11:31 -0500)]
Move modifier key definitions to top of .Xmodmap for easy patching.