aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Add mail signatureTom Ryder2016-03-271-0/+1
|
* Tweak finger filesTom Ryder2016-03-261-0/+2
|
* Add finger(1) plan fileTom Ryder2016-03-261-0/+4
|
* Separate manuals into their own install targetTom Ryder2016-02-151-1/+3
|
* Discard Taskwarrior, replace with td(1)Tom Ryder2016-02-151-4/+0
|
* Whoops, forgot .zprofileTom Ryder2016-01-291-0/+1
|
* Add Zsh configurationTom Ryder2016-01-271-0/+4
|
* Add config and commands for dunst(1)Tom Ryder2015-12-051-0/+5
| | | | Pretty much sold on it at the moment
* Preserve modification times of installed filesTom Ryder2015-12-041-39/+39
| | | | Mostly to stop them distressing rsync(1)
* Add Perl::Critic back in againTom Ryder2015-10-021-0/+4
|
* Add linting targetsTom Ryder2015-10-021-0/+14
|
* Use printf not echoTom Ryder2015-10-021-4/+4
|
* Add sue(8)Tom Ryder2015-10-011-1/+3
|
* Move man pages into man1 subdirTom Ryder2015-10-011-1/+1
| | | | Going to make a man8 page shortly
* Add configuration for AbookTom Ryder2015-09-041-0/+6
|
* Switch to Palemoon, junk VimperatorTom Ryder2015-08-281-4/+0
|
* Add GTK+ configurationTom Ryder2015-08-211-0/+7
| | | | | | I haven't cared about this up until now, but the newest release of Firefox Developer Edition uses GTK3, the default theme for which I don't like.
* New background, move backgrounds to dirTom Ryder2015-07-231-1/+4
| | | | | | Also put them in the install-x target, they're not specific to i3 The image is a crop of Sacramentum's album "Far Away From the Sun"
* A start on a Subversion configurationTom Ryder2015-06-101-0/+5
|
* Instate .bash_profile.dTom Ryder2015-06-101-2/+4
| | | | | Stuff that prints messages really only needs to be done for my primary login shell
* Add redshiftTom Ryder2015-05-241-0/+2
|
* Use xkb not xmodmap for Caps Lock remapTom Ryder2015-05-231-1/+0
|
* Don't change directory during Makefile runTom Ryder2015-05-181-4/+4
|
* Give up on Makefile submodule abstractionTom Ryder2015-04-131-26/+0
| | | | Probably not the correct job for it anyway.
* Improved syntax for the Vim plugin targetsTom Ryder2015-03-251-34/+4
|
* Missed a phony build targetTom Ryder2015-03-251-0/+1
|
* Remove .gitmodules submodule dependencyTom Ryder2015-03-251-18/+17
| | | | | Doesn't do any good and confuses make logic in some situations; trying hard to do this right
* Specify build instructs for all Vim pluginsTom Ryder2015-03-251-1/+33
| | | | | Necessary to comply with OpenBSD make, I think. A bit less elegant than I'd like but it works.
* Abstraction from all target to vim-plugins via vimTom Ryder2015-03-231-1/+3
|
* Do per-target init of Vim plugin submodulesTom Ryder2015-03-231-2/+20
| | | | I am pretty sure the $(@D) bit is POSIX compliant
* Force removal of submodulesTom Ryder2015-03-231-1/+1
|
* Remove diagnostic messageTom Ryder2015-03-231-2/+0
| | | | So that a second call to `make` is properly NOP
* Use non-interp quotes for make instrucsTom Ryder2015-03-231-2/+2
|
* Add clearing submodules to clean targetTom Ryder2015-03-231-0/+1
|
* Add configuration for VimperatorTom Ryder2015-02-171-0/+4
| | | | I may have fallen a little bit in love
* Break long line in MakefileTom Ryder2015-01-301-1/+2
|
* Install all contents of vim/after/*Tom Ryder2015-01-201-4/+4
|
* Use a loop for vim after dirs installationTom Ryder2015-01-151-9/+5
|
* Discard PHP's indentingTom Ryder2015-01-151-0/+2
| | | | | | | It keeps doing things I don't expect, and the code looks hard to change. autoindent should do the job. I might have a go at writing my own later to handle obvious cases like an opening brace or case statement on the previous line.
* Pull Vim plugin submodules in separate targetTom Ryder2014-11-131-3/+6
| | | | | Tidier. Still don't like that I'm doing something network-related in a Makefile, but it's better than what I had.
* Generate gpg.conf from m4 template on make callTom Ryder2014-11-131-7/+22
| | | | | | | | | | | | | | | | We have to do this because gpg.conf doesn't understand tilde or environment variable expansion in the configuration file, and the only reliable way to make the ca-cert-file option work between different implementations of gpg(1) and its cURL link is to explicitly specify the path to the CA file. This is probably a better approach than installing the thing as a trusted system CA anyway, which requires root privileges that I don't really want to assume anyone installing this has. I'm also including the CA, CRL, and .pem for the SKS keyservers in this commit. This seems a lesser evil than trying to pull them with cURL or wget at make(1) time.
* No reason for capital X on XmodmapTom Ryder2014-11-031-1/+1
|
* Use xbindkeys for keybinding, not i3Tom Ryder2014-11-031-13/+3
| | | | Also consolidate Makefile into just one target for X
* Hose xsession, use xinitrcTom Ryder2014-11-031-5/+4
| | | | Probably not going to be using a DE again anytime soon
* Add a couple of file detection rulesTom Ryder2014-10-301-0/+2
|
* Fix simpleDeRef in sh.vimTom Ryder2014-10-301-1/+3
|
* Add new targetsTom Ryder2014-10-131-2/+3
|
* Separate .vimrc and .gvimrc Makefile targetsTom Ryder2014-10-131-0/+5
|
* No need to install plugin after scriptsTom Ryder2014-10-061-3/+1
|