aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Spell-checked and corrected README.mdTom Ryder2017-11-071-36/+36
| | | | | I need to decide whether I'm using NZ or US English. I've made all of this US English for now.
* Add heading for Vim plugins subsectionTom Ryder2017-11-041-0/+2
|
* Update README to mention Vim pluginsTom Ryder2017-11-041-1/+11
|
* Add ~/.tidyrc and accompanying Makefile targetTom Ryder2017-11-041-0/+1
| | | | | | | | | This target also installs a short shell script in ~/.profile.d to set and export the HTML_TIDY environment variable that defines the path to the configuration file. tidy(1) seems to need this to be explicitly set with a default build, as far as I can tell. This pairs nicely with the settings in vim/ftplugin/html.vim.
* Update documentation to reflect ftplugin changesTom Ryder2017-11-041-2/+6
|
* Correct two paths in README.markdownTom Ryder2017-10-301-2/+2
| | | | | We're referring to the installed path and not the sourced path in this paragraph.
* Replace PerlCritic HTTPS URL prefix with HTTPTom Ryder2017-10-301-1/+1
| | | | perlcritic.com does not seem to support HTTPS.
* Add a `lint-vim` target for linting Vim configTom Ryder2017-10-301-4/+14
| | | | | | | | | Since I know there's a usable tool for this now in vim-vint, I may as well make a target for my own convenience later. Updated the README.markdown documentation of the `lint-*` targets, restructuring the paragraph into a nested list for clarity. Also updated the `dotfiles(7)` manual page to reflect those changes.
* Adjust description of Vim configurationTom Ryder2017-10-291-7/+12
| | | | Mostly to reflect its split into subfiles in ~/.vim/config.
* Rename .markdown files to .mdTom Ryder2017-10-281-0/+603
|
* Rename, reorganise, hard-wrap README file.Tom Ryder2012-05-281-19/+0
| | | | | Sorry to anyone watching the repository, I'm still kind of enthralled with Markdown.
* Wrong license.Tom Ryder2012-05-221-1/+1
|
* Add URL to my name as a linkTom Ryder2012-05-221-1/+1
|
* Correct Markdown URL errorTom Ryder2012-05-221-1/+1
|
* Rename installation scriptTom Ryder2012-05-221-1/+1
|
* Install script should clone executablyTom Ryder2012-05-221-1/+1
|
* Add warning about submodulesTom Ryder2012-05-221-1/+1
|
* Replace README with Markdown, add licenseTom Ryder2012-05-221-0/+19
I'll improve on this a bit later.