aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mutt: Update indicator colorHEADmainBenjamin Linskey4 days1-1/+1
|
* mutt: Add context linesBenjamin Linskey4 days1-0/+4
|
* mutt: Fix formattingBenjamin Linskey4 days1-1/+1
|
* tmux: Change active pane border colorBenjamin Linskey5 days1-0/+1
|
* mutt: Update colorsBenjamin Linskey5 days1-3/+2
|
* mutt: Update colorsBenjamin Linskey5 days1-12/+12
|
* vim: Set ft=conf for muttrcBenjamin Linskey5 days1-0/+2
| | | | | The default filetype for muttrc displays spurious errors in its syntax highlighting.
* Add mutt filesBenjamin Linskey5 days3-0/+93
|
* git: Update signing keyBenjamin Linskey6 days1-1/+1
|
* Fix FreeBSD .editrc symlinkBenjamin Linskey6 days1-1/+1
|
* vim: Switch color scheme to halation.vimBenjamin Linskey7 days2-2/+3
|
* tmux: Update stylingBenjamin Linskey7 days1-2/+6
| | | | | Change colors to white on dark purple and make selected window label bold.
* Terminal.app: Replace profileBenjamin Linskey7 days1-74/+93
|
* git: Enable colorBenjamin Linskey7 days1-1/+1
|
* Disable color in gitBenjamin Linskey12 days1-1/+1
|
* Fix .editorconfig with separate src volume on MacBenjamin Linskey13 days1-0/+7
|
* Handle FreeBSD-specific .editrc bindingBenjamin Linskey13 days3-1/+7
|
* Remove dangling symlinks on uninstallBenjamin Linskey13 days1-0/+2
|
* Switch back to a couple of vim defaultsBenjamin Linskey13 days1-2/+0
|
* Switch to my custom color schemeBenjamin Linskey13 days2-4/+2
|
* Replace Terminal.app profileBenjamin Linskey13 days3-306/+295
|
* vim: Disable netrw directory historyBenjamin Linskey2026-05-301-0/+3
|
* Add "clean" and "uninstall" makefile targetsBenjamin Linskey2026-05-303-4/+23
|
* Move Vim repos to project directoryBenjamin Linskey2026-05-303-5/+7
|
* Allow branch specification for Vim pluginsBenjamin Linskey2026-05-291-3/+11
|
* Move Vim ctrlp cache to .cache directoryBenjamin Linskey2026-05-281-1/+1
|
* Ensure ~/tmp and ~/.cache existBenjamin Linskey2026-05-281-0/+3
|
* Export GPG_TTY in .shrcBenjamin Linskey2026-05-271-0/+2
|
* Only install Vim plugins if vim is presentBenjamin Linskey2026-05-261-6/+6
| | | | This also consolidates vim-related code.
* Improve formatting in install.shBenjamin Linskey2026-05-261-6/+14
|
* Install Vim plugins in ~/.vim-pluginsBenjamin Linskey2026-05-262-0/+22
| | | | | | This clones the plugins outside of ~/.vim and symlinks them into place, keeping them out of this repository and allowing us to clone their full history while avoiding the complexity of Git subtrees.
* Move makefile commands to a separate scriptBenjamin Linskey2026-05-262-7/+13
|
* Remove Vim pluginsBenjamin Linskey2026-05-262369-137064/+0
| | | | | Switching to a different approach that allows the plugins to exist as separate repositories outside of this repository.
* Fix an error in .tmux.confBenjamin Linskey2026-05-251-1/+1
|
* Remvoe duplicate line in .editorconfigBenjamin Linskey2026-05-241-1/+0
|
* Default to 8-character tabs in .editorconfigBenjamin Linskey2026-05-241-2/+3
| | | | | | This is the traditional standard used in BSD config files and so forth, so it makes sense to set this as the default and add specific exceptions for particular file types.
* Add EditorConfig rules for YAML and PythonBenjamin Linskey2026-05-221-0/+8
|
* Fix .editorconfig git commit message line lengthBenjamin Linskey2026-05-221-0/+4
| | | | | EditorConfig's global setting was overriding my explicitly defined Vim setting for textwidth for the gitcommit filetype.
* Add .local/bin to PATHBenjamin Linskey2026-05-091-1/+1
|
* Add bash support for LinuxBenjamin Linskey2026-05-092-0/+8
|
* Change find arg to improve portabilityBenjamin Linskey2026-05-091-1/+1
| | | | GNU find doesn't implement the "-depth n" option.
* Don't symlink .gitBenjamin Linskey2026-05-061-1/+1
|
* Consolidate shell rc filesBenjamin Linskey2026-05-053-22/+3
|
* Remove non-OpenBSD prompt code in .kshrcBenjamin Linskey2026-05-051-12/+1
|
* Print full path in ksh promptBenjamin Linskey2026-05-051-1/+1
|
* Remove .bashrcBenjamin Linskey2026-05-051-21/+0
|
* Fix some .profile problems reported by shellcheckBenjamin Linskey2026-05-051-7/+8
|
* Remove zsh filesBenjamin Linskey2026-05-052-15/+0
|
* Enable readline tab completionBenjamin Linskey2026-05-051-0/+1
|
* Wrap a long line in makefileBenjamin Linskey2026-05-051-1/+2
|