aboutsummaryrefslogtreecommitdiff
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Add Makefile targets for Vim plugin distsTom Ryder2017-11-141-0/+18
| | | | | | | | This is just an experiment to see how well an automated process can make independently distributable versioned tarballs of my Vim plugins. These are not part of the default `all` or `install` target. They create distribution vim-$name-$ver.tar.gz files in vim/dist.
* Restore dotfiles(7) manual as pre-built dist fileTom Ryder2017-10-291-0/+3
| | | | | | | | | | | | | | | | Commit 70fcb35 incorrectly built the dotfiles(7) manual without the header required by the Pandoc converter. Rebuilt it properly by making a script in a new directory "dist" which is to be run by the maintainer whenever its source file README.md is updated. This should probably be automated on my end with Git hooks. The reason we don't include the Pandoc recipe for making this manual as a target in the Makefile is to do with the heavy dependency of Pandoc, for which packages are not available on some desirable operating systems, as arranged in a8ab2cf. Also added the new install-man target as one of the default subtargets of `install`.
* Rename "dist" to "install"Tom Ryder2017-04-091-12/+0
|
* Install shell types conditionally on $SHELLTom Ryder2017-04-071-0/+12
d class='commitgraph'>* Add stock Debian Zsh completionTom Ryder2017-01-101-0/+19 * Use `source` not `.` in zshrcTom Ryder2017-01-061-1/+1 * Fix up zshrc a bitTom Ryder2017-01-031-3/+5 * Fix a zsh-as-sh/ksh-specific issueTom Ryder2016-12-301-0/+28 * Tell ShellCheck to ignore an errorTom Ryder2016-12-271-0/+1 * Realised easy win avoiding subshellsTom Ryder2016-12-271-11/+2 * Port keep() to zshTom Ryder2016-12-221-0/+147 * Not as heretical as I thought :(Tom Ryder2016-12-211-2/+1 * Fix extension of zsh subfileTom Ryder2016-12-191-0/+0 * Request version with "ver" shortcut not promptTom Ryder2016-12-191-0/+4 * Inline a file exist-source testTom Ryder2016-12-191-3/+1 * Remove TMUX SHLVL crap from zsh configTom Ryder2016-12-191-7/+0 * Attempt a much saner approach to managing SHLVLTom Ryder2016-12-191-3/+2 * Color Zsh prompt distinctivelyTom Ryder2016-12-171-1/+1 * Port prompt SHLVL behaviour to zshTom Ryder2016-12-092-0/+14 * Correct check of --is-work-tree testTom Ryder2016-10-151-1/+1 * Fork bash prompt changes to zshTom Ryder2016-09-201-63/+66 * Fix an issue (silencing Git prompt errors)Tom Ryder2016-09-081-1/+1 * Restore old code for describing Git prompt commitTom Ryder2016-09-071-1/+2 * Port Bash prompt improvements to ZshTom Ryder2016-09-011-33/+25 * Port Bash prompt to ZshTom Ryder2016-08-272-2/+219 * Drastically limit amount of history keptTom Ryder2016-08-18