summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add vendoring scriptJune McEnroe2016-07-15
* Use vi editing mode in readlineJune McEnroe2016-07-11
* Highlight backquote strings in NASMJune McEnroe2016-07-09
* Force ft=nasm for *.asm and *.macJune McEnroe2016-07-09
* Highlight numbers with underscores in NASMJune McEnroe2016-07-09
* Vendor NASM syntax fileJune McEnroe2016-07-09
* Swap square brackets and bracesJune McEnroe2016-07-08
* Forward SSH agent to *.localJune McEnroe2016-07-04
* Check one directory up for .git/HEADJune McEnroe2016-06-20
* Set undofileJune McEnroe2016-06-18
* Use more as pager in psqlJune McEnroe2016-06-17
* Set PAGER=lessJune McEnroe2016-06-09
* Add port to april ssh configJune McEnroe2016-06-06
* Add april to SSHJune McEnroe2016-05-28
* Set background in nvim from iTerm profileJune McEnroe2016-05-16
* Add light iTerm profileJune McEnroe2016-05-15
* Set gruvbox vert split relative to backgroundJune McEnroe2016-05-15
* Cache GPG key for half an hourJune McEnroe2016-05-15
* Test for linux insteadJune McEnroe2016-04-29
* Remove explicit syntax/filetype onJune McEnroe2016-04-29
* Remove gvim=mvim aliasJune McEnroe2016-04-12
* Detect Darwin or *BSD for aliasesJune McEnroe2016-04-12
* Use default pinentry and set GPG_TTYJune McEnroe2016-04-07
* Add git config override includeJune McEnroe2016-04-07
* Simplify install scriptJune McEnroe2016-04-06
* Add gpg-agent to READMEJune McEnroe2016-04-06
* Always sign git commitsJune McEnroe2016-04-06
* Use standard socket for gpg-agentJune McEnroe2016-04-06
* Set iTerm font to PointfreeJune McEnroe2016-04-06
* Add gpg-agent configJune McEnroe2016-04-05
* Remove git push configJune McEnroe2016-03-31
* Map nohlsearch to default <leader><leader>June McEnroe2016-03-15
* Set splitbelow splitrightJune McEnroe2016-02-23
* Revert "Enable nvim set cursor shape"June McEnroe2016-02-19
* Enable nvim set cursor shapeJune McEnroe2016-02-19
* Fix rprompt truncationJune McEnroe2016-02-19
* Map scroll wheel in nvimJune McEnroe2016-02-09
* Always render fonts with thin strokesJune McEnroe2016-02-08
* Fix iTerm bold colorJune McEnroe2016-02-06
* Disable iTerm transparencyJune McEnroe2016-02-05
* Update configurations list in readmeJune McEnroe2016-02-05
* Move gitconfigJune McEnroe2016-02-05
* Add nvim configurationJune McEnroe2016-02-05
* More iTerm configuration tweaksJune McEnroe2016-02-04
* Update to iTerm 2.9 betaJune McEnroe2016-02-03
* Spawn non-login shells in iTermJune McEnroe2016-01-31
* Remove linux gvim aliasJune McEnroe2016-01-28
* Rewrite zshrcJune McEnroe2016-01-28
* Strip out useless commentsJune McEnroe2016-01-28
* Trim tmux configurationJune McEnroe2016-01-28
or sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe