Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix Library install condition | June McEnroe | 2017-05-25 | |
| | ||||
* | Revert "Remove macOS keyboard layout" | June McEnroe | 2017-05-25 | |
| | | | | This reverts commit ba72f89c0354810ff576ea9892db55dfa9844dca. | |||
* | Fix copy mode bindings for tmux 2.4 | June McEnroe | 2017-05-08 | |
| | | | | Incompatible change that makes no sense to me. | |||
* | Remove option unnecessary in nvim 0.2 | June McEnroe | 2017-05-02 | |
| | ||||
* | Reorder lines in psqlrc | June McEnroe | 2017-05-01 | |
| | ||||
* | Clean up Karabiner configuration | June McEnroe | 2017-05-01 | |
| | ||||
* | Fix prune script loop | June McEnroe | 2017-05-01 | |
| | | | | | For loop was getting one string with several paths separated by newlines. | |||
* | Fix prune script | June McEnroe | 2017-05-01 | |
| | | | | | The for loop was overriding zsh's $path variable, causing it to not be able to find rm. | |||
* | Clean up SSH config | June McEnroe | 2017-05-01 | |
| | ||||
* | Rename colorscheme "trivial" | June McEnroe | 2017-05-01 | |
| | ||||
* | Update vendored pathogen | June McEnroe | 2017-05-01 | |
| | ||||
* | Clean up git config | June McEnroe | 2017-05-01 | |
| | ||||
* | Clean up style in xx | June McEnroe | 2017-05-01 | |
| | ||||
* | Clean up style in pbd | June McEnroe | 2017-05-01 | |
| | ||||
* | Use EX_OK in pbcopy | June McEnroe | 2017-05-01 | |
| | ||||
* | Clean up clock | June McEnroe | 2017-04-30 | |
| | ||||
* | Clean up error strings in bri | June McEnroe | 2017-04-30 | |
| | ||||
* | Add -u option to xx | June McEnroe | 2017-03-18 | |
| | ||||
* | Fix non-string-literal-format-string in bri | June McEnroe | 2017-03-15 | |
| | ||||
* | Fix bri compilation | June McEnroe | 2017-03-15 | |
| | | | | | cc will remove the file itself just fine. Always exit in case any of the shell commands fail. | |||
* | Use psvar for title setting | June McEnroe | 2017-03-15 | |
| | | | | | Prevents prompt expansion from happening on the command being run when it is set in the title. | |||
* | Add bri brightness control script | June McEnroe | 2017-03-14 | |
| | | | | This is probably terrible. | |||
* | Add comment to tmux terminal override | June McEnroe | 2017-03-14 | |
| | ||||
* | Have tmux set block cursor on linux console | June McEnroe | 2017-03-13 | |
| | ||||
* | Use inverse for Visual in colorscheme | June McEnroe | 2017-03-13 | |
| | ||||
* | Add console color palette script | June McEnroe | 2017-03-12 | |
| | ||||
* | Add custom keymap for console | June McEnroe | 2017-03-12 | |
| | | | | TIL the console has compose key. | |||
* | Fix OSTYPE check for ARM | June McEnroe | 2017-03-12 | |
| | | | | OSTYPE is linux-gnueabihf. | |||
* | Use Escape and i to enter/exit tmux copy mode | June McEnroe | 2017-02-27 | |
| | ||||
* | Set inccommand=nosplit | June McEnroe | 2017-02-22 | |
| | ||||
* | Set inccommand=split | June McEnroe | 2017-02-22 | |
| | ||||
* | Use Hermit font in iTerm | June McEnroe | 2017-02-19 | |
| | ||||
* | Remove may | June McEnroe | 2017-02-14 | |
| | ||||
* | Add W command in vim | June McEnroe | 2017-02-06 | |
| | ||||
* | Add nasd function | June McEnroe | 2017-02-01 | |
| | ||||
* | Highlight Ruby symbols as strings | June McEnroe | 2017-01-30 | |
| | ||||
* | Remove broken gem bin path from path | June McEnroe | 2017-01-26 | |
| | ||||
* | Remove macOS keyboard layout | June McEnroe | 2017-01-25 | |
| | | | | Does not work in all apps. | |||
* | Use 127.0.0.1 instead of localhost in SSH config | June McEnroe | 2017-01-22 | |
| | ||||
* | Set shiftwidth=2 for sh and zsh | June McEnroe | 2017-01-22 | |
| | ||||
* | Add short descriptions to C utilities | June McEnroe | 2017-01-21 | |
| | ||||
* | Update README | June McEnroe | 2017-01-21 | |
| | ||||
* | Use zsh for shell scripts | June McEnroe | 2017-01-21 | |
| | ||||
* | Group git aliases | June McEnroe | 2017-01-20 | |
| | ||||
* | Clean up zshrc | June McEnroe | 2017-01-20 | |
| | ||||
* | Set PATH manually | June McEnroe | 2017-01-20 | |
| | ||||
* | Switch back to 10-minute increments in clock | June McEnroe | 2017-01-20 | |
| | | | | And do it properly this time. | |||
* | Modulo next hour by 24 in clock | June McEnroe | 2017-01-20 | |
| | ||||
* | Switch clock to 6-minute graduations | June McEnroe | 2017-01-19 | |
| | ||||
* | Revert "Show one digit of each hour in clock" | June McEnroe | 2017-01-19 | |
| | | | | This reverts commit a3555612b6814bdfce0cbc6110891e61252d3980. |