| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mutt: Update indicator colorHEADmain | Benjamin Linskey | 4 days | 1 | -1/+1 |
| | | |||||
| * | mutt: Add context lines | Benjamin Linskey | 4 days | 1 | -0/+4 |
| | | |||||
| * | mutt: Fix formatting | Benjamin Linskey | 4 days | 1 | -1/+1 |
| | | |||||
| * | tmux: Change active pane border color | Benjamin Linskey | 5 days | 1 | -0/+1 |
| | | |||||
| * | mutt: Update colors | Benjamin Linskey | 5 days | 1 | -3/+2 |
| | | |||||
| * | mutt: Update colors | Benjamin Linskey | 5 days | 1 | -12/+12 |
| | | |||||
| * | vim: Set ft=conf for muttrc | Benjamin Linskey | 5 days | 1 | -0/+2 |
| | | | | | | The default filetype for muttrc displays spurious errors in its syntax highlighting. | ||||
| * | Add mutt files | Benjamin Linskey | 5 days | 3 | -0/+93 |
| | | |||||
| * | git: Update signing key | Benjamin Linskey | 6 days | 1 | -1/+1 |
| | | |||||
| * | Fix FreeBSD .editrc symlink | Benjamin Linskey | 6 days | 1 | -1/+1 |
| | | |||||
| * | vim: Switch color scheme to halation.vim | Benjamin Linskey | 7 days | 2 | -2/+3 |
| | | |||||
| * | tmux: Update styling | Benjamin Linskey | 7 days | 1 | -2/+6 |
| | | | | | | Change colors to white on dark purple and make selected window label bold. | ||||
| * | Terminal.app: Replace profile | Benjamin Linskey | 7 days | 1 | -74/+93 |
| | | |||||
| * | git: Enable color | Benjamin Linskey | 7 days | 1 | -1/+1 |
| | | |||||
| * | Disable color in git | Benjamin Linskey | 12 days | 1 | -1/+1 |
| | | |||||
| * | Fix .editorconfig with separate src volume on Mac | Benjamin Linskey | 13 days | 1 | -0/+7 |
| | | |||||
| * | Handle FreeBSD-specific .editrc binding | Benjamin Linskey | 13 days | 3 | -1/+7 |
| | | |||||
| * | Remove dangling symlinks on uninstall | Benjamin Linskey | 13 days | 1 | -0/+2 |
| | | |||||
| * | Switch back to a couple of vim defaults | Benjamin Linskey | 13 days | 1 | -2/+0 |
| | | |||||
| * | Switch to my custom color scheme | Benjamin Linskey | 13 days | 2 | -4/+2 |
| | | |||||
| * | Replace Terminal.app profile | Benjamin Linskey | 13 days | 3 | -306/+295 |
| | | |||||
| * | vim: Disable netrw directory history | Benjamin Linskey | 2026-05-30 | 1 | -0/+3 |
| | | |||||
| * | Add "clean" and "uninstall" makefile targets | Benjamin Linskey | 2026-05-30 | 3 | -4/+23 |
| | | |||||
| * | Move Vim repos to project directory | Benjamin Linskey | 2026-05-30 | 3 | -5/+7 |
| | | |||||
| * | Allow branch specification for Vim plugins | Benjamin Linskey | 2026-05-29 | 1 | -3/+11 |
| | | |||||
| * | Move Vim ctrlp cache to .cache directory | Benjamin Linskey | 2026-05-28 | 1 | -1/+1 |
| | | |||||
| * | Ensure ~/tmp and ~/.cache exist | Benjamin Linskey | 2026-05-28 | 1 | -0/+3 |
| | | |||||
| * | Export GPG_TTY in .shrc | Benjamin Linskey | 2026-05-27 | 1 | -0/+2 |
| | | |||||
| * | Only install Vim plugins if vim is present | Benjamin Linskey | 2026-05-26 | 1 | -6/+6 |
| | | | | | This also consolidates vim-related code. | ||||
| * | Improve formatting in install.sh | Benjamin Linskey | 2026-05-26 | 1 | -6/+14 |
| | | |||||
| * | Install Vim plugins in ~/.vim-plugins | Benjamin Linskey | 2026-05-26 | 2 | -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 script | Benjamin Linskey | 2026-05-26 | 2 | -7/+13 |
| | | |||||
| * | Remove Vim plugins | Benjamin Linskey | 2026-05-26 | 2369 | -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.conf | Benjamin Linskey | 2026-05-25 | 1 | -1/+1 |
| | | |||||
| * | Remvoe duplicate line in .editorconfig | Benjamin Linskey | 2026-05-24 | 1 | -1/+0 |
| | | |||||
| * | Default to 8-character tabs in .editorconfig | Benjamin Linskey | 2026-05-24 | 1 | -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 Python | Benjamin Linskey | 2026-05-22 | 1 | -0/+8 |
| | | |||||
| * | Fix .editorconfig git commit message line length | Benjamin Linskey | 2026-05-22 | 1 | -0/+4 |
| | | | | | | EditorConfig's global setting was overriding my explicitly defined Vim setting for textwidth for the gitcommit filetype. | ||||
| * | Add .local/bin to PATH | Benjamin Linskey | 2026-05-09 | 1 | -1/+1 |
| | | |||||
| * | Add bash support for Linux | Benjamin Linskey | 2026-05-09 | 2 | -0/+8 |
| | | |||||
| * | Change find arg to improve portability | Benjamin Linskey | 2026-05-09 | 1 | -1/+1 |
| | | | | | GNU find doesn't implement the "-depth n" option. | ||||
| * | Don't symlink .git | Benjamin Linskey | 2026-05-06 | 1 | -1/+1 |
| | | |||||
| * | Consolidate shell rc files | Benjamin Linskey | 2026-05-05 | 3 | -22/+3 |
| | | |||||
| * | Remove non-OpenBSD prompt code in .kshrc | Benjamin Linskey | 2026-05-05 | 1 | -12/+1 |
| | | |||||
| * | Print full path in ksh prompt | Benjamin Linskey | 2026-05-05 | 1 | -1/+1 |
| | | |||||
| * | Remove .bashrc | Benjamin Linskey | 2026-05-05 | 1 | -21/+0 |
| | | |||||
| * | Fix some .profile problems reported by shellcheck | Benjamin Linskey | 2026-05-05 | 1 | -7/+8 |
| | | |||||
| * | Remove zsh files | Benjamin Linskey | 2026-05-05 | 2 | -15/+0 |
| | | |||||
| * | Enable readline tab completion | Benjamin Linskey | 2026-05-05 | 1 | -0/+1 |
| | | |||||
| * | Wrap a long line in makefile | Benjamin Linskey | 2026-05-05 | 1 | -1/+2 |
| | | |||||