summaryrefslogtreecommitdiff
path: root/home/home-minimal.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* home: markdown formatting for changelogs in gitstuebinm2024-04-111-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 …
* home: glow → lowdown for markdown viewingstuebinm2024-04-071-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??)
* home: minor tweaksstuebinm2024-03-161-2/+5
|
* home: i have officially lost control of all the git reposstuebinm2024-03-151-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 …
* home-minimal: useful git branch sorting defaultstuebinm2024-03-071-0/+1
|
* home-minimal: dogdns → doggo, punycode via libidnstuebinm2024-03-071-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 ..)
* home: small stuffstuebinm2024-03-041-0/+3
|
* home: tweak git configstuebinm2024-02-111-0/+3
|
* home: fix $MANPAGER with batstuebinm2024-01-211-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
* home: use zdiff3 for gitstuebinm2024-01-081-0/+1
|
* updatesstuebinm2023-10-091-0/+1
|
* home: git search with nicer shell outputstuebinm2023-04-101-1/+1
|
* home: more aliasesstuebinm2023-03-231-0/+1
|
* home: mds alias to read markdown filesstuebinm2023-03-191-0/+8
|
* home: nicer man page pagerstuebinm2023-03-181-0/+1
|
* home: git search aliasstuebinm2023-03-071-1/+2
| | | | | slightly tweaked from the suggestion here: https://chaos.social/@Janik/109981566686066588
* new home packagesstuebinm2023-01-271-0/+1
|
* home: add hg configstuebinm2023-01-091-0/+6
|
* update to nixos22.11stuebinm2022-12-051-0/+6
|
* home: switch to different diff for gitstuebinm2022-06-151-1/+3
| | | | (delta produces memory allocation bugs)
* add minimal home manager configstuebinm2022-02-051-0/+117
(mostly to reduce hassle / build times for smaller machines)