Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-27 | more systemd/x11 stuff | Luke Shumaker | |
2016-02-27 | X11 systemd stuff | Luke Shumaker | |
2016-02-27 | stuff | Luke Shumaker | |
2015-12-12 | XDG_RUNTIME_DIR: "Recent" Linux kernels support flock over NFS. | Luke Shumaker | |
And Purdue seems to have enabled that. | |||
2015-12-12 | git: ignore NFS lock files | Luke Shumaker | |
2015-12-12 | shorten ~/.runtime to ~/.r | Luke Shumaker | |
2015-12-12 | tidy (generic) | Luke Shumaker | |
2015-12-12 | libreoffice: use GTK-2 theme | Luke Shumaker | |
2015-12-12 | emacs: stuff | Luke Shumaker | |
2015-12-12 | bash: improve the mvln function | Luke Shumaker | |
2015-12-12 | bash: alias mv='mv -i' | Luke Shumaker | |
2015-12-12 | emacs: fix typos in comments | Luke Shumaker | |
2015-12-06 | tidy | Luke Shumaker | |
2015-12-06 | update mail filters | Luke Shumaker | |
2015-12-06 | build64-par: update ~/.config/emacs | Luke Shumaker | |
2015-12-06 | minor fixes to the XDG_RUNTIME_DIR implementation | Luke Shumaker | |
2015-12-06 | update ~/.config/emacs | Luke Shumaker | |
2015-10-04 | update purdue mail filterslukeshu.com/master | Luke Shumaker | |
2015-10-04 | Emacs: newer go-mode | Luke Shumaker | |
2015-10-04 | Have he Makefile be smarter about when it needs to do things | Luke Shumaker | |
2015-10-04 | bash emacs integration: only fall back to `hostname -f` if necessary | Luke Shumaker | |
2015-10-04 | Be more careful about what happens when XDG_RUNTIME_DIR isn't set. | Luke Shumaker | |
2015-09-22 | .config/login.d/02_xdg_runtime_dir.sh only runs on login, no need for a check | Luke Shumaker | |
In fact, the check broke the Purdue CS boxes because it was being run under the Xsession program, which is not a login shell. | |||
2015-09-22 | clean up systemd dependencies | Luke Shumaker | |
2015-09-22 | systemd: add synergy unit | Luke Shumaker | |
2015-09-22 | systemd | Luke Shumaker | |
2015-09-22 | Clean up bash configuration, and bash-emacs integration | Luke Shumaker | |
2015-09-22 | emacs/init.el: tidy | Luke Shumaker | |
2015-09-22 | ssh: The Purdue CS boxes have a `host` that always exit(0). | Luke Shumaker | |
2015-07-19 | Merge remote-tracking branch 'origin/master' | Luke Shumaker | |
2015-07-19 | bash aliases: change mvln | Luke Shumaker | |
2015-07-19 | mail filters | Luke Shumaker | |
2015-07-19 | tidy | Luke Shumaker | |
2015-07-19 | Makefile: .folders: recognize symlinks | Luke Shumaker | |
2015-07-19 | .config/Makefile: better error handling | Luke Shumaker | |
2015-07-19 | libretools configuration | Luke Shumaker | |
2015-07-19 | wmii: Use systemd-notify instead of hitting the socket manually | Luke Shumaker | |
2015-07-19 | Update mail filters | Luke Shumaker | |
2015-07-19 | X11/clientrc: properly escape $DISPLAY for systemd | Luke Shumaker | |
2015-07-19 | ssh: recognize moore$N as Purdue boxes | Luke Shumaker | |
2015-07-19 | cron/make-config: use moreutils chronic | Luke Shumaker | |
2015-07-19 | set MAKEFLAGS to -j$(nproc) on login | Luke Shumaker | |
2015-07-19 | Don't put CPAN in .config | Luke Shumaker | |
2015-07-19 | fix XDG_RUNTIME_DIR management | Luke Shumaker | |
2015-04-20 | Merge branch 'master' of git://lukeshu.com/dotfiles | Luke Shumaker | |
2015-04-20 | Emacs: minor tweaks | Luke Shumaker | |
2015-04-20 | Teach Emacs about X11/modmap | Luke Shumaker | |
2015-04-20 | Be careful about shebangs, which shells are used, and what gets executed | Luke Shumaker | |
Use - #!/hint/bash for bash that gets sourced (non-executable) - #!/hint/sh for sh(1) that gets sourced (non-executable) - #!/bin/sh for sh(1) that gets executed - #!/usr/bin/env bash for bash that gets executed To this end, also - Clean up a couple of related comments - Fix a couple of bash-isms that I noticed in sh(1) files - Fix permissions on a couple of files that get sourced | |||
2015-04-20 | bash: aliases should just be a regular rc module | Luke Shumaker | |
2015-04-13 | Merge remote-tracking branch 'origin/master' | Luke Shumaker | |