aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update target listTom Ryder2014-10-041-6/+35
|
* Tidy some dir creation rulesTom Ryder2014-10-041-2/+6
|
* Break x target up a bitTom Ryder2014-10-041-2/+10
|
* Break vim target up a bitTom Ryder2014-10-041-9/+18
|
* Separate mutt and maildir targetsTom Ryder2014-10-041-3/+6
|
* find(1) commands hard to get rightTom Ryder2014-10-031-8/+12
|
* Quote $(HOME)Tom Ryder2014-10-031-58/+58
|
* Break long lineTom Ryder2014-10-031-1/+3
|
* Specify .PHONY targetsTom Ryder2014-10-031-0/+7
|
* cd into vim inline to simplify find commandTom Ryder2014-10-031-6/+8
|
* Explicit perms and formattingTom Ryder2014-10-031-46/+50
|
* Forgot permissionsTom Ryder2014-10-031-2/+2
|
* Use find(1) loop as a recursive install emulatorTom Ryder2014-10-031-4/+5
|
* Remove/install/clean plugins individuallyTom Ryder2014-09-281-2/+5
|
* Use a relative symlinkTom Ryder2014-09-281-1/+1
|
* Remove .git stuff recursivelyTom Ryder2014-09-281-1/+1
|
* Remove .git and .gitignore files from submodsTom Ryder2014-09-281-0/+1
|
* Another path correctionTom Ryder2014-09-281-1/+1
|
* Add appropriate permissions to install(1) callsTom Ryder2014-09-281-31/+31
|
* Correct path for Pathogen symlinkTom Ryder2014-09-281-1/+2
|
* Use install(1) rather than symlinkingTom Ryder2014-09-281-85/+58
|
* Merge bin scripts and manpages into one targetTom Ryder2014-06-031-2/+0
|
* Restate default install targetTom Ryder2014-06-031-2/+0
| | | | Don't install the bin scripts by default anymore
* Store a local .dircolors fileTom Ryder2014-06-031-0/+5
| | | | | | Looks like a recent package update hosed mine and removed a bunch of terminal definitions I used. Probably better long-term just to use my own. Removed all the comment cruft from it for now.
* Add test for urxvt scriptsTom Ryder2014-05-081-2/+8
|
* Fix many errors in MakefileTom Ryder2014-05-021-5/+5
|
* Extend "test" target for makeTom Ryder2014-05-021-1/+1
|
* Add scatter(1), shoal(1), and shock(1)Tom Ryder2014-05-021-0/+26
|
* Add test-bash, test-sh, and test targetsTom Ryder2014-04-271-2/+20
|
* Add Makefile target for Taskwarrior configTom Ryder2014-04-271-0/+4
|
* Remove Perl::Critic configurationTom Ryder2014-04-271-4/+0
| | | | | Not often used anyway, and a very short file that causes trouble if the expected modules aren't installed; better off without it
* Add dummy default Makefile targetTom Ryder2014-04-261-0/+5
|
* Remove ack(1)Tom Ryder2014-04-261-8/+1
| | | | | I just wasn't using it; not enough advantages over grep(1) with a little BRE reading and some judicious use of find(1)
* Remove Urxvt.perl-lib definitionTom Ryder2014-04-261-2/+2
| | | | | | I didn't read the manpage. It turns out that urxvt will search $HOME/.urxvt/ext by default for its extensions, so I don't need to specify a path here (much less a fixed string rather than a variable).
* Replace clipboard urxvt with abbreviated scriptTom Ryder2014-04-261-2/+2
| | | | | I didn't need the keybindings or the paste functionality, just the autocopy feature.
* Add install target for rxvt-unicode toolsTom Ryder2014-03-021-0/+5
|
* Add install target for Perl toolsTom Ryder2014-03-021-0/+4
|
* Use variable for $HOME, not tildeTom Ryder2014-03-021-1/+1
|
* Add missing directory creationTom Ryder2014-03-021-0/+1
|
* Move submodule pulls to end of recipeTom Ryder2014-03-021-1/+1
|