summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-11home: markdown formatting for changelogs in gitstuebinm1-2/+27
I discovered `guix pull --news` recently and realised I barely ever keep up with nixpkgs's change logs, so here's a thing which might help to change that. It's actually a little more general than I thought it'd need to be — turns out that people do change old release notes items in nixpkgs (mostly to update links), so it can format deletions as well. (some vague inspiration was given by https://github.com/netj/markdown-diff) It's a little cursed, but then so is using `lowdown` at all I'd say …
2024-04-07home: glow → lowdown for markdown viewingstuebinm1-2/+4
lowdown isn't very good, but at least it doesn't have any weird cloud features (why is this the standard for things that show text??)
2024-03-16home: minor tweaksstuebinm1-2/+5
2024-03-15home: i have officially lost control of all the git reposstuebinm1-0/+10
so I added a command to search though them :) Should help whenever I'm not sure if I have cloned something already. Intended usage is something like `cd (git where)`. It might be useful to extend this so it doesn't assume everything has a remote called `origin', but looks like my only three git repos which don't have one (and which are not my own) where cloned via heartwood/radicle, and I'm unlikely to need those again tbh. … tbh, it might also be worth it to add a mass-fetch command? So much of what I've cloned is just old stuff lying around …
2024-03-07home-minimal: useful git branch sorting defaultstuebinm1-0/+1
2024-03-07home-minimal: dogdns → doggo, punycode via libidnstuebinm1-0/+2
doggo is more maintained, can use IPv6, queries all nameservers at once by default, and generally feels comfier. (now if only it had a man page ..)
2024-03-04home: small stuffstuebinm1-0/+3
2024-02-11home: tweak git configstuebinm1-0/+3
2024-01-21home: fix $MANPAGER with batstuebinm1-0/+1
turns out there's an issue for that: https://github.com/sharkdp/bat/issues/2563 and even a hint in bat's README.md
2024-01-08home: use zdiff3 for gitstuebinm1-0/+1
2023-10-09updatesstuebinm1-0/+1
2023-04-10home: git search with nicer shell outputstuebinm1-1/+1
2023-03-23home: more aliasesstuebinm1-0/+1
2023-03-19home: mds alias to read markdown filesstuebinm1-0/+8
2023-03-18home: nicer man page pagerstuebinm1-0/+1
2023-03-07home: git search aliasstuebinm1-1/+2
slightly tweaked from the suggestion here: https://chaos.social/@Janik/109981566686066588
2023-01-27new home packagesstuebinm1-0/+1
2023-01-09home: add hg configstuebinm1-0/+6
2022-12-05update to nixos22.11stuebinm1-0/+6
2022-06-15home: switch to different diff for gitstuebinm1-1/+3
(delta produces memory allocation bugs)
2022-02-05add minimal home manager configstuebinm1-0/+117
(mostly to reduce hassle / build times for smaller machines)