summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Set Folded highlight in trivialJune McEnroe2017-06-15
|
* Fix install scriptJune McEnroe2017-06-12
|
* Add untested install scriptJune McEnroe2017-06-10
|
* Add .hushloginJune McEnroe2017-06-10
|
* Rename install.sh to link.shJune McEnroe2017-06-10
|
* Clean up READMEJune McEnroe2017-06-10
|
* Move files to one files directoryJune McEnroe2017-06-10
|
* Move console.sh to linux directoryJune McEnroe2017-06-10
|
* Move iTerm configuration into a directoryJune McEnroe2017-06-10
|
* Remove Karabiner config and move key layoutsJune McEnroe2017-06-10
| | | | | | | | | Custom layouts allow me to drop Karabiner, which is necessary since it still doesn't work on Sierra. Moved the keylayout files to be just files since installing them with symlinks doesn't work very well, they need to be installed with Ukelele. I should find out what it does though.
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
|
* Remove Programming keyboard layoutJune McEnroe2017-06-10
| | | | | It's broken and should be redone in the same way as CodeTarmak1 if I need a QWERTY programming layout again.
* Add Code Tarmak 1 layoutJune McEnroe2017-06-09
|
* Remap keys in vim for Tarmak 1 more sensiblyJune McEnroe2017-06-09
|
* Add iTerm light profile and disable hotkeyJune McEnroe2017-06-07
|
* Remap C-w {n,e} in vim for Tarmak 1June McEnroe2017-06-07
|
* Rebind hnel in vim for Tarmak 1June McEnroe2017-06-06
|
* Use C-space as tmux prefixJune McEnroe2017-06-06
| | | | In an attempt to be layout agnostic.
* Add Tarmak layoutsJune McEnroe2017-06-06
| | | | From <https://github.com/sblaurock/tarmak-layouts>.
* Rename keyboard layout ProgrammingJune McEnroe2017-05-26
|
* 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
|