summary refs log tree commit diff
path: root/.config (follow)
Commit message (Expand)AuthorAge
* Use shiftwidth=4 as defaultJune McEnroe2016-09-27
* Set shiftwidth=4 for CJune McEnroe2016-09-20
* Rename colorscheme to lameJune McEnroe2016-09-08
* Color rubyStringDelimiter as StringJune McEnroe2016-08-29
* Highlight rubyDefine as StructureJune McEnroe2016-08-24
* Remove scroll bindings from nvim configJune McEnroe2016-08-23
* Highlight Search with black foregroundJune McEnroe2016-08-17
* Remove gruvboxJune McEnroe2016-08-15
* Color PreProc DarkGreenJune McEnroe2016-07-30
* Color Structure and Typedef in grayJune McEnroe2016-07-29
* Color comments DarkBlue and LightBlueJune McEnroe2016-07-27
* Color macros in yellowJune McEnroe2016-07-27
* Colorscheme colors and schemesJune McEnroe2016-07-26
* Add ''subtle'' colorschemeJune McEnroe2016-07-26
* Add htoprcJune McEnroe2016-07-26
* Disable cursorlineJune McEnroe2016-07-18
* Use hard constrast gruvbox darkJune McEnroe2016-07-18
* Pull latest pathogen and gruvboxJune McEnroe2016-07-15
* 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
* Set undofileJune McEnroe2016-06-18
* Set background in nvim from iTerm profileJune McEnroe2016-05-16
* Set gruvbox vert split relative to backgroundJune McEnroe2016-05-15
* Remove explicit syntax/filetype onJune McEnroe2016-04-29
* Add git config override includeJune McEnroe2016-04-07
* Always sign git commitsJune McEnroe2016-04-06
* 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
* Map scroll wheel in nvimJune McEnroe2016-02-09
* Move gitconfigJune McEnroe2016-02-05
* Add nvim configurationJune McEnroe2016-02-05
* Clean up .gitconfigJune McEnroe2016-01-25
* Remove unused configsJune McEnroe2013-10-14
* Use default client keysJune McEnroe2013-06-09
* Update terminal configurationJune McEnroe2013-05-30
* Float mplayer2 windowsJune McEnroe2013-05-08
* Update awesome themeJune McEnroe2013-05-04
* Update terminal colors with proper base16 paletteJune McEnroe2013-04-27
* Update location of Xfce4-Terminal configurationJune McEnroe2013-04-27
* Fix terminal colorsJune McEnroe2013-04-23
* Simplify autostartJune McEnroe2013-03-22
* Actually port awesome config to 3.5June McEnroe2013-01-26
* Port awesome config to 3.5June McEnroe2013-01-26
* Float feh windowsJune McEnroe2012-11-04
* Use transparent backgrounds in awesomeJune McEnroe2012-10-07
'>2021-06-09Use seprintf for capListJune McEnroe 2021-06-09Add seprintfJune McEnroe Based on seprint(2) from Plan 9. I'm not sure if my return value exactly matches Plan 9's in the case of truncation. seprint(2) is described only as returning a pointer to the terminating '\0', but if it does so even in the case of truncation, it is awkward for the caller to detect. This implementation returns end in the truncation case, so that (ptr == end) indicates truncation. 2021-05-27Add pounce-notify to README 2.4June McEnroe 2021-05-27Fix ENVIRONMENT formatting in pounce-notify(1)June McEnroe 2021-05-27Add note about Libera.Chat SASL-only rangesJune McEnroe 2021-05-25Add QUIRKS fileJune McEnroe 2021-05-19Replace freenode with tilde.chatJune McEnroe 2021-05-04notify: Reword pounce-notify manualJune McEnroe 2021-05-02Clean up Makefiles, configure scriptsJune McEnroe Default MANDIR to ${PREFIX}/man since it turns out man-db includes /usr/local/man by default. Add support for BINDIR. Separate libs out into LDADD variables. 2021-04-30palaver: Exit on getopt failureJune McEnroe Oops. 2021-04-30notify: Implement pounce-notifyJune McEnroe