summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Fix Library install conditionJune McEnroe2017-05-25
|
* Revert "Remove macOS keyboard layout"June McEnroe2017-05-25
| | | | This reverts commit ba72f89c0354810ff576ea9892db55dfa9844dca.
* Fix copy mode bindings for tmux 2.4June McEnroe2017-05-08
| | | | Incompatible change that makes no sense to me.
* Remove option unnecessary in nvim 0.2June McEnroe2017-05-02
|
* Reorder lines in psqlrcJune McEnroe2017-05-01
|
* Clean up Karabiner configurationJune McEnroe2017-05-01
|
* Fix prune script loopJune McEnroe2017-05-01
| | | | | For loop was getting one string with several paths separated by newlines.
* Fix prune scriptJune McEnroe2017-05-01
| | | | | The for loop was overriding zsh's $path variable, causing it to not be able to find rm.
* Clean up SSH configJune McEnroe2017-05-01
|
* Rename colorscheme "trivial"June McEnroe2017-05-01
|
* Update vendored pathogenJune McEnroe2017-05-01
|
* Clean up git configJune McEnroe2017-05-01
|
* Clean up style in xxJune McEnroe2017-05-01
|
* Clean up style in pbdJune McEnroe2017-05-01
|
* Use EX_OK in pbcopyJune McEnroe2017-05-01
|
* Clean up clockJune McEnroe2017-04-30
|
* Clean up error strings in briJune McEnroe2017-04-30
|
* Add -u option to xxJune McEnroe2017-03-18
|
* Fix non-string-literal-format-string in briJune McEnroe2017-03-15
|
* Fix bri compilationJune McEnroe2017-03-15
| | | | | cc will remove the file itself just fine. Always exit in case any of the shell commands fail.
* Use psvar for title settingJune McEnroe2017-03-15
| | | | | Prevents prompt expansion from happening on the command being run when it is set in the title.
* Add bri brightness control scriptJune McEnroe2017-03-14
| | | | This is probably terrible.
* Add comment to tmux terminal overrideJune McEnroe2017-03-14
|
* Have tmux set block cursor on linux consoleJune McEnroe2017-03-13
|
* Use inverse for Visual in colorschemeJune McEnroe2017-03-13
|
* Add console color palette scriptJune McEnroe2017-03-12
|
* Add custom keymap for consoleJune McEnroe2017-03-12
| | | | TIL the console has compose key.
* Fix OSTYPE check for ARMJune McEnroe2017-03-12
| | | | OSTYPE is linux-gnueabihf.
* Use Escape and i to enter/exit tmux copy modeJune McEnroe2017-02-27
|
* Set inccommand=nosplitJune McEnroe2017-02-22
|
* Set inccommand=splitJune McEnroe2017-02-22
|
* Use Hermit font in iTermJune McEnroe2017-02-19
|
* Remove mayJune McEnroe2017-02-14
|
* Add W command in vimJune McEnroe2017-02-06
|
* Add nasd functionJune McEnroe2017-02-01
|
* Highlight Ruby symbols as stringsJune McEnroe2017-01-30
|
* Remove broken gem bin path from pathJune McEnroe2017-01-26
|
* Remove macOS keyboard layoutJune McEnroe2017-01-25
| | | | Does not work in all apps.
* Use 127.0.0.1 instead of localhost in SSH configJune McEnroe2017-01-22
|
* Set shiftwidth=2 for sh and zshJune McEnroe2017-01-22
|
* Add short descriptions to C utilitiesJune McEnroe2017-01-21
|
* Update READMEJune McEnroe2017-01-21
|
* Use zsh for shell scriptsJune McEnroe2017-01-21
|
* Group git aliasesJune McEnroe2017-01-20
|
* Clean up zshrcJune McEnroe2017-01-20
|
* Set PATH manuallyJune McEnroe2017-01-20
|
* Switch back to 10-minute increments in clockJune McEnroe2017-01-20
| | | | And do it properly this time.
* Modulo next hour by 24 in clockJune McEnroe2017-01-20
|
* Switch clock to 6-minute graduationsJune McEnroe2017-01-19
|
* Revert "Show one digit of each hour in clock"June McEnroe2017-01-19
| | | | This reverts commit a3555612b6814bdfce0cbc6110891e61252d3980.