| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wezterm: Add ‘M-x’ as a key to open the comman-palette | 2026-07-18 | 1 | -1/+2 | |
| | | |||||
| * | sway: Listen to events from Sway | 2026-07-18 | 1 | -1/+5 | |
| | | |||||
| * | sway: Add workspace bindings | 2026-07-18 | 1 | -0/+11 | |
| | | |||||
| * | hammerspoon: Add command to start screensaver | 2026-07-17 | 1 | -0/+1 | |
| | | | | | | | Right now my lock screen refuses to turn on the screensaver I picked, so adding this command, which matches other machines as well, will let me turn on the screensaver directly. | ||||
| * | macos: Update emacs init file | 2026-07-16 | 2 | -58/+170 | |
| | | |||||
| * | zsh: Add default value when there is no project | 2026-07-16 | 1 | -1/+1 | |
| | | | | | This is just the name of the current directory. | ||||
| * | zsh: Update explanation | 2026-07-16 | 1 | -1/+1 | |
| | | |||||
| * | atuin: Fix zsh initialization | 2026-07-16 | 1 | -1/+1 | |
| | | |||||
| * | wezterm: Put prompt navigation behind leader key | 2026-07-16 | 1 | -2/+2 | |
| | | |||||
| * | pop-os/emacs: Add option to roll back laravel migrations | 2026-07-16 | 1 | -3/+4 | |
| | | |||||
| * | macos: Add coreutils | 2026-07-16 | 1 | -0/+12 | |
| | | | | | | So that I can use the ‘ls’ command that reads the ‘LS_COLORS’ variable so that I can use vivid to theme the colors. | ||||
| * | macos: Add alias for make | 2026-07-16 | 1 | -1/+12 | |
| | | | | | I'm getting tired of having to type gmake all the time. | ||||
| * | fixup! Add vivid and atuin configurations | 2026-07-16 | 1 | -1/+1 | |
| | | |||||
| * | zsh: Remove ‘/’, ‘-’, and ‘)’ from wordchars | 2026-07-16 | 1 | -0/+8 | |
| | | | | | | | | The ‘WORDCHARS’ variable defines which characters that aren't letters are to be part of a word. I'm removing these so commands like delete-word won't gobble up these characters as well. This is bringing the function closer to what I expect from Emacs. | ||||
| * | zshrc: Fix indentation | 2026-07-16 | 1 | -156/+141 | |
| | | | | | I use org-indent now. | ||||
| * | Add vivid and atuin configurations | 2026-07-16 | 4 | -1/+65 | |
| | | |||||
| * | guile-swayer: Run kill from guile, not sway | 2026-07-12 | 2 | -1/+3 | |
| | | | | | | I can't figure out why, but I can't get the sway config to execute both the pkill and the guile commands. But by running it in Guile it still works. | ||||
| * | emacs-config: Add sendmail configuration | 2026-07-12 | 1 | -0/+1 | |
| | | |||||
| * | emacs-config: Add yasnippet configuration | 2026-07-12 | 1 | -0/+1 | |
| | | |||||
| * | data: Add my org-mode configuration | 2026-07-12 | 1 | -0/+1 | |
| | | |||||
| * | data: Add fennel packages | 2026-07-12 | 1 | -1/+4 | |
| | | |||||
| * | emacs-config: Update to latest | 2026-07-12 | 1 | -2/+2 | |
| | | |||||
| * | emacs-config: Switch to sourcehut | 2026-07-12 | 1 | -1/+1 | |
| | | |||||
| * | emacs-config: Make sure SBCL is installed for lisp-mode | 2026-07-12 | 1 | -1/+3 | |
| | | |||||
| * | wezterm: Add pane splitting commands | 2026-07-12 | 1 | -1/+10 | |
| | | |||||
| * | sway: Add initial config | 2026-07-12 | 3 | -0/+29 | |
| | | |||||
| * | data: Add configuration for guile-swayer | 2026-07-11 | 2 | -1/+30 | |
| | | |||||
| * | hammerspoon: Make the console use fennel | 2026-07-08 | 1 | -1/+17 | |
| | | |||||
| * | hammerspoon: Watch for changes in the configuration file ↵ | 2026-07-08 | 1 | -0/+9 | |
| | | | | | and reload | ||||
| * | hammerspoon: Remove debugging expression | 2026-07-08 | 1 | -5/+0 | |
| | | |||||
| * | hammerspoon: Update debugging info method | 2026-07-08 | 1 | -3/+4 | |
| | | |||||
| * | hammerspoon: Apply layout changes automatically | 2026-07-08 | 1 | -17/+44 | |
| | | | | | | Whenever one of the applications that I care about is opened, or when the screen size changes, apply the layout as specified. | ||||
| * | wezterm: Add some more colors | 2026-07-07 | 1 | -1/+6 | |
| | | |||||
| * | glide: Update leader key | 2026-07-07 | 1 | -0/+2 | |
| | | |||||
| * | GNUmakefile: Add color to zsh module compilation | 2026-07-07 | 1 | -2/+5 | |
| | | |||||
| * | wezterm: Dynamically load fennel for configuration | 2026-07-07 | 3 | -19/+22 | |
| | | |||||
| * | pop-os/emacs: Remove browser customization | 2026-07-07 | 1 | -4/+0 | |
| | | | | | Glide is now the default browser, so we don't have to manually try to runit. | ||||
| * | GNUmakefile: Update transformation colors | 2026-07-07 | 1 | -4/+5 | |
| | | | | | | Use backkgrounds instead of foregrounds, add some spacing around them. Trying out something new. | ||||
| * | hammerspoon: Add configuration | 2026-07-07 | 3 | -1/+77 | |
| | | |||||
| * | macos/init2: Add some packages | 2026-07-07 | 2 | -8/+13 | |
| | | |||||
| * | Add new init file for macos | 2026-07-03 | 1 | -0/+50 | |
| | | |||||
| * | pop-os/emacs: Remove comment | 2026-07-02 | 1 | -49/+0 | |
| | | |||||
| * | pop-os/emacs: Add commmand-line arguments to composer ↵ | 2026-07-02 | 1 | -1/+1 | |
| | | | | | | | install These should make it easier for Emacs to render the progress of these commands. | ||||
| * | Brewfile: Update installed applications | 2026-07-02 | 1 | -2/+14 | |
| | | |||||
| * | glide: Set hint characters | 2026-07-02 | 1 | -0/+1 | |
| | | | | | | These are only the characters under my fingers in the home position, no others. This is to make it as quick and easy as possible to press them. | ||||
| * | emacs: Add more modules | 2026-07-02 | 8 | -0/+77 | |
| | | |||||
| * | zsh: Mark the prompt, input, and output with OSC codes | 2026-07-02 | 1 | -1/+14 | |
| | | |||||
| * | zsh: Set the current tab title when we enter a git directory | 2026-07-02 | 1 | -2/+13 | |
| | | |||||
| * | wezterm: Add keybinding to send leader key back to terminal | 2026-07-02 | 1 | -1/+3 | |
| | | | | | | C-c is used quite a lot in the terminal, so I need to be able to actually send it there. | ||||
| * | emacs-config: Update to latest | 2026-06-22 | 1 | -63/+20 | |
| | | | | | | The latest configuration files don't include any snippets, those have all moved to the oni-yasnippet configuration. | ||||
