Commit graph

59 commits

Author SHA1 Message Date
36203f79f3 Add git-trim
All checks were successful
/ check (push) Successful in 1m34s
2025-06-06 16:48:40 +01:00
ddc74bda3e Refactor imports and remove default.nix files
All checks were successful
/ check (push) Successful in 1m14s
2025-06-01 23:20:00 +01:00
cd597828c5 Fix wallpaper path 2025-05-31 13:38:23 +01:00
dbbd356929 Fix sxhkd service not starting 2025-05-31 13:25:46 +01:00
0fdac5f9a8 Fix wallpaper path 2025-05-31 12:29:35 +01:00
ae6d6fa4e0 Add dmenu integration for tmux-sessionizer
All checks were successful
/ check (push) Successful in 1m19s
2025-05-30 12:13:19 +01:00
8f5acb2fdb Move keybinds from dwm to sxhkd
All checks were successful
/ check (push) Successful in 1m25s
2025-05-29 17:00:38 +01:00
a50ea1d336 Add an abbreviation for pushing Git tags
All checks were successful
/ check (push) Successful in 1m25s
2025-05-28 13:16:43 +01:00
098e9f4816 Refactor sxhkd to its own module 2025-05-25 15:13:25 +01:00
24fc8e6845 Create scripts to add to and edit daily todo files
All checks were successful
/ check (push) Successful in 1m21s
2025-05-14 22:46:00 +01:00
adcb941c6d Return early for ~/Code/work repositories 2025-05-14 20:53:54 +01:00
d30cba946f Add git log abbreviations
All checks were successful
/ check (push) Successful in 3m4s
2025-05-09 20:05:45 +01:00
548181779e Add Sculpin abbreviations 2025-05-08 21:55:41 +01:00
b4e470961a Add git push abbreviations 2025-05-08 18:09:18 +01:00
3b3fb90b7a Add abbreviations for the just command
All checks were successful
/ check (push) Successful in 1m22s
2025-05-08 12:52:50 +01:00
1293883fa1 Add abbreviations for the find command 2025-05-08 12:52:09 +01:00
7461f3b25e Automatically open new scripts after creating them 2025-05-08 12:49:28 +01:00
b2ff96aa9e Add bookmark this script
All checks were successful
/ check (push) Successful in 1m12s
Based on Luke Smith's script created during his "Bookmarking for Unix
Chads (For Browsers, Terminals, IDEs and everything else)" video.

https://videos.lukesmith.xyz/w/o5fiME4oJMdVzwSu7mA9mc
2025-05-06 23:18:14 +01:00
5517fd3074 Make notes directory configurable 2025-05-06 15:55:35 +01:00
ec71c7bd9d Fix wallpaper path 2025-05-03 19:14:10 +01:00
54b43e4203 Remove features
All checks were successful
/ check (push) Successful in 1m21s
2025-05-03 16:50:27 +01:00
faf464f481 Make the systemd timer not persistent 2025-05-01 09:02:05 +01:00
bb9b77e2f8 Update config and option names for modules 2025-04-30 09:54:25 +01:00
1c861aa1b5 Add dev-commit
Add `dev-commit`, a script based on f00f31c649/env/.local/scripts/dev-commit
that is meant to be a fallback to commit and push any missed changes
that should be kept.

This is not intended to be a substitute for making manual commits and
writing detailed commit messages.

The script uses an environment variable for the list of project
directories, which is set within a Home Manager module that also creates
a systemd service and timer to run the command automatically - similar
to a cron job.

Adding this should prevent occasional issues, such as missing the
firewall configuration for my homelab which was removed accidentally and
stopped my reverse proxies for services such as Jellyfin and Immich from
running.
2025-04-29 13:37:20 +01:00
5f7d0d4deb Rename nixpkgs-2411 to nixpkgs-stable 2025-04-23 17:19:16 +01:00
5d6ab42c9a flake update 2025-04-23 17:10:14 +01:00
9c5e258a9d Revert "Remove nixpkgs-2411"
This reverts commit 631b1ffa66.
2025-04-23 15:48:15 +01:00
631b1ffa66 Remove nixpkgs-2411 2025-04-23 14:28:57 +01:00
dc2de9334d Make directories configurable using a patch 2025-04-23 14:19:05 +01:00
2bedd41d83 Refactor back to a more modular configuration 2025-04-23 14:19:05 +01:00
1d284c9432 Extract a scripts mixin 2025-04-06 00:53:33 +01:00
094874946a Extract a zsh mixin 2025-04-05 19:33:41 +01:00
6635e80bbf Extract a git mixin 2025-04-05 15:27:02 +01:00
5d9ba4fe28 Extract a starship mixin 2025-04-05 15:27:02 +01:00
3ff9d54970 Extract a tmux mixin 2025-04-05 15:27:00 +01:00
111c336abc Move notes configuration 2025-04-05 15:26:43 +01:00
90aaabeed6 Move newsboat configuration 2025-04-05 15:18:09 +01:00
ee19e63f4d Move neovim configuration 2025-04-05 15:18:08 +01:00
49d46a30f9 Extract a fzf mixin 2025-04-05 15:16:59 +01:00
3e0b574052 Extract a direnv mixin 2025-04-05 15:15:57 +01:00
6443b72707 Extract a phpactor mixin 2025-04-05 15:13:58 +01:00
a4cacfd4de Extract a bluetooth mixin 2025-04-05 10:43:13 +01:00
37ae46370b Extract URLs to a separate file 2025-04-04 02:13:25 +01:00
5ddf7a5e4f Add PeerTube URLs 2025-04-04 02:09:49 +01:00
5a50cb5c93 Set foldlevelstart to 1
I'd like to use folds more, so I'm going to try setting the default
foldlevel to 1 so that I can see and use them on a more regular basis.
2025-04-03 22:26:43 +01:00
fe9a8885ee Fix spellfile path 2025-04-03 20:19:45 +01:00
dec432d282 Group directories by "personal" and "work" 2025-04-03 20:16:37 +01:00
c906a7226b Add an abbreviation for git tag 2025-04-01 16:06:58 +01:00
1587dba66f Add jj to easily switch back to visual mode 2025-03-31 13:35:36 +01:00
31472dea4f Fix global abbreviations 2025-03-31 09:47:38 +01:00