2024-11-06 18:01 | nvim: update plugins | Chris Bracken | 1 | +2 | -2 |
2024-11-04 22:00 | nvim: update package versions | Chris Bracken | 1 | +6 | -6 |
2024-11-04 21:59 | zed: Add Obj-C[++] filetypes | Chris Bracken | 1 | +4 | -0 |
2024-11-04 21:59 | gh: add assigned, fissue aliases | Chris Bracken | 1 | +2 | -0 |
2024-11-01 22:27 | zsh: add cc_host, cc_ios, cc_sim aliases | Chris Bracken | 1 | +6 | -0 |
2024-09-26 23:49 | vim: update plugins | Chris Bracken | 1 | +7 | -7 |
2024-09-24 21:59 | user-dirs: Add missing period to comment | Chris Bracken | 1 | +1 | -1 |
2024-09-05 21:58 | vim: eliminate nvim-cmp | Chris Bracken | 2 | +2 | -51 |
2024-09-05 00:42 | vim: eliminate comment plugin | Chris Bracken | 2 | +0 | -6 |
2024-09-05 00:27 | vim: eliminate <leader>cd shortcut | Chris Bracken | 1 | +0 | -2 |
2024-09-05 00:27 | vim: update plugin versions | Chris Bracken | 1 | +5 | -5 |
2024-08-31 22:33 | vim: replace <leader>dq mapping with <leader>qf | Chris Bracken | 1 | +1 | -1 |
2024-08-31 17:48 | vim: eliminate lsp-kind plugin | Chris Bracken | 3 | +11 | -12 |
2024-08-31 15:37 | vim: use quickfix list in place of Trouble | Chris Bracken | 3 | +1 | -13 |
2024-08-31 15:35 | vim: use netrw instead of nvim-tree | Chris Bracken | 3 | +6 | -30 |
2024-08-31 15:32 | vim: update Lazy | Chris Bracken | 1 | +1 | -1 |
2024-08-31 00:53 | vim: avoid nerd font icons emoji already exist | Chris Bracken | 2 | +29 | -1 |
2024-08-29 16:45 | vim: update plugins | Chris Bracken | 1 | +2 | -2 |
2024-08-28 14:40 | vim: update gitsigns | Chris Bracken | 1 | +1 | -1 |
2024-08-28 14:37 | vim: only set up language servers if installed | Chris Bracken | 1 | +21 | -11 |
2024-08-27 17:45 | vim: update package versions | Chris Bracken | 1 | +1 | -1 |
2024-08-27 17:42 | vim: fix mouse disabling | Chris Bracken | 1 | +1 | -3 |
2024-08-27 05:38 | bin: add embedder command | Chris Bracken | 1 | +20 | -0 |
2024-08-27 05:11 | gpg: add OS-specific pinentry handling | Chris Bracken | 2 | +11 | -0 |
2024-08-27 04:50 | gitignore: ignore .gnupg other than config files | Chris Bracken | 1 | +3 | -0 |
2024-08-27 03:37 | gitignore: add work, badly-behaved apps | Chris Bracken | 1 | +19 | -11 |
2024-08-27 04:01 | vim: use cmp for completion in general | Chris Bracken | 1 | +0 | -16 |
2024-08-26 06:28 | vim: add completion plugin | Chris Bracken | 3 | +83 | -2 |
2024-08-27 03:27 | vim: conditionally add flutter buildroot to path | Chris Bracken | 2 | +10 | -0 |
2024-08-27 03:26 | vim: map <leader>fs to fzf search document symbols | Chris Bracken | 1 | +1 | -0 |
2024-08-26 04:54 | vim: add Comment.nvim plugin | Chris Bracken | 2 | +6 | -0 |
2024-08-26 04:54 | vim: add dressing plugin | Chris Bracken | 2 | +6 | -0 |
2024-08-26 04:53 | vim: pass opts config structure for Lua plugins | Chris Bracken | 2 | +7 | -1 |
2024-08-26 04:47 | Set NvimTree width to 50 | Chris Bracken | 1 | +1 | -1 |
2024-08-26 01:34 | vim: use fancy icons for diagnostics | Chris Bracken | 1 | +6 | -0 |
2024-08-26 01:14 | vim: add nvim-web-devicons dep for fzf/trouble | Chris Bracken | 1 | +5 | -1 |
2024-08-26 01:00 | vim: prefix Trouble mappings with q | Chris Bracken | 1 | +5 | -5 |
2024-08-26 00:45 | vim: prefix fzf leader mappings with f | Chris Bracken | 1 | +5 | -5 |
2024-08-26 00:44 | vim: add keymapping to toggle diagnostics | Chris Bracken | 2 | +6 | -6 |
2024-08-26 00:42 | vim: inline line numbering toggling | Chris Bracken | 1 | +3 | -6 |
2024-08-25 22:55 | vim: add nvim-tree plugin | Chris Bracken | 2 | +28 | -0 |
2024-08-25 22:36 | vim: update plugin configuration | Chris Bracken | 3 | +9 | -10 |
2024-08-25 21:37 | vim: rename keymappings.lua to keymaps.lua | Chris Bracken | 2 | +1 | -1 |
2024-08-25 21:22 | vim: Add Trouble.nvim plugin | Chris Bracken | 2 | +15 | -2 |
2024-08-25 21:19 | vim: reorder lua imports | Chris Bracken | 1 | +2 | -2 |
2024-08-25 21:18 | vim: move mapleader to keymappings.lua | Chris Bracken | 2 | +3 | -1 |
2024-08-25 01:11 | vim: migrate personal vimscript plugins to Lua | Chris Bracken | 11 | +19 | -148 |
2024-08-25 00:31 | vim: migrate packages from vim-plug to lazy.nvim | Chris Bracken | 12 | +135 | -95 |
2024-08-24 23:33 | vim: break config up into modules | Chris Bracken | 3 | +113 | -114 |
2024-08-24 23:25 | vim: use space as leader key | Chris Bracken | 1 | +1 | -1 |
2024-08-24 22:43 | vim: migrate neovim config to Lua | Chris Bracken | 3 | +137 | -142 |
2024-08-24 20:26 | gitignore: Ignore .config/swiftpm | Chris Bracken | 1 | +3 | -0 |
2024-08-24 20:25 | vim: sort user dictionaries | Chris Bracken | 1 | +2 | -2 |
2024-08-24 20:22 | gpg: set passphrase timeout to 12h up from 2. | Chris Bracken | 1 | +2 | -1 |
2024-08-24 20:02 | vim: add Swift support | Chris Bracken | 1 | +9 | -0 |
2024-08-24 20:15 | vim: clean up LSP config | Chris Bracken | 1 | +13 | -5 |
2024-08-24 02:13 | vim: replace vim-gitgutter with gitsigns.nvim | Chris Bracken | 2 | +4 | -1 |
2024-08-24 02:12 | vim: rename lsp.lua to plugins.lua | Chris Bracken | 3 | +7 | -6 |
2024-08-24 02:02 | vim: Add rust-analyzer lsp plugin | Chris Bracken | 1 | +1 | -0 |
2024-08-23 05:00 | zed: Update config for tip-of-tree | Chris Bracken | 1 | +5 | -3 |
2024-08-23 04:59 | vim: disable lsp diagnostics | Chris Bracken | 2 | +2 | -0 |
2024-07-28 00:08 | Add vim-beancount plugin | Chris Bracken | 1 | +1 | -0 |
2024-07-28 00:08 | Update English user dictionary | Chris Bracken | 1 | +9 | -0 |
2024-08-21 22:36 | zsh: add fbug alias for work | Chris Bracken | 1 | +3 | -0 |
2024-08-21 22:35 | gh: add config for GitHub CLI (gh) | Chris Bracken | 3 | +235 | -0 |
2024-08-21 00:54 | vim: add Dart language server support | Chris Bracken | 1 | +1 | -0 |
2024-08-21 00:52 | vim: add clangd language server support | Chris Bracken | 2 | +5 | -0 |
2024-07-30 18:01 | Configure update fzf <leader> mappings | Chris Bracken | 1 | +3 | -3 |
2024-06-06 17:33 | amfora: update colour scheme to solarized-osaka | Chris Bracken | 1 | +43 | -0 |
2024-06-06 03:36 | vim: in terminal, make ESC return to normal mode | Chris Bracken | 1 | +3 | -0 |
2024-06-06 00:39 | alacritty: swap ¥ and \ key mappings | Chris Bracken | 1 | +10 | -0 |
2024-06-06 00:22 | alacritty: use SF Mono as default font | Chris Bracken | 1 | +2 | -1 |
2024-06-06 00:15 | alacritty: copy colours from iTerm2 variant | Chris Bracken | 1 | +34 | -22 |
2024-05-25 06:45 | tmux: add key binding to clear to scroll buffer | Chris Bracken | 1 | +3 | -0 |
2024-05-25 06:43 | tmux: use implicit prefix table | Chris Bracken | 1 | +2 | -2 |
2024-05-25 06:29 | tmux: reformat comments consistently | Chris Bracken | 1 | +6 | -4 |
2024-05-25 06:24 | vim: use leader keys instead of C- for fzf | Chris Bracken | 1 | +6 | -6 |
2024-05-25 00:37 | alacritty: use solarized-osaka colour scheme | Chris Bracken | 2 | +34 | -0 |
2024-05-25 00:36 | alacritty: Convert config from yaml to toml | Chris Bracken | 2 | +24 | -29 |
2024-05-22 19:24 | vim: always show status line | Chris Bracken | 1 | +1 | -1 |
2024-05-22 00:29 | vim: use C-S-g for grep | Chris Bracken | 1 | +5 | -5 |
2024-05-22 00:24 | vim: add git plugins | Chris Bracken | 1 | +2 | -0 |
2024-05-18 03:20 | vim: Add fzf-lua plugin | Chris Bracken | 1 | +10 | -0 |
2024-05-15 06:56 | tig: set cursor colour to black on yellow | Chris Bracken | 1 | +4 | -0 |
2024-05-15 06:48 | vim: use noremap over map where reasonable | Chris Bracken | 1 | +15 | -14 |
2024-05-15 06:44 | vim: don't specify column width for .wiki files | Chris Bracken | 1 | +2 | -2 |
2024-05-15 06:43 | vim: use period at end of comments for consistency | Chris Bracken | 1 | +6 | -6 |
2024-05-15 06:41 | vim: make python indent non-conditional | Chris Bracken | 1 | +3 | -3 |
2024-05-15 06:40 | vim: eliminate colour configuration | Chris Bracken | 1 | +0 | -20 |
2024-05-15 06:36 | vim: eliminate autocmd checks | Chris Bracken | 1 | +15 | -26 |
2024-05-15 06:33 | vim: eliminate SpaceHi plugin | Chris Bracken | 1 | +0 | -8 |
2024-05-14 06:31 | gitignore: iTerm2 AppSurpport symlink | Chris Bracken | 1 | +3 | -0 |
2024-05-14 06:28 | tmux: select first pane after opening layout | Chris Bracken | 1 | +5 | -5 |
2024-05-14 06:18 | Use solarized-osaka colour scheme in tmux. | Chris Bracken | 2 | +41 | -12 |
2024-05-14 05:39 | Install solarized-osaka colorscheme | Chris Bracken | 1 | +4 | -0 |
2024-05-14 04:38 | tmux: set options recommended for nvim | Chris Bracken | 1 | +9 | -0 |
2024-05-14 04:10 | Migrate from vim config to nvim config | Chris Bracken | 22 | +243 | -248 |
2024-05-14 01:18 | Add project-specific settings for Flutter | Chris Bracken | 1 | +6 | -0 |
2024-05-14 01:17 | spell: Add café/cafés to spelling list | Chris Bracken | 1 | +2 | -0 |
2024-01-06 00:32 | Delete ClangFormat function | Chris Bracken | 1 | +0 | -13 |
2024-01-06 00:31 | Add back gn plugin | Chris Bracken | 1 | +2 | -0 |
2024-01-05 23:43 | Add LGTM to en-utf8 spell list | Chris Bracken | 1 | +1 | -0 |
2024-01-05 23:20 | Eliminate work-specific language plugins | Chris Bracken | 1 | +0 | -3 |
2024-01-05 23:34 | Eliminate guibg colours | Chris Bracken | 1 | +4 | -4 |
2024-01-05 23:18 | Eliminate go, bazel, toml plugins | Chris Bracken | 1 | +0 | -12 |
2023-10-09 18:31 | Update make install to install vim-plug | Chris Bracken | 1 | +0 | -8 |
2023-10-09 18:30 | Ignore autoload/plug.vim.old | Chris Bracken | 1 | +1 | -0 |
2023-10-09 18:25 | Eliminate the monochrome colourscheme | Chris Bracken | 1 | +0 | -2 |
2023-10-09 18:24 | Eliminate filetype wrangling | Chris Bracken | 1 | +0 | -2 |
2023-09-20 23:56 | Set colourscheme to vim-monochrome | Chris Bracken | 1 | +4 | -2 |
2023-08-30 18:35 | Sort dictionary | Chris Bracken | 1 | +92 | -86 |
2023-06-12 18:03 | Move Python formatting autocommand with others | Chris Bracken | 1 | +3 | -3 |
2023-06-12 18:03 | Remove stray period | Chris Bracken | 1 | +0 | -2 |
2023-06-12 17:57 | Remove tex, beancount, vimwiki plugins | Chris Bracken | 1 | +0 | -56 |
2023-03-18 03:31 | Set vimwiki journal path to Daily Notes dir | Chris Bracken | 1 | +1 | -0 |
2023-03-18 03:30 | Add words to English dictionary | Chris Bracken | 1 | +86 | -0 |
2023-03-16 20:25 | Disable the mouse completely in vim | Chris Bracken | 1 | +1 | -1 |
2022-06-15 02:13 | beancount: align amount on . only in beancount ft | Chris Bracken | 1 | +3 | -2 |
2022-06-07 18:03 | vimwiki: update personal wiki path | Chris Bracken | 1 | +2 | -2 |
2022-05-25 05:45 | Always use markdown syntax for files ending in md | Chris Bracken | 1 | +4 | -0 |
2022-05-25 05:43 | Disable mouse selection in xterm | Chris Bracken | 1 | +3 | -0 |
2022-05-22 01:25 | Refactor vimwiki shortcuts | Chris Bracken | 1 | +6 | -25 |
2022-05-22 01:24 | Add to user dictionary | Chris Bracken | 1 | +31 | -22 |
2022-05-20 23:46 | Update go binaries on vim-go update | Chris Bracken | 1 | +1 | -1 |
2022-04-06 17:20 | Add macOS to spelling list | Chris Bracken | 1 | +1 | -0 |
2022-02-16 01:25 | Add CurrentDate function | Chris Bracken | 1 | +16 | -1 |
2021-10-12 16:45 | Remove any predefined autocmds at startup | Chris Bracken | 1 | +6 | -0 |
2021-10-02 01:45 | Use my patched version of vimwiki | Chris Bracken | 1 | +1 | -1 |
2021-10-02 01:44 | Switch from vundle to vim-plug | Chris Bracken | 3 | +24 | -16 |
2021-10-02 01:41 | Update SpaceHi settings | Chris Bracken | 1 | +1 | -2 |
2021-10-01 16:13 | Add beancount plugin | Chris Bracken | 1 | +20 | -0 |
2021-10-01 16:13 | Add vimtex plugin for LaTeX | Chris Bracken | 1 | +1 | -0 |
2021-10-01 16:11 | Reorder plugins alphabetically | Chris Bracken | 1 | +2 | -2 |
2021-08-24 17:24 | Add toml config language plugin | Chris Bracken | 1 | +1 | -0 |
2021-07-27 21:38 | Use Home.md for diary index to match GitHub/Gitea | Chris Bracken | 1 | +3 | -0 |
2021-04-26 19:39 | Add snippet for journal entry | Chris Bracken | 2 | +14 | -0 |
2021-04-20 21:55 | Update english spelling dictionary | Chris Bracken | 1 | +19 | -0 |
2021-04-20 21:54 | Add a simple, manual snippets system | Chris Bracken | 6 | +45 | -0 |
2021-04-20 21:53 | Add gn build plugin | Chris Bracken | 1 | +1 | -0 |
2021-03-23 22:23 | Disable VimWiki URL shortening | Chris Bracken | 1 | +3 | -0 |
2021-03-23 22:21 | Use 80 cols for text, markdown, wiki | Chris Bracken | 1 | +2 | -2 |
2021-03-23 22:20 | Improve up vimrc commenting | Chris Bracken | 1 | +46 | -42 |
2020-09-28 17:25 | Update vimwiki config | Chris Bracken | 1 | +31 | -16 |
2020-08-29 16:02 | Move current date macro to snippets plugin | Chris Bracken | 2 | +4 | -4 |
2020-08-29 16:00 | Added a snippets plugin | Chris Bracken | 1 | +4 | -0 |
2020-08-29 15:57 | Update vimwiki macros to better handle two wikis | Chris Bracken | 1 | +4 | -4 |
2020-05-29 17:01 | Use %Y-%m-%d rather than %Y-%M-%d for dates | Chris Bracken | 1 | +1 | -1 |
2020-05-22 23:51 | Limit some cscope, vimwiki mappings to filetypes | Chris Bracken | 3 | +55 | -47 |
2020-05-21 08:46 | English spelling additions | Chris Bracken | 1 | +3 | -0 |
2020-05-20 18:56 | English spelling additions | Chris Bracken | 1 | +11 | -0 |
2020-05-19 19:03 | Add vimwiki | Chris Bracken | 1 | +24 | -2 |
2020-05-13 01:24 | Eliminate Ctrl-K mapping for clang-format | Chris Bracken | 1 | +0 | -2 |
2020-05-12 17:56 | Added terms to English spelling additions | Chris Bracken | 1 | +9 | -0 |
2020-05-05 16:54 | Consolidate custom functions in one place | Chris Bracken | 1 | +34 | -30 |
2020-05-05 16:52 | Update English spelling additions | Chris Bracken | 1 | +57 | -2 |
2020-05-01 00:42 | Wrap .txt, .md files at column 72 | Chris Bracken | 1 | +2 | -0 |
2020-01-19 18:22 | Set current line highlight for line numbers | Chris Bracken | 1 | +4 | -4 |
2019-07-23 08:07 | Don't set path to ** | Chris Bracken | 1 | +0 | -3 |
2019-07-08 08:15 | Document indentation options | Chris Bracken | 1 | +7 | -7 |
2019-06-30 20:34 | Add cscope.vim plugin | Chris Bracken | 1 | +69 | -0 |
2019-05-04 15:54 | Set path+=** to allow better find | Chris Bracken | 1 | +3 | -0 |
2019-02-28 00:32 | Add words to English spellcheck dictionary | Chris Bracken | 1 | +40 | -23 |
2019-02-23 21:18 | Add clang-format plugin | Chris Bracken | 1 | +5 | -1 |
2019-01-26 01:57 | Stop using custom colour scheme | Chris Bracken | 1 | +4 | -2 |
2019-01-26 01:57 | Update English dictionary | Chris Bracken | 1 | +13 | -0 |
2019-01-12 00:46 | Eliminate GUI config | Chris Bracken | 1 | +1 | -27 |
2018-11-04 22:42 | Set Pmenu, PmenuSel colours | Chris Bracken | 1 | +2 | -1 |
2018-10-20 01:12 | Return to normal mode before invoking clang-format | Chris Bracken | 1 | +2 | -2 |
2018-10-10 04:19 | Define ClangFormat() map to C-K | Chris Bracken | 1 | +14 | -0 |
2018-03-18 20:49 | Use manpage plugin for Shift-K lookups | Chris Bracken | 1 | +4 | -0 |
2017-11-08 03:41 | Set 100 columns for Obj-C and Java | Chris Bracken | 1 | +2 | -1 |
2017-11-06 20:57 | Add .netrwhist to .gitignore | Chris Bracken | 1 | +1 | -0 |
2017-10-17 17:17 | Revert to vim-one colour scheme | Chris Bracken | 1 | +9 | -3 |
2017-10-06 05:58 | Eliminate Visual ctermbg override | Chris Bracken | 1 | +0 | -3 |
2017-10-06 05:55 | Use nofrils-dark colour scheme | Chris Bracken | 1 | +3 | -6 |
2017-09-25 22:32 | Eliminate jj mapping to ESC | Chris Bracken | 1 | +1 | -2 |
2017-06-26 23:32 | Enable SpaceHi for Objective-C++ files | Chris Bracken | 1 | +1 | -1 |
2017-06-26 18:25 | Only show status line if > 1 window | Chris Bracken | 1 | +1 | -0 |
2017-06-22 19:06 | Eliminate VimWiki config | Chris Bracken | 1 | +0 | -5 |
2017-06-22 18:59 | Reorganise, document plugins | Chris Bracken | 1 | +5 | -4 |
2017-06-15 18:31 | Eliminate vim-lsc plugin | Chris Bracken | 1 | +0 | -6 |
2017-06-13 22:33 | Use Language Server Client instead of YCM (#5) | Chris Bracken | 1 | +5 | -7 |
2017-06-13 22:30 | Use font size 13 (#4) | Chris Bracken | 1 | +1 | -1 |
2017-06-13 22:28 | English spelling additions (#3) | Chris Bracken | 1 | +10 | -0 |
2017-06-13 22:25 | Improve spelling highlighting (#2) | Chris Bracken | 1 | +2 | -1 |
2017-06-13 22:22 | Update YouCompleteMe header comment (#1) | Chris Bracken | 1 | +1 | -1 |
2017-04-21 03:34 | Add Swift plugin | Chris Bracken | 1 | +1 | -0 |
2017-04-06 06:36 | Remove vimwiki | Chris Bracken | 1 | +0 | -1 |
2017-03-24 16:46 | Add spelling mistake highlight colour | Chris Bracken | 1 | +6 | -2 |
2017-03-23 21:51 | Set cterm visual selection background colour | Chris Bracken | 1 | +3 | -0 |
2017-03-23 21:46 | No background colour override in cterm | Chris Bracken | 1 | +9 | -4 |
2017-03-11 20:29 | Add SF Mono font on Mac | Chris Bracken | 1 | +1 | -1 |
2017-03-08 16:40 | Re-enable YouCompleteMe | Chris Bracken | 1 | +5 | -0 |
2017-03-08 16:39 | Slightly darker ctermbg for cursor/column mark | Chris Bracken | 1 | +2 | -2 |
2017-02-17 23:01 | Switch back to 11-pt Menlo | Chris Bracken | 1 | +1 | -1 |
2017-02-17 23:00 | Default dvm to Flutter Dart SDK | Chris Bracken | 1 | +1 | -1 |
2016-08-25 05:21 | C-n cycles through regular, relative, no numbering | Chris Bracken | 1 | +6 | -3 |
2016-08-10 03:03 | Eliminate Syntastic config | Chris Bracken | 1 | +0 | -4 |
2015-12-07 18:14 | Set python indent to 2 | Chris Bracken | 1 | +3 | -0 |
2016-08-03 17:10 | Set Dart SDK location for YouCompleteMe. | Chris Bracken | 1 | +1 | -1 |
2016-08-03 07:43 | Set Pmenu ctermbg to a sensible colour | Chris Bracken | 1 | +1 | -0 |
2016-07-29 16:05 | Eliminate stray comment char | Chris Bracken | 1 | +1 | -1 |
2016-07-29 01:57 | Set default guifont on Mac to Menlo 13 | Chris Bracken | 1 | +1 | -1 |
2016-07-29 01:57 | Set cterm ColorLine fg to bold | Chris Bracken | 1 | +1 | -1 |
2016-06-29 08:10 | Change VundleVim github repo | Chris Bracken | 1 | +1 | -1 |
2016-06-29 08:10 | Add vimwiki plugin. | Chris Bracken | 1 | +6 | -0 |
2016-06-29 08:09 | Switch colorscheme to one | Chris Bracken | 1 | +2 | -2 |
2016-06-29 08:07 | Remove unused plugins: Syntastic, NERD Tree, ctrlp, typescript | Chris Bracken | 1 | +0 | -4 |
2016-05-21 22:55 | Remove scala plugin | Chris Bracken | 1 | +0 | -1 |
2016-05-21 22:08 | Re-order Vundle plugins | Chris Bracken | 1 | +6 | -6 |
2016-05-10 04:48 | Update vundle repo | Chris Bracken | 1 | +1 | -1 |
2016-05-01 22:50 | Switch plugins to use un-prefixed github URLs | Chris Bracken | 1 | +5 | -5 |
2016-05-01 22:48 | Switch to vim-monochrome colour scheme | Chris Bracken | 1 | +2 | -2 |
2016-05-01 18:48 | Add a (relatively pointless) comment | Chris Bracken | 1 | +2 | -0 |
2016-03-04 17:19 | Add Dart SDK location for YouCompleteMe | Chris Bracken | 1 | +3 | -0 |
2016-03-04 06:01 | Remove gocode; vim-go is enough | Chris Bracken | 1 | +0 | -1 |
2016-03-04 05:29 | Add Golang config | Chris Bracken | 1 | +9 | -0 |
2016-01-15 16:16 | Add Skylark plugin | Chris Bracken | 1 | +1 | -0 |
2016-01-15 16:11 | Enable SpaceHi for Skylark, Python | Chris Bracken | 1 | +1 | -1 |
2016-01-15 16:10 | Add fr dictionary additions | Chris Bracken | 1 | +4 | -0 |
2016-01-15 16:09 | Update en dictionary additions | Chris Bracken | 1 | +8 | -0 |
2016-01-15 16:08 | Prioritize Fixed font over Ricty | Chris Bracken | 1 | +1 | -1 |
2015-09-13 21:29 | Add metric units to en spellfile. | Chris Bracken | 1 | +2 | -0 |
2015-09-08 05:20 | Use 'syntax enable', not 'syntax on'. | Chris Bracken | 1 | +1 | -1 |
2015-09-08 03:39 | Ignore .sug files. | Chris Bracken | 1 | +1 | -0 |
2015-09-06 00:45 | Ignore binary spelling data. | Chris Bracken | 1 | +1 | -0 |
2015-09-06 00:44 | Add spelling user dict. | Chris Bracken | 1 | +2 | -0 |
2015-09-06 00:43 | Use Canadian English spelling, regardless of OS settings. | Chris Bracken | 1 | +1 | -0 |
2015-09-05 20:35 | Add golint to syntastic. | Chris Bracken | 1 | +1 | -0 |
2015-09-05 20:29 | Use scala-tool-support for vim plugin. | Chris Bracken | 1 | +1 | -1 |
2015-09-05 20:24 | Add nsf/gocode. | Chris Bracken | 1 | +1 | -0 |
2015-08-07 05:42 | Prefer Ricty as GUI font. | Chris Bracken | 1 | +1 | -1 |
2015-05-21 03:55 | Add TypeScript support | Chris Bracken | 1 | +1 | -0 |
2015-05-21 03:55 | Add Rust support | Chris Bracken | 1 | +1 | -0 |
2015-05-21 03:57 | Bump gvim font size to Fixed Misc 10. | Chris Bracken | 1 | +1 | -1 |
2015-02-24 21:40 | Using Fixed 9 as default gui font. | Chris Bracken | 1 | +1 | -1 |
2015-01-29 04:23 | Migrate to vim-go | Chris Bracken | 1 | +1 | -6 |
2015-01-29 03:56 | Add syntastic (in passive mode) | Chris Bracken | 1 | +4 | -0 |
2015-01-29 03:27 | Add ctrlp.vim | Chris Bracken | 1 | +1 | -0 |
2015-01-29 03:23 | Add basic golang support | Chris Bracken | 1 | +6 | -1 |
2015-01-29 03:21 | Use dart-vim-plugin from github | Chris Bracken | 1 | +1 | -1 |
2014-11-06 03:41 | Set gvim font to Fixed 10 if avaialble. | Chris Bracken | 1 | +1 | -1 |
2014-10-31 23:48 | Update Vundle config. Add to Makefile. | Chris Bracken | 2 | +15 | -10 |
2014-09-02 17:48 | Set colorcolumn to 100 for Java code. | Chris Bracken | 1 | +1 | -1 |
2014-05-24 18:33 | Exclude .o, .pyc file from wild-matching | Chris Bracken | 1 | +1 | -0 |
2014-05-24 18:33 | Remove comments from :map lines | Chris Bracken | 1 | +13 | -5 |
2014-05-20 20:05 | Switch to Lucius colorscheme | Chris Bracken | 1 | +4 | -4 |
2014-05-11 22:32 | Improved ColorColumn, CursorLine highlighting | Chris Bracken | 1 | +19 | -14 |
2014-05-11 22:30 | Switch to vividchalk colorscheme | Chris Bracken | 1 | +2 | -4 |
2014-05-11 18:31 | Set gvim font size to 10 on unix/linux | Chris Bracken | 1 | +1 | -1 |
2014-05-11 18:31 | Formatting. No functional changes. | Chris Bracken | 1 | +2 | -2 |
2014-05-11 18:30 | Set leader key to , | Chris Bracken | 1 | +1 | -0 |
2014-04-19 22:19 | Improve comments, minor reformat | Chris Bracken | 1 | +8 | -8 |
2014-04-19 22:17 | Retain selection on >,< in visual mode | Chris Bracken | 1 | +2 | -0 |
2014-04-19 22:05 | Set guioptions+=a | Chris Bracken | 1 | +1 | -0 |
2014-04-19 21:58 | Enable smarttab | Chris Bracken | 1 | +1 | -0 |
2014-04-19 21:39 | Enable wildmenu | Chris Bracken | 1 | +2 | -0 |
2014-04-19 21:34 | Friendlier omnicomplete | Chris Bracken | 1 | +3 | -0 |
2014-04-19 21:33 | Enable cursorline | Chris Bracken | 1 | +8 | -0 |
2014-03-25 16:36 | Added golang syntax | Chris Bracken | 1 | +1 | -0 |
2014-04-19 19:37 | Remove submodles | Chris Bracken | 11 | +1 | -41 |
2014-04-17 19:28 | Use colorcolumn for 80/100-col markers | Chris Bracken | 1 | +2 | -3 |
2014-02-06 03:26 | Add Makefile | Chris Bracken | 1 | +3 | -0 |
2014-02-06 03:23 | Vim 7.4 can read ~/.vim/vimrc directly | Chris Bracken | 1 | +0 | -0 |
2014-01-29 19:46 | Set default font to Menlo 11 on Mac | Chris Bracken | 1 | +1 | -1 |
2014-01-29 19:45 | Minor bugfix to ToggleNumbering | Chris Bracken | 1 | +1 | -1 |
2013-09-10 00:22 | Use absolute numbering by default | Chris Bracken | 1 | +1 | -1 |
2013-09-04 07:25 | Switch between absolute/relative numbering manually. | Chris Bracken | 1 | +0 | -6 |
2013-07-14 06:11 | Use absolute numbering in insert mode | Chris Bracken | 1 | +6 | -0 |
2013-07-06 07:47 | Use Spacehi instead of manually highlighting trailing whitespace | Chris Bracken | 1 | +7 | -8 |
2013-06-03 16:52 | Update submodules. | Chris Bracken | 0 | +0 | -0 |
2013-06-03 16:50 | Added Dart plugin/submodule. | Chris Bracken | 3 | +5 | -0 |
2013-03-18 05:30 | Ignore untracked generated files in submodules | Chris Bracken | 1 | +7 | -0 |
2013-03-11 06:59 | Added .gitmodules | Chris Bracken | 1 | +21 | -0 |
2013-03-07 06:38 | No longer manually setting scala filetype | Chris Bracken | 1 | +0 | -4 |
2013-03-07 06:36 | Added fugitive bundle | Chris Bracken | 2 | +5 | -3 |
2013-03-07 06:32 | Vundleified color schemes | Chris Bracken | 5 | +4 | -188 |
2013-03-07 06:26 | Replaced manually-managed plugins with Vundle | Chris Bracken | 15 | +15 | -6010 |
2013-03-07 05:35 | Minor cleanup of ToggleNumbering() and ToggleMenu() mappings. | Chris Bracken | 1 | +10 | -11 |
2013-03-01 16:53 | Disable arrows | Chris Bracken | 1 | +4 | -0 |
2013-03-07 01:00 | Default to relative numbering, but support toggling via <C-n>. | Chris Bracken | 1 | +11 | -1 |
2013-02-27 07:56 | Added fallback to Monospace in case Source Code Pro is not available | Chris Bracken | 1 | +1 | -1 |
2013-02-27 07:53 | Switched to Source Code Pro 11 on unix | Chris Bracken | 1 | +1 | -1 |
2013-02-13 19:58 | Merge BufEnter,InsertLeave handlers for ExtraWhitespace matching. | Chris Bracken | 1 | +1 | -2 |
2013-02-13 19:39 | Prevent OverLength matching from stomping on ExtraWhitespace matching | Chris Bracken | 1 | +2 | -2 |
2013-02-13 19:20 | Line-wrapped menubar toggling | Chris Bracken | 1 | +8 | -1 |
2013-02-13 18:49 | Added highlighting for over-length text. | Chris Bracken | 1 | +6 | -1 |
2013-02-13 18:36 | Remove curses mouse handling. | Chris Bracken | 1 | +1 | -2 |
2013-02-13 19:07 | Only map menubar toggling if gui_running. | Chris Bracken | 1 | +5 | -5 |
2013-01-12 17:23 | Eyesight getting worse, cranked font size on Mac to 14. | Chris Bracken | 1 | +1 | -1 |
2013-01-10 20:06 | Switched to liquidcarbon colorscheme | Chris Bracken | 2 | +135 | -1 |
2012-11-20 01:55 | Update unix font to Monospace | Chris Bracken | 1 | +1 | -1 |
2012-11-20 01:54 | Map jj to <ESC> | Chris Bracken | 1 | +1 | -0 |
2012-10-15 19:26 | Formatting | Chris Bracken | 1 | +3 | -3 |
2012-09-06 16:54 | Default guifont to Menlo on OS X, Ubuntu Mono otherwise. | Chris Bracken | 1 | +5 | -1 |
2012-09-06 16:50 | Set 60x120 default geometry. | Chris Bracken | 1 | +1 | -0 |
2012-03-29 02:10 | Formatting | Chris Bracken | 1 | +15 | -18 |
2012-03-28 20:21 | Added autocmd check for highlighting trailing whitespace. | Chris Bracken | 1 | +9 | -5 |
2012-03-28 20:18 | Highlight trailing whitespace | Chris Bracken | 1 | +7 | -0 |
2012-03-28 19:53 | Upgraded NERD Tree to version 4.2.0 | Chris Bracken | 4 | +374 | -229 |
2011-12-14 21:22 | Set font to Menlo 12 | Chris Bracken | 1 | +1 | -0 |
2011-12-14 21:22 | Only show tabs if more than one open | Chris Bracken | 1 | +1 | -1 |
2012-01-07 07:21 | Renamed vimrc to .vimrc | Chris Bracken | 1 | +0 | -0 |
2011-08-16 06:03 | Initial commit in vim repo | Chris Bracken | 10 | +5971 | -0 |
2024-05-10 21:18 | tmux: Add shortcuts for commonly-used layouts | Chris Bracken | 1 | +4 | -0 |
2024-05-10 17:15 | lynx: default to UTF-8, fix LYNX_CFG env var | Chris Bracken | 2 | +2 | -1 |
2024-05-10 08:06 | Delete Sublime Text config | Chris Bracken | 4 | +0 | -44 |
2024-05-10 04:08 | zed: set tab size to 2 | Chris Bracken | 1 | +2 | -2 |
2024-04-22 20:41 | zed: Don't format Dart on save, set indent to 2 | Chris Bracken | 1 | +6 | -0 |
2024-04-22 20:38 | git: enable rerere | Chris Bracken | 2 | +4 | -2 |
2024-04-18 03:49 | Add .config/zed | Chris Bracken | 2 | +29 | -0 |
2024-02-20 22:21 | Set diff.algorithm = histogram | Chris Bracken | 1 | +1 | -0 |
2024-02-20 18:53 | Set merge.conflictStyle = zdiff3 | Chris Bracken | 1 | +1 | -0 |
2023-11-03 23:30 | Update .zshrc location for compinstall | Chris Bracken | 1 | +1 | -1 |
2023-11-03 22:53 | Move zsh history file to cache directory | Chris Bracken | 1 | +1 | -1 |
2023-11-03 22:52 | Clean up zsh functions fpath | Chris Bracken | 3 | +1 | -4 |
2023-10-17 07:36 | i3/sway: consistency cleanup for exit check | Chris Bracken | 2 | +3 | -4 |
2023-10-14 00:01 | Simplify SSH_AUTH_SOCK setting on Linux | Chris Bracken | 1 | +1 | -3 |
2023-10-12 17:26 | Ignore .config/zsh/.zcompdumps | Chris Bracken | 1 | +1 | -0 |
2023-10-12 17:17 | Consolidate .gitignore files | Chris Bracken | 5 | +45 | -34 |
2023-10-12 17:05 | Only set SSH_AUTH_SOCK via systemd on Linux | Chris Bracken | 1 | +4 | -2 |
2023-10-10 07:57 | ssh-agent: set environment variable with systemd | Chris Bracken | 1 | +5 | -2 |
2023-10-10 06:49 | grimshot: create output dir if necessary | Chris Bracken | 1 | +3 | -0 |
2023-10-10 06:39 | Ignore all files under .local except bin | Chris Bracken | 6 | +4 | -9 |
2023-10-10 06:26 | Update fcitx5 config | Chris Bracken | 1 | +1 | -1 |
2023-10-10 06:25 | Update alacritty font size for Wayland | Chris Bracken | 1 | +1 | -1 |
2023-10-10 06:23 | Support passing parameters to mbsync, irssi | Chris Bracken | 2 | +2 | -2 |
2023-10-10 06:22 | Add vim wrapper script | Chris Bracken | 1 | +2 | -0 |
2023-10-10 00:05 | Update compton.conf | Chris Bracken | 1 | +51 | -9 |
2023-10-09 22:20 | Map caps lock to control in .xinitrc | Chris Bracken | 1 | +6 | -0 |
2023-10-09 22:18 | Inline xmodmap commands to .xinitrc | Chris Bracken | 2 | +8 | -2 |
2023-10-09 22:05 | Update .xsession | Chris Bracken | 1 | +2 | -6 |
2023-10-09 22:01 | Document .xsessionrc | Chris Bracken | 1 | +7 | -0 |
2023-10-09 21:52 | Delete deprecated .pam_environment | Chris Bracken | 1 | +0 | -1 |
2023-10-09 21:46 | Delete .tkdiffrc | Chris Bracken | 1 | +0 | -116 |
2023-10-09 21:41 | Move mbsync config to XDG dir | Chris Bracken | 2 | +2 | -0 |
2023-10-09 21:38 | Move irssi config to XDG dir | Chris Bracken | 3 | +2 | -0 |
2023-10-09 21:27 | Update .gitignore for .config | Chris Bracken | 1 | +19 | -7 |
2023-10-09 19:01 | Set all XDG path variables on all OSes | Chris Bracken | 1 | +10 | -3 |
2023-10-09 18:51 | Use XDG_RUNTIME_DIR for ssh sock on FreeBSD | Chris Bracken | 1 | +2 | -8 |
2023-10-09 18:10 | Delete Makefile | Chris Bracken | 1 | +0 | -57 |
2023-10-09 17:29 | Move lynx config to XDG config location | Chris Bracken | 2 | +3 | -0 |
2023-10-09 17:17 | Move radare2 config file to XDG config location | Chris Bracken | 1 | +0 | -0 |
2023-10-09 17:12 | Add zsh completions for cargo | Chris Bracken | 1 | +4 | -0 |
2023-10-09 17:00 | Set ZDOTDIR to XDG config location | Chris Bracken | 7 | +79 | -67 |
2023-10-09 16:51 | Move XDG settings to top of zshenv | Chris Bracken | 1 | +13 | -12 |
2023-09-20 20:34 | Extract host-specific config: yanagi | Chris Bracken | 2 | +6 | -5 |
2023-08-22 00:45 | Add .nova to global gitignore | Chris Bracken | 1 | +3 | -0 |
2023-08-22 00:43 | Move .gitignore_global under .config directory | Chris Bracken | 2 | +1 | -1 |
2023-06-13 16:58 | Update GOMA_DIR paths | Chris Bracken | 1 | +2 | -2 |
2023-04-27 18:44 | tmux: move config to $XDG_CONFIG_HOME/tmux | Chris Bracken | 1 | +0 | -0 |
2023-04-27 17:58 | zsh: move extra config files to XDG config dir | Chris Bracken | 6 | +10 | -23 |
2023-04-27 17:34 | git: Add support for host-local config file | Chris Bracken | 2 | +5 | -0 |
2023-04-27 17:21 | git: Move .gitconfig to .config/git/config | Chris Bracken | 2 | +5 | -2 |
2023-04-27 17:38 | sway: Use Japanese keyboard layout | Chris Bracken | 1 | +1 | -1 |
2023-04-25 21:46 | i3: Use Japanese keyboard layout | Chris Bracken | 1 | +1 | -1 |
2023-04-11 21:10 | less: don't truncate long lines | Chris Bracken | 1 | +1 | -1 |
2023-04-11 21:08 | Add sublime-text config | Chris Bracken | 5 | +52 | -0 |
2023-03-28 23:13 | Fix comment for locale env vars | Chris Bracken | 1 | +1 | -1 |
2023-03-28 23:09 | Add LESS environment variable | Chris Bracken | 1 | +1 | -0 |
2023-02-17 01:50 | Use locale ja_JP | Chris Bracken | 1 | +8 | -8 |
2022-12-10 19:26 | Add .xsession that launches i3 | Chris Bracken | 1 | +7 | -0 |
2022-12-10 19:25 | Set dmenu font to DejaVu Sans Mono 12 | Chris Bracken | 2 | +2 | -2 |
2022-12-10 19:21 | Don't enable grep --color alias on OpenBSD | Chris Bracken | 1 | +5 | -3 |
2022-11-08 15:38 | Use locale fr_CA except ja_JP for monetary/paper | Chris Bracken | 1 | +10 | -9 |
2022-08-18 01:32 | Add nvim config | Chris Bracken | 1 | +4 | -0 |
2022-06-23 01:44 | Update order of additional paths | Chris Bracken | 1 | +8 | -6 |
2022-06-23 01:39 | Add python user module bin directory to PATH | Chris Bracken | 1 | +5 | -0 |
2022-06-02 06:36 | Use en_AU for messages, en_CA for dates, ja_JP for currency | Chris Bracken | 1 | +9 | -8 |
2022-06-02 19:27 | amfora: disable scrollbar | Chris Bracken | 1 | +1 | -1 |
2022-04-06 00:17 | gitconfig: add http.cookiefile option | Chris Bracken | 1 | +2 | -0 |
2022-03-31 23:49 | zprofile: only run ssh-agent manually on FreeBSD | Chris Bracken | 1 | +14 | -12 |
2022-03-31 23:48 | zshenv: add GOPATH | Chris Bracken | 1 | +3 | -0 |
2022-02-15 19:12 | Define SRC_ROOT | Chris Bracken | 2 | +10 | -4 |
2022-02-10 17:51 | Keep source files under ~/Developer on macOS | Chris Bracken | 1 | +11 | -7 |
2022-02-07 20:54 | Use fr_CA for default locale (ja_JP for currency) | Chris Bracken | 1 | +8 | -8 |
2022-01-26 19:05 | tmux: bind C-b ? to list-keys | Chris Bracken | 1 | +1 | -0 |
2022-01-25 17:51 | X11: map right alt key to compose key | Chris Bracken | 1 | +1 | -0 |
2022-01-25 17:50 | i3: add note about restoring scratchpad to normal | Chris Bracken | 1 | +2 | -0 |
2022-01-25 17:47 | tmux: bind pane navigation to hjkl | Chris Bracken | 1 | +4 | -0 |
2022-01-07 02:08 | sway: add host-specific configuration | Chris Bracken | 2 | +4 | -0 |
2021-12-11 01:41 | Add explanatory note on window splitting in Sway | Chris Bracken | 1 | +2 | -1 |
2021-12-11 01:33 | Re-land mbsync configuration change | Chris Bracken | 1 | +21 | -21 |
2021-10-15 21:59 | sway: set key repeat rate | Chris Bracken | 1 | +2 | -0 |
2021-10-15 21:55 | sway: make launch script cross-platform | Chris Bracken | 1 | +15 | -1 |
2021-10-15 21:54 | sway: revert to using swaybar | Chris Bracken | 1 | +12 | -1 |
2021-10-13 23:32 | mutt: revert to using urlview | Chris Bracken | 1 | +1 | -1 |
2021-10-05 16:40 | Increase gpg agent timeout to 12h | Chris Bracken | 1 | +2 | -2 |
2021-10-05 16:39 | sway: add note about restoring from scratchpad | Chris Bracken | 1 | +2 | -0 |
2021-10-04 16:00 | mutt: Use zathura for viewing PDFs instead of xpdf | Chris Bracken | 1 | +1 | -1 |
2021-10-04 15:58 | isync: use old sync configuration langauge | Chris Bracken | 1 | +21 | -21 |
2021-10-04 15:56 | waybar: clock broken on Debian; add custom/clock | Chris Bracken | 2 | +10 | -24 |
2021-09-20 23:44 | sway: consistent naming for screenshots | Chris Bracken | 1 | +1 | -1 |
2021-09-15 17:38 | Use pass instead of manual gpg invocation | Chris Bracken | 2 | +3 | -3 |
2021-09-15 17:35 | Sway: use right alt as AltGr/Compose | Chris Bracken | 1 | +3 | -2 |
2021-09-14 00:18 | Use --add-email-quiet when adding to abook | Chris Bracken | 1 | +1 | -1 |
2021-09-14 00:10 | Update mutt theme | Chris Bracken | 1 | +49 | -39 |
2021-09-13 16:55 | Eliminate MacPorts path setup | Chris Bracken | 1 | +0 | -6 |
2021-09-10 23:33 | isync,msmtp: use a symlink for CA certificates | Chris Bracken | 4 | +10 | -2 |
2021-09-09 17:59 | mbsync: Add BayNet folder | Chris Bracken | 1 | +9 | -0 |
2021-09-09 17:57 | sway,i3: add volumectl script | Chris Bracken | 3 | +70 | -27 |
2021-09-09 04:35 | sway: fix suspend on lock | Chris Bracken | 1 | +2 | -4 |
2021-09-09 00:25 | sway: move grimshot to bin directory | Chris Bracken | 2 | +1 | -1 |
2021-09-09 00:20 | mc: Change left panel size | Chris Bracken | 1 | +1 | -1 |
2021-09-09 00:20 | git: Enable GPG signing by default | Chris Bracken | 1 | +1 | -1 |
2021-09-09 00:18 | isync: Update certificates location for Linux | Chris Bracken | 1 | +1 | -1 |
2021-09-09 00:14 | sway: update sleep/suspend settings | Chris Bracken | 1 | +10 | -5 |
2021-09-09 00:06 | sway: launch via script | Chris Bracken | 2 | +17 | -0 |
2021-09-09 00:01 | isync: Use [gmail]/All Mail for archived mail | Chris Bracken | 1 | +2 | -2 |
2021-09-08 23:54 | Make en_CA.UTF-8 locale default other than money | Chris Bracken | 1 | +7 | -7 |
2021-09-08 23:52 | mutt: use urlscan instead of urlview | Chris Bracken | 1 | +1 | -1 |
2021-09-08 23:52 | sway: use pulseaudio for volume control | Chris Bracken | 1 | +7 | -7 |
2021-09-08 23:50 | sway: enable fcitx5 for Japanese input | Chris Bracken | 4 | +100 | -0 |
2021-09-08 23:49 | Update .conf/.gitignore | Chris Bracken | 1 | +11 | -1 |
2021-09-08 23:36 | sway: use waybar instead of sway-bar | Chris Bracken | 3 | +380 | -12 |
2021-09-08 23:33 | sway: use wofi instead of dmenu | Chris Bracken | 2 | +6 | -9 |
2021-09-08 22:52 | wofi: Add wofi with dark theme | Chris Bracken | 1 | +39 | -0 |
2021-09-08 22:19 | sway: Use a symlink to desktop background | Chris Bracken | 1 | +1 | -1 |
2021-08-23 17:42 | Save a copy of sent mail to the record | Chris Bracken | 1 | +1 | -1 |
2021-08-23 16:10 | Use gmail address in mutt, mbsync | Chris Bracken | 3 | +68 | -63 |
2021-08-23 16:02 | Set NOTMUCH_CONFIG | Chris Bracken | 1 | +3 | -0 |
2021-08-16 03:00 | mbsync: Set CopyArrivalDate yes | Chris Bracken | 1 | +6 | -0 |
2021-08-16 03:00 | Add backups NAS mount directory | Chris Bracken | 1 | +1 | -0 |
2021-08-12 00:31 | Disable ligatures in Noto Sans Mono | Chris Bracken | 1 | +9 | -0 |
2021-08-11 07:11 | Ignore amfora and mc local files | Chris Bracken | 1 | +2 | -0 |
2021-08-11 05:12 | Eliminate emacs filetype hinting from headers | Chris Bracken | 5 | +5 | -9 |
2021-07-28 00:27 | nasmount: mount network shares | Chris Bracken | 1 | +10 | -0 |
2021-07-27 18:59 | Set XDG_RUNTIME_DIR if not set by session manager | Chris Bracken | 1 | +8 | -0 |
2021-07-28 20:54 | i3status: show weekday in i3 status bar | Chris Bracken | 1 | +2 | -1 |
2021-07-27 22:52 | Use Noto Sans Mono for monospace | Chris Bracken | 2 | +2 | -2 |
2021-07-27 18:47 | Sway: don't run ibus | Chris Bracken | 1 | +0 | -3 |
2021-07-27 17:59 | Add gtk-3.0 to .gitignore | Chris Bracken | 1 | +1 | -0 |
2021-07-27 17:58 | Update user-dirs.dirs to English defaults | Chris Bracken | 1 | +8 | -8 |
2021-07-27 17:31 | Ignore ./config/glib-2.0 | Chris Bracken | 1 | +1 | -0 |
2021-07-27 17:30 | Use Noto Mono for Alacritty default font | Chris Bracken | 1 | +2 | -1 |
2021-07-27 17:28 | Use Noto Color Emoji | Chris Bracken | 1 | +4 | -4 |
2021-07-27 06:19 | Move .notmuch-config to $XDG_CONFIG_HOME/notmuch/config | Chris Bracken | 1 | +0 | -0 |
2021-07-27 06:17 | Move .msmtprc to $XDG_CONFIG_HOME/msmtp/config | Chris Bracken | 1 | +0 | -0 |
2021-07-27 06:13 | Eliminate .screenrc | Chris Bracken | 1 | +0 | -12 |
2021-07-27 06:06 | Move .tigrc to $XDG_CONFIG_HOME/tig/config | Chris Bracken | 1 | +0 | -0 |
2021-07-27 05:54 | Get rid of .gtkrc-2.0 | Chris Bracken | 2 | +3 | -1 |
2021-07-27 05:48 | Move .muttrc to $XDG_CONFIG_HOME/mutt | Chris Bracken | 1 | +0 | -0 |
2021-07-27 05:43 | More specific naming under .config/environment.d | Chris Bracken | 1 | +0 | -0 |
2021-07-27 05:38 | Add amfora gemini client config | Chris Bracken | 1 | +367 | -0 |
2021-07-27 05:38 | Ignore .config/mimeapps.list | Chris Bracken | 1 | +1 | -0 |
2021-07-27 05:36 | Remove gtk-3.0 bookmarks | Chris Bracken | 1 | +0 | -5 |
2021-07-27 01:58 | Delete karabiner.json | Chris Bracken | 2 | +0 | -167 |
2021-07-27 01:57 | Add .gitignore files under .local | Chris Bracken | 4 | +6 | -0 |
2021-07-27 01:51 | Add config, theme for midnight commander | Chris Bracken | 4 | +430 | -0 |
2021-07-27 01:49 | Delete KOTD | Chris Bracken | 5 | +1 | -193 |
2021-07-26 16:44 | i3: use alacritty instead of urxvt | Chris Bracken | 1 | +1 | -1 |
2021-07-26 16:43 | i3: use US keyboard layout rather than JP | Chris Bracken | 1 | +1 | -1 |
2021-07-22 18:36 | alacritty: set scrollback to 10k lines | Chris Bracken | 1 | +3 | -0 |
2021-07-25 02:23 | Sway: use US keyboard layout with caps as control | Chris Bracken | 1 | +2 | -2 |
2021-07-25 02:18 | Sway: use grimshot for screenshots | Chris Bracken | 2 | +160 | -1 |
2021-07-25 02:09 | sway: Use mako for notifications | Chris Bracken | 2 | +35 | -2 |
2021-07-23 22:56 | sway: support FreeBSD volume controls | Chris Bracken | 1 | +9 | -15 |
2021-07-23 22:39 | swaylock: add config file | Chris Bracken | 1 | +2 | -0 |
2021-07-23 22:38 | sway: update background image to /usr/local/... | Chris Bracken | 1 | +1 | -1 |
2021-07-23 22:35 | sway: clean up exit_check.sh | Chris Bracken | 1 | +7 | -2 |
2021-07-23 22:34 | Use alacritty as default terminal in Sway | Chris Bracken | 1 | +1 | -1 |
2021-05-27 06:58 | Require shift-click to launch URLs in Alacritty | Chris Bracken | 1 | +12 | -0 |
2021-05-27 06:55 | Set TERM=xterm-256color in Alacritty | Chris Bracken | 1 | +8 | -0 |
2021-05-21 21:15 | Switch from ibus to fcitx for IME | Chris Bracken | 1 | +3 | -6 |
2021-05-21 21:14 | Add config for alacritty | Chris Bracken | 1 | +5 | -0 |
2020-10-16 00:16 | Eliminate GOMA_DIR environment variable | Chris Bracken | 1 | +0 | -1 |
2020-09-12 18:04 | Use a local .zsh completions directory | Chris Bracken | 1 | +1 | -3 |
2020-08-20 03:43 | Use Intel assembly in LLDB | Chris Bracken | 1 | +1 | -4 |
2020-06-15 19:46 | git log: use absolute rather than relative dates | Chris Bracken | 1 | +1 | -1 |
2020-06-09 22:48 | urxvt: update terminal colours | Chris Bracken | 1 | +3 | -3 |
2020-06-09 22:47 | mutt: update colours | Chris Bracken | 1 | +6 | -4 |
2020-06-09 21:56 | Add URxvt.italicFont, boldItalicFont | Chris Bracken | 1 | +4 | -2 |
2020-06-01 01:14 | Update pgpewrap paths for FreeBSD | Chris Bracken | 1 | +2 | -2 |
2020-05-27 19:04 | Update irssi config | Chris Bracken | 2 | +134 | -594 |
2020-05-21 08:42 | Add 3-clause 'new' BSD licence | Chris Bracken | 1 | +26 | -0 |
2020-05-20 07:43 | Enable git-credential support | Chris Bracken | 1 | +2 | -0 |
2020-05-18 16:36 | Launch i3 via exec in .xinitrc | Chris Bracken | 1 | +1 | -1 |
2020-05-18 16:25 | Eliminate hardcoding of dmenu font | Chris Bracken | 2 | +2 | -2 |
2020-05-08 01:15 | Delete alacritty config | Chris Bracken | 1 | +0 | -18 |
2020-05-07 23:45 | Prefer Noto fonts, then emoji | Chris Bracken | 1 | +3 | -3 |
2020-05-06 20:22 | Add .lynxrc | Chris Bracken | 1 | +344 | -0 |
2020-05-06 17:47 | Use -A rather than -a for ll alias | Chris Bracken | 1 | +1 | -1 |
2020-05-06 17:31 | urxvt: eliminate hardcoding of TERM variable | Chris Bracken | 1 | +2 | -5 |
2020-05-06 17:29 | Move env var definitions to .zshenv | Chris Bracken | 2 | +13 | -17 |
2020-05-06 17:26 | Add useful aliases | Chris Bracken | 1 | +9 | -6 |
2020-05-06 17:26 | Clean up .aliases file | Chris Bracken | 1 | +7 | -14 |
2020-05-05 21:51 | Use ~/Mail/.tmp for notmuch search output | Chris Bracken | 1 | +1 | -1 |
2020-05-05 21:50 | Update mutt mailcap file | Chris Bracken | 1 | +12 | -9 |
2020-05-05 21:48 | Specify dmenu font explicitly | Chris Bracken | 2 | +2 | -2 |
2020-05-05 18:45 | Set fonts.conf alias bindings to strong | Chris Bracken | 1 | +3 | -3 |
2020-05-05 17:47 | Move .fonts.conf to .conf/fontconfig/fonts.conf | Chris Bracken | 2 | +25 | -42 |
2020-05-05 16:39 | i3, sway: use flameshot to capture a screenshot | Chris Bracken | 2 | +6 | -0 |
2020-05-04 17:58 | Reorganise global gitignore | Chris Bracken | 1 | +7 | -3 |
2020-05-04 15:46 | i3, sway: swap vertical grow/shrink bindings | Chris Bracken | 2 | +8 | -8 |
2020-05-04 06:22 | gitconfig: sendemail.annotate on by default | Chris Bracken | 1 | +1 | -0 |
2020-05-02 06:24 | Eliminate .clang-format | Chris Bracken | 1 | +0 | -2 |
2020-05-02 06:22 | Eliminate gvim alias | Chris Bracken | 1 | +0 | -3 |
2020-05-02 00:58 | i3, sway: get volume working with ALSA | Chris Bracken | 2 | +43 | -19 |
2020-05-01 23:31 | Eliminate iTerm shell integration | Chris Bracken | 1 | +0 | -135 |
2020-05-01 23:03 | mutt: import mutt, mbsync, msmtp, notmuch config | Chris Bracken | 11 | +537 | -0 |
2020-05-01 22:59 | Move Xresources to XDG-compliant location | Chris Bracken | 3 | +2 | -2 |
2020-05-01 22:55 | gpg-agent: set gpg key timeout to 1 hour | Chris Bracken | 1 | +2 | -3 |
2020-05-01 22:18 | rxvt: set terminal to xterm-256color | Chris Bracken | 1 | +17 | -16 |
2020-05-01 18:18 | Clean up ssh-agent config | Chris Bracken | 1 | +10 | -2 |
2020-04-23 06:29 | Use font size 9 for i3 titles, Dunst notifications | Chris Bracken | 2 | +2 | -2 |
2020-04-23 06:13 | Re-order git config keys alphabetically | Chris Bracken | 1 | +9 | -9 |
2020-04-23 06:11 | Set git pull.rebase by default | Chris Bracken | 1 | +2 | -0 |
2020-04-23 05:19 | Set Dunst font size to 10 | Chris Bracken | 1 | +1 | -1 |
2020-04-23 01:40 | Move i3 config to ~/.config/i3/config | Chris Bracken | 3 | +256 | -256 |
2020-04-22 22:54 | Add i3status config file | Chris Bracken | 1 | +21 | -0 |
2020-04-22 22:53 | Start ssh-agent in .profile | Chris Bracken | 1 | +7 | -0 |
2020-04-22 22:53 | i3: Set background colour darker | Chris Bracken | 1 | +1 | -1 |
2020-04-22 21:00 | Eliminate sway, i3 keybindings for IME mode | Chris Bracken | 2 | +0 | -25 |
2020-04-22 20:53 | i3: organise config consistent with Sway config | Chris Bracken | 2 | +207 | -97 |
2020-04-22 20:51 | Sway: Add mod-; and mod-Shift-; for splith, splitv | Chris Bracken | 1 | +3 | -0 |
2020-04-22 20:27 | Update formatting, comments for Sway config | Chris Bracken | 1 | +169 | -146 |
2020-04-22 16:51 | Configure 'natural' mouse wheel scrolling in i3 | Chris Bracken | 1 | +3 | -0 |
2020-04-22 16:49 | Eliminate xkbdmap from .xinitrc | Chris Bracken | 1 | +0 | -10 |
2020-04-22 10:01 | Use JP keyboard layout with caps as ctrl in i3 | Chris Bracken | 1 | +3 | -3 |
2020-04-22 10:00 | Use DejaVu 10/IPAFont 12 in rxvt, i3 | Chris Bracken | 2 | +4 | -4 |
2020-04-22 09:57 | Start ibus-daemon in .xinitrc | Chris Bracken | 1 | +4 | -1 |
2020-04-22 09:55 | Work around a dmenu crasher when XMODIFIERS is set | Chris Bracken | 2 | +11 | -3 |
2020-04-06 05:19 | Add volume/media controls to Sway WM config | Chris Bracken | 1 | +16 | -0 |
2020-03-10 07:31 | Add kanji of the day config | Chris Bracken | 1 | +2 | -0 |
2020-03-10 07:03 | Eliminate ibus mode indicator in sway bar | Chris Bracken | 1 | +1 | -9 |
2020-03-10 05:14 | Ensure deterministic English, Japanese terms | Chris Bracken | 1 | +2 | -2 |
2020-03-10 05:10 | Fix indexing in CircularList | Chris Bracken | 1 | +7 | -5 |
2020-03-10 02:15 | Enable kanji of the day in sway bar | Chris Bracken | 1 | +8 | -3 |
2020-03-10 01:08 | Add kanji of the day script | Chris Bracken | 5 | +191 | -1 |
2020-03-10 00:45 | Add local PYTHONPATH, if it exists | Chris Bracken | 1 | +5 | -0 |
2020-03-10 00:42 | Add ~/.local/bin to PATH if it exists | Chris Bracken | 1 | +1 | -0 |
2020-03-10 00:37 | Add Dunst configuration; launch on Sway startup | Chris Bracken | 2 | +260 | -0 |
2020-03-09 23:49 | Set URxvt.imLocale to Japanese | Chris Bracken | 1 | +1 | -0 |
2020-03-09 23:40 | Set URxvt.cutchars | Chris Bracken | 1 | +1 | -0 |
2020-03-09 22:42 | Add IPAGothic for Japanese fallback in rxvt | Chris Bracken | 1 | +2 | -2 |
2020-03-09 22:36 | Switch default Sway terminal back to rxvt | Chris Bracken | 2 | +3 | -3 |
2020-03-09 22:25 | Extract swaybar contents to script | Chris Bracken | 2 | +13 | -1 |
2020-03-09 22:23 | Set LANGUAGE variable in .zshenv | Chris Bracken | 1 | +1 | -0 |
2020-03-09 22:20 | Enable ibus IME support for Japanese | Chris Bracken | 2 | +20 | -0 |
2020-03-09 17:00 | Sway: Use slightly larger fonts, support Japanese | Chris Bracken | 2 | +8 | -3 |
2020-03-08 09:24 | Use POSIX shell syntax in exit_check.sh | Chris Bracken | 1 | +3 | -3 |
2020-03-08 07:54 | Set default swaywm keyboard layout to Japanese | Chris Bracken | 1 | +1 | -0 |
2020-03-08 07:54 | Set default swaywm terminal to alacritty | Chris Bracken | 1 | +1 | -1 |
2020-03-08 07:53 | Add config for alacritty terminal | Chris Bracken | 1 | +18 | -0 |
2020-01-04 08:08 | Add pulseaudio user service config | Chris Bracken | 2 | +4 | -0 |
2020-01-04 08:07 | Set 5 minute lock screen timeout in Sway WM | Chris Bracken | 1 | +14 | -13 |
2019-12-18 07:49 | Set lock screen shortcut for Sway | Chris Bracken | 1 | +2 | -0 |
2019-12-18 03:23 | Run Firefox in Wayland mode | Chris Bracken | 1 | +1 | -0 |
2019-12-18 03:18 | Add systemd config for ssh-agent on login | Chris Bracken | 3 | +13 | -0 |
2019-12-18 02:09 | Use Adobe Source Code Pro in rxvt | Chris Bracken | 1 | +2 | -2 |
2019-12-18 02:35 | Use natural scrolling in Sway WM config | Chris Bracken | 1 | +1 | -0 |
2019-12-18 02:07 | Use dmenu for Sway WM exit check | Chris Bracken | 2 | +11 | -1 |
2019-12-18 02:02 | Make caps lock an extra control key in Sway WM | Chris Bracken | 1 | +4 | -0 |
2019-12-18 02:01 | Load .Xresources on Sway WM startup | Chris Bracken | 1 | +8 | -0 |
2019-12-18 02:00 | Add stock sway WM config | Chris Bracken | 1 | +217 | -0 |
2019-12-13 05:15 | Update colours for less command | Chris Bracken | 1 | +8 | -5 |
2019-12-06 21:12 | Add LC_* variables to environment | Chris Bracken | 1 | +5 | -0 |
2019-12-06 21:03 | Append locale names with .UTF-8 | Chris Bracken | 1 | +2 | -2 |
2019-10-20 21:59 | Make Makefile POSIX-compliant | Chris Bracken | 1 | +30 | -26 |
2019-10-17 16:05 | Better comments around zsh completion config | Chris Bracken | 1 | +9 | -3 |
2019-10-13 23:50 | Update zsh-install in Makefile | Chris Bracken | 1 | +3 | -2 |
2019-08-31 08:56 | Export PERL5LIB if ~/.perl5 present | Chris Bracken | 1 | +5 | -0 |
2019-08-31 08:22 | git: add send-email configuration | Chris Bracken | 1 | +5 | -0 |
2019-08-31 07:33 | Set LANG=en_AU, LC_MONETARY=ja_JP | Chris Bracken | 1 | +5 | -1 |
2019-08-01 22:02 | Add Karabiner JIS keyboard config | Chris Bracken | 2 | +166 | -0 |
2019-07-14 05:53 | Don't start ssh-agent in login shells | Chris Bracken | 1 | +0 | -3 |
2019-07-14 05:50 | Simplify setting setting GPG_TTY | Chris Bracken | 1 | +1 | -2 |
2019-07-12 07:08 | Simplify tmux status line colours | Chris Bracken | 1 | +1 | -1 |
2019-07-11 00:47 | Update tmux config for v2.9 | Chris Bracken | 1 | +2 | -3 |
2019-07-08 05:53 | Add call to resizewin in .zprofile | Chris Bracken | 1 | +3 | -0 |
2019-06-30 14:45 | Move ssh-agent startup to .zprofile | Chris Bracken | 2 | +3 | -3 |
2019-06-30 14:34 | Send stdout to /dev/null when starting ssh-agent | Chris Bracken | 1 | +1 | -1 |
2019-06-30 04:09 | Run ssh-agent for interactive shells | Chris Bracken | 1 | +11 | -8 |
2019-06-26 22:33 | Update i3 volume hotkey config for pulseaudio 12.2 | Chris Bracken | 1 | +4 | -4 |
2019-06-25 01:46 | Configure i3wm to use compton compositor | Chris Bracken | 2 | +16 | -0 |
2019-06-23 23:34 | Add homebrew zsh completions to fpath on macOS | Chris Bracken | 1 | +3 | -0 |
2019-06-23 23:20 | Use default ctrl-b prefix for tmux | Chris Bracken | 1 | +0 | -5 |
2019-06-23 23:18 | Use default tmux next/prev keybindings | Chris Bracken | 1 | +0 | -5 |
2019-06-23 22:43 | Update tmux config for tmux v2.8 | Chris Bracken | 1 | +4 | -10 |
2019-06-13 15:46 | Add .zlogout | Chris Bracken | 1 | +3 | -0 |
2019-06-13 00:19 | Remap context-menu key to zenkaku/hankaku | Chris Bracken | 1 | +11 | -1 |
2019-05-24 19:18 | Add local GEM_HOME directory | Chris Bracken | 1 | +1 | -0 |
2019-05-11 18:44 | Add Flutter's Dart SDK to path | Chris Bracken | 1 | +1 | -0 |
2019-02-27 23:37 | Use i3lock for i3 lockscreen/screensaver | Chris Bracken | 1 | +5 | -4 |
2018-12-08 19:04 | Use bigger terminal fonts | Chris Bracken | 1 | +5 | -2 |
2018-12-08 19:01 | Use /bin/sh for i3 exit check script | Chris Bracken | 1 | +1 | -1 |
2018-11-22 00:27 | Remove absolute path for EDITOR | Chris Bracken | 1 | +1 | -1 |
2018-11-16 17:58 | Use dmenu to check if user wants to exit | Chris Bracken | 2 | +11 | -1 |
2018-11-16 17:58 | Delete commented out i3 font | Chris Bracken | 1 | +1 | -1 |
2018-11-16 17:24 | Disable GPG commit signing by default | Chris Bracken | 1 | +1 | -1 |
2018-10-29 18:49 | Add .radare2rc | Chris Bracken | 1 | +1 | -0 |
2018-10-19 22:40 | Use -r rubygems in place of deprecated -rubygems | Chris Bracken | 1 | +1 | -1 |
2018-10-06 20:22 | Move depot_tools later in PATH | Chris Bracken | 1 | +10 | -10 |
2018-10-05 23:25 | Use $* to concatenate array args | Chris Bracken | 1 | +1 | -1 |
2018-10-05 23:19 | Fix unquoted variable | Chris Bracken | 1 | +1 | -1 |
2018-10-05 23:18 | Fix a typo in a comment | Chris Bracken | 1 | +1 | -1 |
2018-10-05 23:16 | Separate assignment from decl to avoid stomping $? | Chris Bracken | 1 | +6 | -2 |
2018-09-10 03:06 | Revert "Disable echonl after every command" | Chris Bracken | 1 | +0 | -8 |
2018-06-15 00:14 | Fix a syntax error in Fuchsia path config | Chris Bracken | 1 | +1 | -1 |
2018-06-13 22:16 | Add Fuchsia build tools to path | Chris Bracken | 1 | +4 | -0 |
2018-06-13 21:57 | Add Google cloud SDK to path, if present | Chris Bracken | 1 | +3 | -0 |
2018-06-13 21:54 | Replace GREP_OPTIONS with a grep alias | Chris Bracken | 2 | +2 | -2 |
2018-06-06 06:31 | Fall back to xterm-256colors if necessary | Chris Bracken | 1 | +5 | -1 |
2018-06-06 06:31 | Always enable colour terminal prompt | Chris Bracken | 1 | +1 | -8 |
2018-04-04 19:41 | Add cargo to path | Chris Bracken | 1 | +3 | -0 |
2018-03-14 01:21 | Add alias for ag | Chris Bracken | 1 | +3 | -0 |
2018-02-07 17:59 | Disable echonl after every command | Chris Bracken | 1 | +8 | -0 |
2018-01-29 19:15 | Correct emacs/vim comment headers | Chris Bracken | 4 | +4 | -4 |
2017-11-17 17:49 | Eliminate bash config files | Chris Bracken | 4 | +0 | -161 |
2017-11-17 17:30 | Enable GPG commit signing by default | Chris Bracken | 1 | +2 | -0 |
2017-11-10 23:49 | Generate symlinks in Makefile rather than copies | Chris Bracken | 1 | +28 | -9 |
2017-11-10 23:03 | Refactor zsh config | Chris Bracken | 4 | +22 | -16 |
2017-11-10 23:01 | Set command history to 10k lines | Chris Bracken | 1 | +2 | -2 |
2017-11-10 22:58 | Eliminate boilerplate in colour prompt check | Chris Bracken | 1 | +6 | -18 |
2017-11-10 22:56 | Minor improvements to .zshrc comments | Chris Bracken | 1 | +14 | -14 |
2017-11-10 22:54 | Alphabetise environment var declarations in zshrc | Chris Bracken | 1 | +1 | -1 |
2017-11-04 22:46 | Add GPG_TTY in .zshrc | Chris Bracken | 1 | +1 | -0 |
2017-11-04 22:45 | Add GPG signing key to global git config | Chris Bracken | 1 | +3 | -0 |
2017-09-25 22:11 | Remove GOMA_DIR from PATH | Chris Bracken | 1 | +0 | -2 |
2017-09-23 00:22 | Minor fixups to git-lfs commands | Chris Bracken | 1 | +3 | -2 |
2017-09-23 00:19 | Use ctrl-Y binding for push-line | Chris Bracken | 1 | +1 | -1 |
2017-09-23 00:14 | Add ctrl-R incremental reverse search binding | Chris Bracken | 1 | +1 | -0 |
2017-09-23 00:13 | Eliminate jj shortcut for ESC | Chris Bracken | 1 | +0 | -1 |
2017-09-06 05:26 | On zsh, use smarter path_remove | Chris Bracken | 1 | +7 | -1 |
2017-08-19 23:39 | Quote branch name in git_branch() | Chris Bracken | 1 | +1 | -1 |
2017-08-02 23:24 | Disable newline echo in git_branch function | Chris Bracken | 1 | +1 | -1 |
2017-07-16 05:54 | Add ruby gems bin dir to PATH | Chris Bracken | 1 | +5 | -0 |
2017-06-02 20:17 | Eliminate TERMINAL=urxvt | Chris Bracken | 1 | +0 | -1 |
2017-05-26 23:23 | Eliminate iTerm2 shell integration | Chris Bracken | 1 | +0 | -5 |
2017-05-26 23:21 | Only echo if a fortune was emitted | Chris Bracken | 1 | +3 | -1 |
2017-04-21 00:30 | Remove fuchsia compile toolchain from PATH | Chris Bracken | 1 | +1 | -1 |
2017-04-20 22:16 | Move bin/goma to src/goma | Chris Bracken | 1 | +1 | -1 |
2017-04-14 22:50 | Push Fuchsia buildtools to front of path | Chris Bracken | 1 | +4 | -7 |
2017-03-29 00:50 | Add GOMA_DIR, inject into PATH | Chris Bracken | 2 | +4 | -0 |
2017-03-29 00:48 | Fix function comments in .paths | Chris Bracken | 1 | +3 | -1 |
2017-03-29 00:37 | Bugfix: ensure PATH component match in path_remove | Chris Bracken | 1 | +1 | -1 |
2017-03-28 23:49 | Eliminate -n from GREP_OPTIONS | Chris Bracken | 1 | +1 | -1 |
2017-03-16 17:15 | Rename setxtitle to tt (terminal title) | Chris Bracken | 1 | +2 | -2 |
2017-03-12 02:40 | Add .clang-format | Chris Bracken | 1 | +2 | -0 |
2017-03-12 02:16 | Move depot_tools and flutter from .tools to .paths | Chris Bracken | 2 | +6 | -6 |
2017-03-03 00:51 | Add lldbinit | Chris Bracken | 1 | +5 | -0 |
2017-03-02 20:40 | Emit git author name rather than committer name | Chris Bracken | 1 | +2 | -2 |
2017-02-22 01:21 | Set git grep.lineNumber true | Chris Bracken | 1 | +2 | -0 |
2017-02-22 01:17 | Add GREP_OPTIONS environment variable | Chris Bracken | 1 | +1 | -0 |
2017-02-06 18:48 | Add iTerm2 shell integration | Chris Bracken | 2 | +140 | -0 |
2017-01-28 02:17 | Update dircolors path for homebrew | Chris Bracken | 1 | +1 | -1 |
2016-10-07 06:53 | Remove Profanity support | Chris Bracken | 1 | +0 | -14 |
2016-10-01 04:29 | Add .DS_Store | Chris Bracken | 1 | +1 | -0 |
2016-09-30 06:00 | Add Objective-C style prefs | Chris Bracken | 1 | +3 | -0 |
2016-09-30 05:53 | Linewrap at 80 cols | Chris Bracken | 1 | +1 | -1 |
2016-09-30 05:52 | Use C++11 style >> in templates | Chris Bracken | 1 | +1 | -1 |
2016-09-30 05:50 | Fix egregious spelling error | Chris Bracken | 1 | +1 | -1 |
2016-09-22 17:31 | Unalias vim on Mac | Chris Bracken | 1 | +0 | -6 |
2016-09-13 22:46 | Add fortune for user-local homebrew install | Chris Bracken | 1 | +2 | -0 |
2016-07-29 01:59 | Add ~/.homebrew/bin to path on macOS | Chris Bracken | 1 | +5 | -0 |
2016-09-08 00:48 | Eliminate config for awesome wm | Chris Bracken | 54 | +0 | -675 |
2016-08-21 01:35 | Add Chromium depot_tools to PATH | Chris Bracken | 1 | +3 | -0 |
2016-08-10 17:10 | Add git-lfs configuration | Chris Bracken | 1 | +4 | -0 |
2016-08-10 03:02 | Formatting: use consistent indentation | Chris Bracken | 1 | +1 | -1 |
2016-08-08 19:59 | Use vim as default editor for git | Chris Bracken | 1 | +1 | -0 |
2016-08-08 19:59 | Add P4CONFIG, P4EDITOR environment variables | Chris Bracken | 1 | +4 | -0 |
2016-08-04 19:51 | Add Flutter SDK to $PATH | Chris Bracken | 1 | +3 | -0 |
2016-06-29 07:14 | Remove TERM override for iTerm. | Chris Bracken | 1 | +0 | -1 |
2016-04-07 22:09 | Use gnome-terminal rather than urxvt | Chris Bracken | 1 | +1 | -1 |
2016-03-07 17:04 | Add nvm support | Chris Bracken | 1 | +5 | -0 |
2016-03-05 04:43 | Use 'natural' scrolling for xinput2 apps | Chris Bracken | 1 | +1 | -0 |
2016-03-04 23:01 | Always use urxvt for i3 terminal | Chris Bracken | 1 | +1 | -1 |
2016-03-03 19:34 | Move X caps-lock remapping to .xinitrc | Chris Bracken | 2 | +5 | -6 |
2016-03-03 19:27 | Move fortune to bash/zsh rc files | Chris Bracken | 3 | +16 | -8 |
2016-03-03 19:26 | Move environment vars to bash/zsh rc files | Chris Bracken | 3 | +10 | -4 |
2015-12-19 08:57 | Add dvm to .tools | Chris Bracken | 1 | +5 | -0 |
2015-12-19 06:51 | Only add /opt/local/[s]bin to PATH on OS X | Chris Bracken | 1 | +4 | -2 |
2015-12-19 06:50 | Eliminate DART_SDK path hardcoding | Chris Bracken | 2 | +0 | -6 |
2015-12-19 06:44 | Don't hardcode default go version | Chris Bracken | 1 | +0 | -1 |
2015-12-02 06:56 | Add default .xinitrc | Chris Bracken | 1 | +2 | -0 |
2015-12-02 06:56 | Ensure procfs is available. Set TERM to xterm-256 for urxvt. | Chris Bracken | 1 | +8 | -1 |
2015-12-02 06:54 | Use -G option for ls on both FreeBSD and OS X | Chris Bracken | 1 | +1 | -1 |
2015-12-02 06:53 | Loosen restrictions on URxvt fonts | Chris Bracken | 1 | +2 | -2 |
2015-11-22 21:33 | Update zsh setopts: INC_APPEND_HISTORY, EXTENDED_GLOB | Chris Bracken | 1 | +4 | -2 |
2015-10-13 21:47 | Correct spelling of xsetroot for i3 bg colour. | Chris Bracken | 1 | +1 | -1 |
2015-10-13 21:46 | Add ~/bin to dmenu path. | Chris Bracken | 1 | +1 | -1 |
2015-10-13 21:43 | Use Misc Fixed for i3 titles. | Chris Bracken | 1 | +2 | -2 |
2015-10-08 04:28 | Use MacVim instead of sysem vim on OS X | Chris Bracken | 1 | +6 | -0 |
2015-10-08 00:48 | Add /opt/local/sbin to PATH. | Chris Bracken | 1 | +1 | -0 |
2015-10-08 00:46 | Kill homebrew, return to MacPorts. | Chris Bracken | 1 | +3 | -2 |
2015-10-04 00:27 | Use Misc Fixed for urxvt font. | Chris Bracken | 1 | +2 | -2 |
2015-09-25 05:56 | (hack) On OS X, short-circuit out of /proc/ check if running iTerm. | Chris Bracken | 1 | +2 | -2 |
2015-09-13 22:51 | Remove locale hardcoding. | Chris Bracken | 1 | +0 | -13 |
2015-09-09 06:27 | Use go 1.5.1 by default. | Chris Bracken | 1 | +1 | -1 |
2015-09-08 05:46 | Use Ricty bold for urxvt bold font. | Chris Bracken | 1 | +1 | -1 |
2015-09-08 05:42 | Switch back to Ricty for urxvt. | Chris Bracken | 1 | +2 | -2 |
2015-09-08 03:53 | Switch back to MiscFixed for urxvt. | Chris Bracken | 1 | +2 | -2 |
2015-09-08 03:17 | user-dirs: mv doc/{pictures,images}. | Chris Bracken | 1 | +1 | -1 |
2015-09-08 03:16 | user-dirs: move downloads under ~/tmp. | Chris Bracken | 1 | +1 | -1 |
2015-09-05 19:12 | Add profanity config. | Chris Bracken | 1 | +14 | -0 |
2015-08-20 06:37 | Use Go 1.5 by default. | Chris Bracken | 1 | +1 | -1 |
2015-08-19 20:17 | Use Ricty 9 for i3 title bars. | Chris Bracken | 1 | +2 | -2 |
2015-08-07 19:40 | Remove GOROOT/bin, GOPATH/bin from PATH. | Chris Bracken | 1 | +0 | -4 |
2015-08-07 19:34 | Move ~/bin to front of PATH. | Chris Bracken | 1 | +3 | -3 |
2015-08-07 18:53 | Ensure TERM=xterm-256color under gnome-terminal. | Chris Bracken | 2 | +5 | -2 |
2015-08-06 22:59 | Set locale to Japanese | Chris Bracken | 1 | +13 | -0 |
2015-08-06 22:54 | Remove calendar customization. | Chris Bracken | 1 | +0 | -3 |
2015-08-06 22:41 | i3: add mod+space switching for ibus input sources. | Chris Bracken | 1 | +1 | -1 |
2015-08-06 22:40 | i3: Switch to semicolon/colon for vertical/horizonal switching. | Chris Bracken | 1 | +2 | -4 |
2015-08-06 22:37 | Switch to Ricty font for urxvt. | Chris Bracken | 1 | +2 | -2 |
2015-06-24 01:13 | Rename set_xtitle to setxtitle. | Chris Bracken | 1 | +1 | -1 |
2015-06-22 03:03 | Make the week start on the right day. | Chris Bracken | 1 | +3 | -0 |
2015-06-15 17:05 | Add function to set xterm title. | Chris Bracken | 1 | +5 | -0 |
2015-05-28 20:05 | Make i3 split H/V keys dvorak-friendly. | Chris Bracken | 1 | +2 | -2 |
2015-05-28 20:04 | Add .idea to global gitignore. | Chris Bracken | 1 | +1 | -0 |
2015-05-27 06:10 | Add homebrew to $PATH. | Chris Bracken | 1 | +1 | -0 |
2015-05-27 06:09 | Check for existence of gnome-keyring-daemon. | Chris Bracken | 1 | +3 | -1 |
2015-05-27 03:39 | Use Dart from PPA. | Chris Bracken | 1 | +1 | -1 |
2015-05-27 03:37 | Use gvm. | Chris Bracken | 2 | +1 | -2 |
2015-05-27 03:27 | Move git branch from $RPROMPT to $PROMPT. | Chris Bracken | 1 | +6 | -5 |
2015-03-12 02:10 | Add go version manager support. | Chris Bracken | 1 | +5 | -0 |
2015-03-12 01:59 | Add .tools for third-party sourced stuff. | Chris Bracken | 3 | +11 | -0 |
2015-03-11 15:55 | Set root x window colour in i3. | Chris Bracken | 1 | +3 | -0 |
2015-02-16 06:52 | Add static libs and OS X dylibs to global gitignore. | Chris Bracken | 1 | +3 | -1 |
2015-02-13 06:41 | Cross-platform .zshrc location. | Chris Bracken | 1 | +1 | -1 |
2015-02-08 07:29 | Add git logstats alias. | Chris Bracken | 1 | +1 | -0 |
2015-01-29 05:36 | Launch gnome-keyring-daemon on login | Chris Bracken | 1 | +3 | -0 |
2015-01-29 05:36 | Replace caps lock with ctrl on i3 startup | Chris Bracken | 1 | +3 | -0 |
2015-01-29 05:34 | Add ~/.pub-cache/bin to PATH | Chris Bracken | 1 | +1 | -0 |
2015-01-29 05:34 | Use orange cursor colour in urxvt | Chris Bracken | 1 | +1 | -0 |
2014-12-17 20:04 | Use pulseaudio's default sink for i3 volume control | Chris Bracken | 1 | +4 | -4 |
2014-12-17 18:33 | Add i3 volume controls for keyboards without media keys. | Chris Bracken | 1 | +2 | -0 |
2014-12-17 18:32 | Update i3 lock screen command for Ubuntu 14.10 | Chris Bracken | 1 | +3 | -3 |
2014-12-17 17:43 | Use misc fixed font in rxvt. | Chris Bracken | 1 | +2 | -2 |
2014-12-17 17:43 | Correct pointer setup for Australian scrolling | Chris Bracken | 1 | +1 | -1 |
2014-11-05 04:05 | Replace backticks with $() command substitution | Chris Bracken | 1 | +1 | -1 |
2014-11-04 20:56 | .Xdefaults is deprecated, use .Xresources instead. | Chris Bracken | 1 | +0 | -26 |
2014-11-04 18:00 | Formatting: tab to spaces. | Chris Bracken | 1 | +1 | -1 |
2014-11-04 17:59 | Vimdiff support | Chris Bracken | 1 | +2 | -2 |
2014-11-04 18:30 | Minor formatting, cleanup. | Chris Bracken | 2 | +11 | -7 |
2014-11-04 18:22 | Set shell-script mode. | Chris Bracken | 3 | +5 | -0 |
2014-10-31 18:54 | Add support for suspend in i3 config. | Chris Bracken | 1 | +1 | -0 |
2014-10-31 18:48 | Use Misc Fixed in i3 | Chris Bracken | 1 | +2 | -2 |
2014-09-02 19:33 | Skip setxkbmap on OS X | Chris Bracken | 1 | +1 | -1 |
2014-05-26 05:18 | Map volume control keys | Chris Bracken | 1 | +4 | -0 |
2014-05-26 05:05 | Enable screensaver/lock screen | Chris Bracken | 1 | +7 | -0 |
2014-05-26 05:04 | Better resize keys | Chris Bracken | 1 | +2 | -2 |
2014-05-20 07:03 | Use setxkbmap for caps->ctrl remapping so it works regardless of WM | Chris Bracken | 1 | +5 | -0 |
2014-05-20 07:02 | Add i3 WM config | Chris Bracken | 2 | +134 | -0 |
2014-05-18 18:04 | Run awesome under gnome-session | Chris Bracken | 3 | +16 | -1 |
2014-05-17 05:17 | Add .gtkrc-2.0 | Chris Bracken | 1 | +1 | -0 |
2014-05-17 05:17 | Add Awesome WM config | Chris Bracken | 52 | +660 | -0 |
2014-05-16 22:40 | Better Japanese fallback fonts for urxvt | Chris Bracken | 1 | +26 | -6 |
2014-05-16 16:01 | Update XDG dirs, bookmarks | Chris Bracken | 2 | +9 | -4 |
2014-05-12 21:50 | Set TERM=xterm-256color in iTerm | Chris Bracken | 1 | +1 | -1 |
2014-05-12 17:06 | Migrate to new tig settings | Chris Bracken | 1 | +1 | -2 |
2014-05-12 01:00 | Add profanity config, theme | Chris Bracken | 2 | +29 | -0 |
2014-04-30 21:17 | gvim wrapper no longer necessary | Chris Bracken | 2 | +4 | -4 |
2014-04-30 21:16 | Add 13th mouse button | Chris Bracken | 1 | +1 | -1 |
2014-04-28 08:16 | Use 'natural' scrolling under X | Chris Bracken | 2 | +2 | -1 |
2014-04-19 23:27 | Clean up GOROOT, GOPATH | Chris Bracken | 2 | +4 | -2 |
2014-04-19 23:18 | Add .tigrc | Chris Bracken | 2 | +3 | -1 |
2014-04-17 20:57 | Use custom format for --oneline | Chris Bracken | 1 | +1 | -2 |
2014-03-05 07:43 | Add GOROOT, update PATH | Chris Bracken | 2 | +2 | -1 |
2014-03-01 03:27 | Always use -F flag with ls | Chris Bracken | 1 | +5 | -5 |
2014-03-01 03:26 | Add ls colour support on OS X | Chris Bracken | 1 | +2 | -0 |
2014-02-20 05:17 | Move /usr/local/bin to the front of PATH | Chris Bracken | 1 | +4 | -4 |
2014-02-20 05:17 | Add godoc, etc. to PATH | Chris Bracken | 1 | +3 | -0 |
2014-02-20 00:34 | On OS X, replace BSD userland with GNU tools if installed | Chris Bracken | 1 | +1 | -0 |
2014-02-07 07:48 | Homebrew now lives under /usr/local/bin | Chris Bracken | 1 | +2 | -4 |
2013-10-09 00:05 | Use vim keys in tmux copy mode | Chris Bracken | 1 | +5 | -0 |
2013-09-13 15:48 | Added ibus support for Japanese IME | Chris Bracken | 1 | +2 | -0 |
2013-09-04 18:05 | Added $DART_SDK environment variable | Chris Bracken | 2 | +2 | -1 |
2013-09-03 20:29 | Added .Xdefaults | Chris Bracken | 2 | +27 | -0 |
2013-08-30 16:59 | Enable autosquash | Chris Bracken | 1 | +2 | -0 |
2013-08-29 05:43 | Add .astylerc | Chris Bracken | 2 | +15 | -0 |
2013-08-29 05:42 | Add install-fontconf make target | Chris Bracken | 1 | +4 | -0 |
2013-07-18 21:41 | git log: use full log, git lol: one-line, git lola: one-line + authorship info | Chris Bracken | 1 | +2 | -3 |
2013-07-17 16:54 | Added .fonts.conf: use Takao if available, use Kochi as last choice | Chris Bracken | 1 | +42 | -0 |
2013-07-17 16:47 | Updated paths for Chromium/Dart dev | Chris Bracken | 1 | +4 | -3 |
2013-07-13 18:00 | Default to simple push | Chris Bracken | 1 | +2 | -0 |
2013-07-12 08:21 | Eliminated manual startup of gpg-agent | Chris Bracken | 1 | +0 | -8 |
2013-07-12 07:31 | Added ssh key timeout | Chris Bracken | 1 | +2 | -1 |
2013-07-11 16:22 | Re-ordered .gitconfig for readability | Chris Bracken | 1 | +10 | -10 |
2013-07-11 16:09 | Added git-install target and .gitignore_global | Chris Bracken | 3 | +12 | -0 |
2013-06-21 22:38 | Only prepend/append path if directory exists. | Chris Bracken | 1 | +6 | -2 |
2013-06-12 05:15 | Add Dart SDK to path | Chris Bracken | 1 | +3 | -0 |
2013-06-12 05:13 | Replaced MacPorts with homebrew | Chris Bracken | 2 | +5 | -5 |
2013-02-27 06:48 | Set $TERM to xterm-256color under gnome-terminal | Chris Bracken | 2 | +8 | -0 |
2013-02-27 06:47 | Use curses-based pinentry for gpg-agent | Chris Bracken | 1 | +2 | -2 |
2012-11-28 18:42 | Added .paths to Makefile | Chris Bracken | 1 | +2 | -2 |
2012-11-28 18:24 | Corrected GNUPGHOME | Chris Bracken | 1 | +1 | -1 |
2012-11-28 18:22 | Merge branch 'master' of github.com:cbracken/dotfiles | Chris Bracken | 1 | +1 | -1 |
2012-11-28 18:19 | Moved path maninpulation to .paths | Chris Bracken | 4 | +31 | -13 |
2012-11-28 18:19 | Moved path maninpulation to .paths | Chris Bracken | 4 | +32 | -14 |
2012-11-20 02:10 | Merge branch 'master' of github.com:cbracken/dotfiles | Chris Bracken | 2 | +17 | -0 |
2012-11-20 02:10 | Updated GNUPGHOME | Chris Bracken | 1 | +1 | -1 |
2012-10-31 05:40 | Added email. It's pretty public what it is anyway. | Chris Bracken | 1 | +1 | -0 |
2012-10-31 05:38 | Added makefile | Chris Bracken | 1 | +16 | -0 |
2012-10-30 18:03 | Replace annoying default inverted text attr for windows with content/activity alerts. Now plain text. The trailing +,# is enough. | Chris Bracken | 1 | +4 | -1 |
2012-10-28 00:50 | Added gpg, gpg-agent support. | Chris Bracken | 3 | +248 | -0 |
2012-10-24 05:04 | Fix path_add calls | Chris Bracken | 1 | +4 | -4 |
2012-10-24 04:53 | Added git branch RPROMPT. | Chris Bracken | 1 | +8 | -0 |
2012-10-22 23:32 | Revert back to C-a as default screen escape key | Chris Bracken | 1 | +0 | -1 |
2012-10-22 20:45 | Added path_add() func: add to path if the component is present and not already in path | Chris Bracken | 1 | +9 | -4 |
2012-10-22 19:05 | Corrected next/previous keybindings for more sane behaviour. | Chris Bracken | 1 | +2 | -2 |
2012-10-22 17:45 | Renamed .bash_functions to .sh_functions. Use in both bash and zsh. | Chris Bracken | 3 | +8 | -3 |
2012-10-22 18:48 | Use exact paths for fortune, dircolors checks | Chris Bracken | 2 | +7 | -4 |
2012-10-22 17:35 | Use vi mode in bash | Chris Bracken | 1 | +3 | -0 |
2012-10-12 00:01 | Renamed default directories to my personal preferences | Chris Bracken | 1 | +15 | -0 |
2012-10-12 00:00 | Turn vbell off | Chris Bracken | 1 | +1 | -0 |
2012-10-11 22:58 | Added .bash_functions to .bashrc | Chris Bracken | 1 | +4 | -0 |
2012-10-11 22:57 | Added gvim func to work around launchpad bug 776499 | Chris Bracken | 1 | +4 | -0 |
2012-10-21 06:51 | Added q->push-line and jj->vi-cmd-mode keybindings | Chris Bracken | 1 | +2 | -0 |
2012-10-21 06:32 | Turned on merge stats and mnemonic prefixes in diff. | Chris Bracken | 1 | +4 | -0 |
2012-10-21 06:27 | Removed reverse-isearch keybinding | Chris Bracken | 1 | +0 | -1 |
2012-10-21 06:18 | Add key binding for reverse-isearch | Chris Bracken | 1 | +1 | -0 |
2012-10-21 06:14 | Generalized dircolors check | Chris Bracken | 1 | +2 | -10 |
2012-10-21 06:11 | Show fortune message on login, if available | Chris Bracken | 1 | +6 | -0 |
2012-10-21 05:32 | Aliases cleanup | Chris Bracken | 1 | +20 | -11 |
2012-10-21 04:42 | Added tmux conf | Chris Bracken | 1 | +33 | -0 |
2012-10-20 20:15 | Add colour for less | Chris Bracken | 3 | +22 | -1 |
2012-10-20 19:36 | zsh compatibility | Chris Bracken | 5 | +63 | -14 |
2012-09-06 16:49 | Added .gitconfig | Chris Bracken | 1 | +10 | -0 |
2012-09-06 16:48 | Added .tkdiffrc | Chris Bracken | 1 | +116 | -0 |
2012-09-06 16:48 | Added default font/geometry for xterm. | Chris Bracken | 1 | +6 | -0 |
2012-09-06 16:47 | Updated status line to yellow highlight on green text. | Chris Bracken | 1 | +2 | -2 |
2012-09-06 16:46 | Updated prompt to only include current dir, not full path. | Chris Bracken | 1 | +2 | -2 |
2012-09-06 16:45 | Add ibus environment variables | Chris Bracken | 1 | +8 | -0 |
2012-09-06 16:43 | Merge Ubuntu 12.04 defaults. | Chris Bracken | 1 | +7 | -3 |
2012-03-27 19:11 | Added irssi config | Chris Bracken | 3 | +895 | -0 |
2012-01-07 08:12 | Set default editor to vim | Chris Bracken | 1 | +2 | -0 |
2012-01-07 07:20 | Renamed files | Chris Bracken | 5 | +0 | -0 |
2012-01-07 06:35 | Added .screenrc | Chris Bracken | 1 | +12 | -0 |
2011-09-19 05:35 | Initial import | Chris Bracken | 4 | +124 | -0 |