aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Using Makefile-based install systemTom Ryder2014-03-021-0/+117
Just in an effort to use the right tool for the job. The new Makefile also makes more of an effort to remove and symlink files rather than whole directories, which means I shouldn't need stupid stuff in .gitignore anymore, so that's gone too.