aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Install bin/han as part of Bash targetTom Ryder2020-05-181-3/+3
| | | | Blocks install on a fresh OpenBSD without Bash
* Move wget config into XDGTom Ryder2020-05-181-3/+4
|
* Save wget HSTS cache in XDG_CACHE_HOMETom Ryder2020-05-181-0/+1
| | | | One fewer dotfile!
* Add systemd notifier serviceTom Ryder2020-05-131-1/+8
|
* Add target for newsboat systemd timerTom Ryder2020-05-131-0/+6
|
* Correct install path for Mutt configTom Ryder2020-05-131-1/+1
|
* Add option terminators to some mkdir callsTom Ryder2020-05-121-6/+6
|
* Remove unnecessary directory creationsTom Ryder2020-05-121-7/+3
|
* Update plenv and add pyenv configTom Ryder2020-05-121-0/+6
|
* Switch Mutt to XDG basedirsTom Ryder2020-05-121-3/+5
|
* Use XDG basedirs for Git configTom Ryder2020-05-121-9/+11
|
* Re-use a variable for Vim install pathTom Ryder2020-05-121-1/+1
|
* Use XDG for HTML tidyTom Ryder2020-05-121-1/+3
|
* Fine-tune perlcritic/perltidy installsTom Ryder2020-05-121-2/+4
|
* Apply XDG basedirs to i3Tom Ryder2020-05-121-2/+2
|
* Add XDG and compile targets for `less`Tom Ryder2020-05-121-4/+10
|
* Add XDG_CACHE_HOME and XDG_DATA_HOME basedirsTom Ryder2020-05-121-9/+11
|
* Use XDG_CONFIG_HOME variable in MakefileTom Ryder2020-05-121-14/+14
|
* Switch perltidy to XDG basedirsTom Ryder2020-05-121-1/+3
|
* Switch perlcritic to XDG basedirsTom Ryder2020-05-121-1/+3
|
* Define XDG_CONFIG_HOME in MakefileTom Ryder2020-05-121-0/+2
|
* Add qat(1df), implementing an item from IDEAS.mdTom Ryder2020-05-121-0/+1
|
* Add msc(1df)Tom Ryder2020-05-051-0/+1
|
* Order sub-targets of `install` correctlyTom Ryder2020-05-031-1/+1
|
* Revert "Remove Vim :helptags generation"Tom Ryder2020-04-251-0/+1
| | | | | | | This reverts commit f635e2b25d653da5e9534d84974f995b22c73f44. There doesn't seem to be a convenient way to force the tags to generate in another directory, so I think we'll just wear this.
* Remove Vim :helptags generationTom Ryder2020-04-251-1/+0
| | | | This puts it in ~/.vim/doc/tags, which we don't necessarily want.
* Roll out the beginnings of XDG support for VimTom Ryder2020-04-251-8/+1
| | | | | The idea here isn't to remove ~/.vim, but to be able to use ~/.cache and ~/.config on a per-machine basis.
* Remove thesaurus install targetTom Ryder2020-04-251-6/+0
| | | | Not really appropriate for a Makefile to `curl` resources.
* Correct built paths for Vim cache dirsTom Ryder2020-04-251-5/+4
|
* Remove creation of ~/.vim/cache/spellTom Ryder2020-04-231-1/+0
| | | | This directory isn't actually used by ~/.vim/vimrc.
* Add setting for 'viewdir' optionTom Ryder2020-04-231-1/+2
|
* Reshape autoloads into noun#Verb() patternTom Ryder2019-12-211-1/+6
|
* Simplify vim/bundle installation commandsTom Ryder2019-12-211-4/+4
|
* uuu uuu(6df)uuuuTom Ryder2019-12-201-0/+1
|
* Refactor indent macros into autoload functionTom Ryder2019-12-181-10/+1
| | | | Much nicer.
* Fix indentation of a Makefile lineTom Ryder2019-12-181-1/+1
|
* Put common indent setting patterns in macrosTom Ryder2019-12-181-1/+10
|
* Specify some interdependencies in Vim configTom Ryder2019-12-181-2/+2
|
* Add phpcsff(1df)Tom Ryder2019-11-291-0/+4
|
* Include signatureTom Ryder2019-08-171-1/+5
|
* Add defang(1df)Tom Ryder2019-08-021-0/+1
| | | | | | | | | ><tejr> I learned the word "defang" today as applied to URLs ><tejr> I knew about the practice but not what it was called ><tejr> Now I am writing a little script to do it for me ><russm> tejr: pip install defang ? ><tejr> Why you gotta be like that, russm ><tejr> Let me have my three-line sed script
* Reduce GnuPG config considerablyTom Ryder2019-07-131-13/+2
| | | | | Pretty sure I just got hit by this: <https://gist.github.com/rjhansen/67ab921ffb4084c865b3618d6955275f>
* Revert to vimrc filenameTom Ryder2019-06-221-3/+3
|
* Rename vimrc and gvimrc to have .vim suffixTom Ryder2019-06-201-2/+2
| | | | | Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths.
* Add vic(1df)Tom Ryder2019-06-181-0/+1
|
* Set target dependencies on install-vim-autoloadTom Ryder2019-06-161-3/+3
|
* Drop support for NeovimTom Ryder2019-06-131-6/+0
| | | | It's just annoying.
* Explicitly create Vim $MYVIM/cache dirTom Ryder2019-06-131-0/+1
| | | | | | | This directory would be created incidentally if it doesn't already exist, due to the presence of the `-p` flag for the `mkdir` call, but it's a little clearer what we're doing if we explicitly create it as the first argument.
* Create Vim cache dir for new 'spellfile' locationTom Ryder2019-06-131-0/+1
| | | | | | | | | Commit c0bab95, released in v5.31.0, moved the location of the 'spellfile' from the default of the "spell" subdir in the path in the first element of &runtimedir to a custom path of $MYVIM/cache/spell. The applicable code includes an attempt to create that directory should it not already exist, but it's appropriate to create it at install time anyway.
* Add Makefile target to install free thesaurusTom Ryder2019-06-061-0/+6
|