aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* More segmentation/tidyingTom Ryder2017-06-181-4/+7
|
* Break plenv stuff into its own targetTom Ryder2017-06-181-1/+6
|
* Refactor mpd/ncmpcpp stuff completelyTom Ryder2017-06-181-1/+7
| | | | | | This has been neglected. Switch to per-user mpd process instantiated on login via .profile.d. Cut back ncmpcpp config until I have time to write one that's compatible with 0.8.
* Remove now-unused TMUX_BG/FG varsTom Ryder2017-06-151-3/+0
|
* Remove color/colour templating from tmux.confTom Ryder2017-06-151-8/+0
| | | | | | | | | | tmux 2.4 added support for globs, which makes all of this templating nastiness go away: <https://github.com/tmux/tmux/blob/master/CHANGES#L192> A user who wants custom settings (such as me on my work system) can just drop overrides into ~/.tmux.conf.d/something.conf and go home.
* Restore previous TMUX_BG/FG varsTom Ryder2017-06-151-2/+2
| | | | Bad decision
* Correct GTK3 rc pathTom Ryder2017-06-151-2/+2
|
* Refactor m4 macro namesTom Ryder2017-06-131-6/+10
| | | | mi5(1df) means I can simplify these quite a bit now
* Add fnp(1df)Tom Ryder2017-06-121-0/+1
|
* Makefile refactorTom Ryder2017-06-101-19/+21
| | | | | | Tried using the POSIX make on OpenIndiana and it got confused by the implicit dependencies, being a little more explicit seems to have coaxed it into working.
* Add rep(1df)Tom Ryder2017-06-031-0/+1
|
* Tidier implementation for mi5 shTom Ryder2017-06-021-9/+11
|
* Use mi5 to make templated shell scriptsTom Ryder2017-06-021-24/+53
|
* Move existing .m4 to .m4.mi5Tom Ryder2017-06-021-1/+7
| | | | Along with accompanying Makefile rules and .gitignorances
* Add mi5(1df)Tom Ryder2017-06-021-0/+1
|
* Add p(1df)Tom Ryder2017-05-281-0/+1
|
* Add mw(1df)Tom Ryder2017-05-281-0/+1
|
* Add trs(1df)Tom Ryder2017-05-241-0/+1
|
* Add dam(1df)Tom Ryder2017-05-241-0/+1
|
* Remove Yash supportTom Ryder2017-05-241-18/+2
| | | | I never use it
* Add pst(1df), ped(1df), and pvi(1df)Tom Ryder2017-05-101-0/+3
|
* Add squ(6df)Tom Ryder2017-05-011-0/+1
|
* Add grec(1df) and gred(1df)Tom Ryder2017-04-281-0/+2
|
* Fix up .PHONY targetsTom Ryder2017-04-101-4/+6
|
* Rename "dist" to "install"Tom Ryder2017-04-091-1/+1
|
* Add xinitrc.d script checksTom Ryder2017-04-091-2/+10
|
* Restructure shell install and checkTom Ryder2017-04-091-28/+30
|
* Specify install-login-shell as .PHONY targetTom Ryder2017-04-091-0/+1
|
* Clear .SUFFIXES first, add .shTom Ryder2017-04-071-1/+2
|
* Dependency name sortTom Ryder2017-04-071-1/+1
|
* Install shell types conditionally on $SHELLTom Ryder2017-04-071-9/+6
|
* Combine unnecessary split lineTom Ryder2017-04-071-4/+2
|
* Remove dependency on check-bashTom Ryder2017-04-071-1/+1
|
* Remove superfluous lesskey(1) existence checkTom Ryder2017-04-051-1/+1
|
* Don't require checks for installingTom Ryder2017-04-051-7/+7
|
* More sh flexibility (check/lint scripts)Tom Ryder2017-04-051-16/+16
|
* Apply runtime shebanging to POSIX shellTom Ryder2017-04-051-8/+102
|
* 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