summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-26cgitrc readme about pageXiao Pan
2024-02-26updateXiao Pan
2024-02-25updateXiao Pan
2024-02-25mycgit.css change tab-size from default 8 to 4Xiao Pan
https://www.w3schools.com/cssref/css3_pr_tab-size.php
2024-02-25metaXiao Pan
2024-02-25cgit syntax highlight using mycgit.cssXiao Pan
mycgit.css import cgit.css and highlight.css. Because cgit.css is not a pacman backup file and it will be overwritten once cgit update. I can also update highlight.css automatically via pacman hook or `upd`. Also, I think `highlight` not using `--inline-css` maybe is a better way performance wise and more elegant (less messy generated html source code).
2024-02-25fix bug syntax_type should change to syntaxXiao Pan
2024-02-25updateXiao Pan
2024-02-25updateXiao Pan
2024-02-25highlight filetypes.conf more file extensions for .iniXiao Pan
Example files are: - <https://git.flylightning.xyz/config_local_arch/tree/home/xyz/.config/systemd/user/ssh-agent.service> - <https://git.flylightning.xyz/config_local_arch/tree/etc/systemd/network/10-cloud-init-eth0.network?h=ka>
2024-02-25highlight use --syntax-by-name to simplify codeXiao Pan
2024-02-25updateXiao Pan
2024-02-25cgit better highlightXiao Pan
2024-02-25metaXiao Pan
2024-02-25default /etc/highlight/filetypes.confXiao Pan
2024-02-25try cgit highlightXiao Pan
2024-02-25metaXiao Pan
2024-02-25cgit syntax highlighting tryXiao Pan
2024-02-21updateXiao Pan
2024-02-10pacnewXiao Pan
2024-02-10pacnewXiao Pan
2024-02-05pacdiffXiao Pan
2024-02-05updateXiao Pan
2024-02-04updateXiao Pan
2024-01-31updateXiao Pan
2024-01-22updateXiao Pan
2024-01-22fix: htop new version seems break old way of make htoprc unwritable to keep ↵Xiao Pan
config unchanged In the past, `chmod a-w ~/.config/htop/htoprc` is sufficient to let htop not able to write to htoprc. So configs keeps the same if I press anything in htop. But it seems htop new version 3.3.0 makes it not working. I'm not sure why. I suspect "Write configuration to temporary file first" in changelog is the reason <https://github.com/htop-dev/htop/blob/main/ChangeLog#L19>. Luckily, `chmod a-w ~/.config/htop` still works by making htop config dir not writable.
2024-01-22htop new versionXiao Pan
2024-01-21updateXiao Pan
2024-01-20updateXiao Pan
2024-01-20updateXiao Pan
2024-01-20updateXiao Pan
2024-01-17updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13updateXiao Pan
2024-01-13updateXiao Pan
2024-01-10workaround paru regression or fix my script bugXiao Pan
2024-01-09updateXiao Pan
2024-01-09updateXiao Pan
2024-01-09metaXiao Pan
2024-01-09move to fshXiao Pan
2024-01-07add ncXiao Pan
2024-01-04cgit set custom title, so others bookmark have sensible nameXiao Pan
2024-01-02duplicity longer full bakcup time, because it does not seem take too much spaceXiao Pan
2023-12-28fix: newline char after cli finishXiao Pan
2023-12-28updateXiao Pan
2023-12-28perf: Maybe improve performance, need testsXiao Pan
2023-12-28updateXiao Pan
2023-12-28metaXiao Pan