aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/guix/home.scm: Add tiniercc and pcc packagesEuAndreh2025-01-181-1/+32
|
* etc/sh/rc: Replace -Wfatal-errors with -fmax-errors=10EuAndreh2025-01-171-2/+3
|
* etc/sh/rc: Remove _{POSIX_C,XOPEN}_SOURCE from $CFLAGSEuAndreh2025-01-171-2/+0
|
* etc/git/config: fetch all remotes, and in parallelEuAndreh2025-01-061-0/+3
|
* bin/gc: Don't do Guix and Nix GCEuAndreh2025-01-061-0/+2
|
* bin/clean: Handle mk(1) as well as make(1)EuAndreh2025-01-031-1/+5
|
* etc/guix/home.scm: Remove "rename" packageEuAndreh2024-12-311-1/+0
| | | | Leverage rename(1) from the "util-linux" package.
* etc/guix/channels.scm: Add 'the-dam channelEuAndreh2024-12-311-0/+4
| | | | For things like inferno (32-bit only) and plan9port.
* etc/guix/home.scm: Add "freetype" packageEuAndreh2024-12-271-0/+1
|
* etc/guix/home.scm: Remove broken chrome packageEuAndreh2024-12-231-1/+1
|
* bin/re: Use extended regexes in sed(1)EuAndreh2024-12-211-2/+2
|
* Comment out broken packagesEuAndreh2024-12-181-2/+2
|
* etc/guix/home.scm: Simplify definition of gm2EuAndreh2024-12-181-6/+3
|
* etc/tmux/tmux.conf: Increase save interval to once a dayEuAndreh2024-12-121-1/+1
|
* etc/guix/home.scm: Add "gm2" packageEuAndreh2024-12-111-0/+25
|
* Makefile: Remove perlcritic and shellcheck from check targetsEuAndreh2024-12-041-1/+1
|
* etc/guix/home.scm: rename backup(1) to backupit(1)EuAndreh2024-12-041-1/+1
|
* etc/guix/system.scm: Finish configuration of /mnt/doisEuAndreh2024-11-291-9/+7
|
* etc/guix/system.scm: Include commented entries for /dev/sdb1 and /mnt/doisEuAndreh2024-11-271-2/+16
|
* etc/guix/system.scm: Bump swappiness from 100 to 200EuAndreh2024-11-211-1/+1
|
* etc/guix/system.scm: Add sysctl config for vm/swappinessEuAndreh2024-11-141-1/+2
|
* etc/guix/home.scm: Re-add many packages trimmed in precious cleanup commitEuAndreh2024-11-141-5/+82
|
* etc/tmux/tmux.conf: Add keybinding for setting width to 80 columnsEuAndreh2024-11-141-0/+1
|
* etc/sh/rc: Add -N to GOCFLAGSEuAndreh2024-11-141-1/+1
|
* etc/sh/rc: Replace -fPIE with -fPIC in $CFLAGSEuAndreh2024-11-141-1/+1
|
* etc/sh/rc: Add $FUZZSECEuAndreh2024-11-141-0/+1
|
* etc/sh/rc: Remove $CGO_ENABLED variableEuAndreh2024-11-141-1/+0
|
* etc/sh/rc: Remove nvi mapping for leftrightEuAndreh2024-11-141-1/+1
|
* bin/vcs: Tiny improvement for `fossil_status()`EuAndreh2024-11-141-0/+1
|
* bin/boop: Also show $PWD if no message is givenEuAndreh2024-11-141-1/+1
|
* Move bin/{htmlesc,shesc,uri} to eutEuAndreh2024-11-143-284/+0
|
* bin/forever: Add "-n" option, remove long optionsEuAndreh2024-11-141-45/+7
|
* bin/clean: Shrink to the minimumEuAndreh2024-11-141-66/+1
|
* etc/guix/home.scm: Add editline packageEuAndreh2024-10-171-0/+1
|
* etc/guix/home.scm: Add scryptkdf packageEuAndreh2024-10-171-0/+1
|
* etc/guix/home.scm: Replace sqlite with acudeEuAndreh2024-10-171-3/+1
|
* bin/muffle: Speed upEuAndreh2024-10-121-10/+5
| | | | | | | | | | | | | | | First, use sort -m, as both inputs are already sorted. This both changes from it from O(n*log(n)) to O(n), and allows sort(1) to produce streaming output, instead of sponging all the input, and potentially spilling to disk during the process. Second, use awk(1) when looping. Not only awk(1) is made for this type of job, but also we only call it once and let it do the loop, over looping manually and calling '['(1), printf() and cut(1) on each iteration. Now we call cut(1) only once. It went from being annoying enough to make me pause considering using to being unnoticeable.
* etc/guix/home.scm: Add mpv packageEuAndreh2024-09-301-0/+1
|
* etc/sh/rc: Add xmodmap config for "/" and "?"EuAndreh2024-09-302-1/+5
|
* etc/xmobar/velhinho: Include /mnt/doisEuAndreh2024-09-161-1/+1
|
* bin/serve: Add -n optionEuAndreh2024-09-111-3/+10
|
* rm bin/untill: Moved to eutEuAndreh2024-08-291-94/+0
|
* etc/ssh/config.tmpl: Disable PasswordAuthentication by defaultEuAndreh2024-08-241-0/+1
|
* etc/ssh/known_hosts: Add entry for asamiEuAndreh2024-08-241-3/+3
|
* etc/ssh/config.tmpl: Add "asami" and commentsEuAndreh2024-08-241-0/+7
|
* etc/ssh/config.tmpl: Simple reorderEuAndreh2024-08-241-7/+7
|
* etc/git/config: advice.forceDeleteBranch = falseEuAndreh2024-08-211-0/+1
|
* system.scm: Better instructions on creating /swapfileEuAndreh2024-08-201-5/+7
|
* etc/guix/home.scm: Add "entr" and "inotify-tools" packagesEuAndreh2024-08-171-0/+2
|
* etc/guix/{home,system}.scm: Rename queue: -> q:EuAndreh2024-08-172-6/+6
|