| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emacs-config: Update to latestHEADmain | 2026-06-22 | 1 | -63/+20 | |
| | | | | | | The latest configuration files don't include any snippets, those have all moved to the oni-yasnippet configuration. | ||||
| * | zsh: Fix imports | 2026-06-22 | 1 | -1/+1 | |
| | | | | | Atuin was moved from rosenthal to main repository. | ||||
| * | org-mem: Exclude archived files | 2026-06-22 | 1 | -1/+2 | |
| | | |||||
| * | data: Remove org-roam and add some other packages | 2026-06-22 | 1 | -14/+6 | |
| | | |||||
| * | wezterm: Move actual config setting out of service file | 2026-06-22 | 2 | -2/+7 | |
| | | |||||
| * | oni-flycheck: Add phpstan | 2026-06-18 | 1 | -0/+1 | |
| | | |||||
| * | Brewfile: Add SCSH | 2026-06-18 | 1 | -0/+7 | |
| | | |||||
| * | wezterm: Don't use compose key in wezterm | 2026-06-18 | 1 | -0/+3 | |
| | | |||||
| * | wezterm: Add leader key | 2026-06-18 | 1 | -1/+3 | |
| | | |||||
| * | emacs: Install orderless | 2026-06-16 | 1 | -7/+10 | |
| | | |||||
| * | zsh: Add settitle command | 2026-06-15 | 1 | -0/+2 | |
| | | | | | This command just tells wezterm the name of the current tab | ||||
| * | oni-dashboard: Add navigator | 2026-06-15 | 1 | -0/+11 | |
| | | |||||
| * | Brewfile: Add hammerspoon | 2026-06-15 | 1 | -0/+2 | |
| | | |||||
| * | oni-dumb-jump: Fix issue trying to perpetually reinstall ↵ | 2026-06-15 | 1 | -1/+1 | |
| | | | | | ripgrep | ||||
| * | oni-php: Fix error | 2026-06-15 | 1 | -0/+1 | |
| | | |||||
| * | oni-php: Add scripts directory | 2026-06-15 | 3 | -2/+56 | |
| | | |||||
| * | GNUmakefile: Make brew bundle a little more quiet | 2026-06-15 | 1 | -1/+1 | |
| | | |||||
| * | wezterm: Replace Lua config with Fennel | 2026-06-15 | 5 | -81/+105 | |
| | | |||||
| * | Brewfile: Remove yabai | 2026-06-12 | 1 | -3/+1 | |
| | | |||||
| * | emacs: Add oni-grep | 2026-06-12 | 2 | -0/+30 | |
| | | |||||
| * | oni-dashboard: Use ‘display-buffer’ instead of ↵ | 2026-06-11 | 1 | -4/+5 | |
| | | | | | ‘switch-to-buffer’ | ||||
| * | Emacs: Add mixed-pitch mode | 2026-06-11 | 1 | -0/+6 | |
| | | |||||
| * | Brewfile: Fixup some packages | 2026-06-10 | 1 | -1/+17 | |
| | | |||||
| * | git: Fix regex for MacOS | 2026-06-10 | 1 | -1/+1 | |
| | | |||||
| * | zsh: Load other init files too | 2026-06-10 | 1 | -0/+10 | |
| | | |||||
| * | Update Emacs config | 2026-06-10 | 18 | -188/+721 | |
| | | | | | | This is mainly used by my work machine at the moment, but that should change soon. | ||||
| * | GNUmakefile: Fix init.el generator for MacOS | 2026-06-10 | 1 | -1/+1 | |
| | | | | | Don't keep adding into the file, just write the whole thing once. | ||||
| * | Update MacOS setup | 2026-06-10 | 4 | -4/+853 | |
| | | |||||
| * | .stowrc: Ignore some more files | 2026-06-10 | 1 | -0/+2 | |
| | | |||||
| * | GNUmakefile: Use printf instead of ‘echo -e’ | 2026-06-10 | 1 | -2/+2 | |
| | | | | | | MacOS' echo doesn't support the ‘-e’ switch, but printf should work everywhere. | ||||
| * | freedesktop: Add missing file | 2026-06-09 | 1 | -0/+45 | |
| | | |||||
| * | rincewind: Add wezterm configuration | 2026-06-09 | 2 | -1/+42 | |
| | | |||||
| * | glide: Fix adding new groups | 2026-06-03 | 1 | -1/+6 | |
| | | | | | | If there are no groups at all, then the execute method is never added to any option and will never run. Add a dummy group just in case. | ||||
| * | Emacs: Add Lua mode | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add gitignore for built files | 2026-05-29 | 1 | -0/+1 | |
| | | |||||
| * | Emacs: Add magit | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add php-mode | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add dockerfile mode | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add MELPA package archive | 2026-05-29 | 1 | -0/+8 | |
| | | |||||
| * | Emacs: Don't load oni modules | 2026-05-29 | 1 | -5/+0 | |
| | | | | | I'm rearranging how I configure Emacs in this repository | ||||
| * | _mbsetupuser/Brewfile: Add colima | 2026-05-29 | 1 | -0/+2 | |
| | | |||||
| * | _mbsetupuser/Brewfile: Add tailscale | 2026-05-29 | 1 | -0/+2 | |
| | | |||||
| * | GNUmakefile: Remove --cleanup from brew bundle | 2026-05-29 | 1 | -1/+1 | |
| | | | | | I'll probably end up adding dependencies through use-package. | ||||
| * | GNUmakefile: Add ssh keygen recipe | 2026-05-29 | 1 | -1/+6 | |
| | | |||||
| * | GNUmakefile: Use emacs -q to byte-compile .el files | 2026-05-29 | 1 | -1/+1 | |
| | | |||||
| * | GNUmakefile: Use proper target for emacs prerequisites | 2026-05-29 | 1 | -1/+1 | |
| | | |||||
| * | wezterm: Use integrated buttons | 2026-05-27 | 1 | -1/+5 | |
| | | | | | This makes them a little nicer to look at in macos. | ||||
| * | _mbsetupuser/Brewfile.org: Add description of fonts | 2026-05-27 | 1 | -0/+3 | |
| | | |||||
| * | GNUmakefile: Add project directories to setup | 2026-05-27 | 1 | -0/+9 | |
| | | |||||
| * | GNUmakefile: Add work git configuration | 2026-05-27 | 6 | -1/+19 | |
| | | |||||
