aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home
Commit message (Collapse)AuthorAgeFilesLines
...
* org-journal: Add a couple more settingsGravatar Tom Willemse2026-01-171-1/+3
|
* Add transient command for creating a new laravel factoryGravatar Tom Willemse2026-01-151-1/+22
|
* pop-os/emacs: Add command to make a new ModelGravatar Tom Willemse2026-01-151-1/+27
|
* stumpwm: Move always-on-top floating windows aside on focusGravatar Tom Willemse2026-01-141-0/+26
| | | | | When a window is focused and there are overlapping floating windows, move those windows aside, making sure not to move them off-screen.
* zsh: Show pipestatusGravatar Tom Willemse2026-01-141-1/+6
|
* Add emacs-phel-modeGravatar Tom Willemse2026-01-131-1/+3
|
* Stumpwm: Restore default layoutGravatar Tom Willemse2026-01-131-0/+1
|
* Stumpwm: Fix input window positionGravatar Tom Willemse2026-01-131-1/+1
|
* Stumpwm: Fix screen locker programGravatar Tom Willemse2026-01-131-1/+1
|
* (oni home config common): Fix zshrcGravatar Tom Willemse2026-01-021-1/+1
|
* (oni home config common): Fix typoGravatar Tom Willemse2026-01-021-1/+1
|
* stumpwm: Show messages and inputs more centrally/obviouslyGravatar Tom Willemse2026-01-021-0/+3
|
* zsh: Add some keybindingsGravatar Tom Willemse2026-01-021-1/+7
|
* zsh: Add zsh-completions configurationGravatar Tom Willemse2026-01-022-3/+23
|
* Reindent fileGravatar Tom Willemse2026-01-021-96/+115
|
* zsh: Add completion for abcdeGravatar Tom Willemse2026-01-021-1/+3
|
* zsh: Remove duplicated functionGravatar Tom Willemse2026-01-012-28/+0
| | | | This is also imported as an autoloaded function.
* ssh: Add definition for phoenixGravatar Tom Willemse2026-01-011-1/+4
|
* zsh: Allow aliases to complete using their aliased namesGravatar Tom Willemse2026-01-011-1/+4
|
* rofi: Remove xbindkeys extensionGravatar Tom Willemse2025-12-231-11/+1
|
* pop-os: Add emacs-forgeGravatar Tom Willemse2025-12-231-0/+1
|
* pop-os: Add Emacs flyoverGravatar Tom Willemse2025-12-231-11/+2
|
* Fix typo in sxhkd configurationGravatar Tom Willemse2025-12-231-1/+1
|
* Remove keybindings from herbstluftwmGravatar Tom Willemse2025-12-231-3/+0
| | | | These are handled by sxhkd now.
* Add info-reader to foreign distro compatibility pacakgesGravatar Tom Willemse2025-12-231-1/+2
|
* Fix ‘home-zsh-services’Gravatar Tom Willemse2025-12-231-1/+1
|
* pop-os: Add Comic Neue font backGravatar Tom Willemse2025-12-231-0/+1
| | | | This is used by some applications and it broke my configuration.
* pop-os: Add emacs-sopsGravatar Tom Willemse2025-12-231-1/+3
|
* Flyover: Add package and home serviceGravatar Tom Willemse2025-12-233-35/+47
|
* rincewind: Remove unused functionGravatar Tom Willemse2025-12-181-5/+0
|
* Unify zsh configurationsGravatar Tom Willemse2025-12-184-499/+477
| | | | | | | | Combine all of my zsh configurations in a single variable and import it in all the configurations. This also adds my custom zsh functions to the configuration so that every configuration can use them.
* Fix autokeyGravatar Tom Willemse2025-12-161-2/+1
|
* pop-os/atuin: Add some common sub-subcommandsGravatar Tom Willemse2025-12-101-0/+3
|
* pop-os: Add ‘nala’ and default common subcommandsGravatar Tom Willemse2025-12-101-17/+37
| | | | | I was hoping that the configuration would be additive onto the original defaults, sadly they get overwritten instead. Now I've added the defaults back.
* home-zsh-atuin-service: Fix ‘common_subcommands’ ↵Gravatar Tom Willemse2025-12-101-1/+5
| | | | configuration
* pop-os: Switch to “skim” search mode for AtuinGravatar Tom Willemse2025-12-102-3/+10
|
* pop-os: Sync atuin history with homeGravatar Tom Willemse2025-12-102-2/+9
|
* atuin: Add ‘guix’ as a common-prefix commandGravatar Tom Willemse2025-12-102-2/+8
|
* pop-os: Use ‘home-module’ to cut up configuration a ↵Gravatar Tom Willemse2025-12-031-133/+134
| | | | | | | little I'm trying out abstracting some more of my configuration so it's easier to keep in line with my other machines.
* pop-os: Remove unused fontsGravatar Tom Willemse2025-12-031-2/+0
|
* pop-os: Remove unnecessary packagesGravatar Tom Willemse2025-12-031-3/+1
| | | | | These packages are already added by the ‘foreign-distro-compatibility-packages’ and don't need to be specified again.
* Move ‘foreign-distro-compatibility-packages’ to commonGravatar Tom Willemse2025-12-014-285/+294
| | | | Also have all the configurations use it.
* Reduce number of imports by using specification->packageGravatar Tom Willemse2025-12-011-15/+9
|
* Fix up rincewind configurationGravatar Tom Willemse2025-12-013-114/+124
| | | | | | | | | | | | | | | | I've been messing arround with it for a while and I've changed a bunch of things I don't even remember exactly why, but here we are and everything works. - There were some imports that needed to be changed because packages had moved around. - I've added some packages that I'm trying out for various things. - I removed Blackthorne from my configuration because I have a dedicated device to play this on now. - I split off some packages in separate variables to try and make more clear why I'm using them and also make them easier to reuse in other configurations.
* kitty: Bind next_window to easy-to-use keyGravatar Tom Willemse2025-12-011-1/+2
|
* services/xdisorg: Add option for sxhkd extensionsGravatar Tom Willemse2025-11-281-0/+13
|
* sxhkd: Add some keybindingsGravatar Tom Willemse2025-11-281-0/+6
|
* pop-os/emacs: Add more sql connectionsGravatar Tom Willemse2025-11-281-0/+12
|
* Emacs: Fix filename matching for filament projectGravatar Tom Willemse2025-11-281-1/+5
|
* pop-os: Fix herbstluft setupGravatar Tom Willemse2025-11-281-7/+6
|