aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Lots of Makefile tidyingTom Ryder2017-03-241-61/+30
| | | | | | | | * Add missing "--" option terminator * Merge overzealously split lines * Favour find(1) calls over shell loops * Use `ln -fs` (both flags are POSIX) * Remove filename duplication for `cp -p` calls
* Turns out "--" is not specified for chmod(1)Tom Ryder2017-03-241-4/+4
|
* Change shb(1) to read stdin by defaultTom Ryder2017-03-241-4/+4
| | | | This is clearer.
* Use builtin macros for filenamesTom Ryder2017-03-241-3/+3
|
* Add -- separator to Makefile inference commandsTom Ryder2017-03-241-4/+4
|
* Add .POSIX shibboleth to MakefileTom Ryder2017-03-231-0/+1
|
* Use consistent m4 prefixTom Ryder2017-03-231-7/+7
|
* Single-quote nameTom Ryder2017-03-231-1/+1
|
* Remove misleading Makefile var quotingTom Ryder2017-03-231-115/+115
| | | | | This doesn't quote in the same way shell does and it's a bit misleading to present it as doing so.
* Remove leading spaces before colons in MakefileTom Ryder2017-02-281-70/+70
|
* Use just = rather than := in MakefileTom Ryder2017-02-281-8/+8
|
* Switch from xbindkeys to sxhkdTom Ryder2017-02-251-1/+2
| | | | Smaller, easier
* Add basic ex/vi settingsTom Ryder2017-02-251-0/+5
| | | | These are POSIX
* Remove double-spacingTom Ryder2017-02-241-5/+5
|
* Remove a dependency on non-POSIX install(1)Tom Ryder2017-02-241-85/+85
| | | | Pretty easy to adapt mkdir(1) and cp(1) appropriately anyway
* Add hms(1df)Tom Ryder2017-02-051-0/+1
|
* More generic Mutt configurationTom Ryder2017-01-281-30/+4
| | | | | Remove some person and system specific stuff, including my signature; nothing complex about that, after all.
* Add quo(1df)Tom Ryder2017-01-271-0/+1
|
* Use nicer mailbox creationTom Ryder2017-01-261-10/+6
|
* Create drafts directoryTom Ryder2017-01-261-0/+3
|
* Add missing dependencyTom Ryder2017-01-261-1/+1
|
* Allow specifying GnuPG keyserverTom Ryder2017-01-261-1/+5
|
* Add ~/.mailrc configTom Ryder2017-01-261-1/+10
|
* Create muttrc.local if it doesn't existTom Ryder2017-01-261-0/+1
|
* Allow specifying MAILDIR for make(1)Tom Ryder2017-01-261-6/+9
|
* Revise custom tmux colouringTom Ryder2017-01-251-2/+3
|
* Change htref(1df) into proper source formatTom Ryder2017-01-231-0/+1
|
* Remove Wyrd config filesTom Ryder2017-01-141-4/+0
| | | | I never use it
* Add xrq(1df)Tom Ryder2017-01-111-0/+1
|
* Add jfp(1df)Tom Ryder2017-01-061-0/+1
|
* Add nlbr(1df) and brnl(1df)Tom Ryder2017-01-061-1/+3
|
* Add onl(1df)Tom Ryder2017-01-051-0/+1
|
* Add htenc(1df) and htdec(1df)Tom Ryder2017-01-051-0/+2
|
* Checking/linting bins/games requires buildTom Ryder2017-01-051-4/+4
|
* Wrap built games into Makefile varTom Ryder2017-01-051-10/+11
|
* Wrap built binscripts into Makefile varTom Ryder2017-01-051-25/+5
| | | | Looking at this now, this really should have been obvious long ago
* Add chkl(6)Tom Ryder2017-01-021-2/+3
|
* Fix a zsh-as-sh/ksh-specific issueTom Ryder2016-12-301-1/+4
| | | | Very niche, but interesting to fix anyway
* Add max(1df) and min(1df)Tom Ryder2016-12-271-3/+7
|
* Add zsh checkingTom Ryder2016-12-271-1/+5
|
* Add yashrc.d and ver() funcTom Ryder2016-12-191-1/+3
|
* Change tack; force ENV if the file existsTom Ryder2016-12-181-2/+0
|
* Undo strange default for login ksh93 ENVTom Ryder2016-12-181-0/+2
| | | | I haven't yet figured out why it does this
* Move ksh.sh shim into ksh subdirTom Ryder2016-12-171-0/+2
| | | | | So it doesn't get installed on systems where I don't use ksh, since it's mostly not needed
* Rename all pdksh stuff to kshTom Ryder2016-12-171-12/+12
| | | | As part of a foray into more active use of ksh and derivatives.
* Use .d directory for .xinitrc subscriptsTom Ryder2016-12-151-0/+2
|
* Add strik(6df)Tom Ryder2016-12-121-2/+3
|
* Rephrase uts(1df) as pure AwkTom Ryder2016-12-091-1/+3
|
* Add sec(1df)Tom Ryder2016-12-071-2/+4
| | | | Might extend this later to do stuff like 1w3d2m0s
* Add gwp(1)Tom Ryder2016-12-041-2/+4
|