Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | etc/sh/rc: Remove nvi mapping for leftright | EuAndreh | 2024-11-14 | 1 | -1/+1 | |
| | ||||||
* | bin/vcs: Tiny improvement for `fossil_status()` | EuAndreh | 2024-11-14 | 1 | -0/+1 | |
| | ||||||
* | bin/boop: Also show $PWD if no message is given | EuAndreh | 2024-11-14 | 1 | -1/+1 | |
| | ||||||
* | Move bin/{htmlesc,shesc,uri} to eut | EuAndreh | 2024-11-14 | 3 | -284/+0 | |
| | ||||||
* | bin/forever: Add "-n" option, remove long options | EuAndreh | 2024-11-14 | 1 | -45/+7 | |
| | ||||||
* | bin/clean: Shrink to the minimum | EuAndreh | 2024-11-14 | 1 | -66/+1 | |
| | ||||||
* | etc/guix/home.scm: Add editline package | EuAndreh | 2024-10-17 | 1 | -0/+1 | |
| | ||||||
* | etc/guix/home.scm: Add scryptkdf package | EuAndreh | 2024-10-17 | 1 | -0/+1 | |
| | ||||||
* | etc/guix/home.scm: Replace sqlite with acude | EuAndreh | 2024-10-17 | 1 | -3/+1 | |
| | ||||||
* | bin/muffle: Speed up | EuAndreh | 2024-10-12 | 1 | -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 package | EuAndreh | 2024-09-30 | 1 | -0/+1 | |
| | ||||||
* | etc/sh/rc: Add xmodmap config for "/" and "?" | EuAndreh | 2024-09-30 | 2 | -1/+5 | |
| | ||||||
* | etc/xmobar/velhinho: Include /mnt/dois | EuAndreh | 2024-09-16 | 1 | -1/+1 | |
| | ||||||
* | bin/serve: Add -n option | EuAndreh | 2024-09-11 | 1 | -3/+10 | |
| | ||||||
* | rm bin/untill: Moved to eut | EuAndreh | 2024-08-29 | 1 | -94/+0 | |
| | ||||||
* | etc/ssh/config.tmpl: Disable PasswordAuthentication by default | EuAndreh | 2024-08-24 | 1 | -0/+1 | |
| | ||||||
* | etc/ssh/known_hosts: Add entry for asami | EuAndreh | 2024-08-24 | 1 | -3/+3 | |
| | ||||||
* | etc/ssh/config.tmpl: Add "asami" and comments | EuAndreh | 2024-08-24 | 1 | -0/+7 | |
| | ||||||
* | etc/ssh/config.tmpl: Simple reorder | EuAndreh | 2024-08-24 | 1 | -7/+7 | |
| | ||||||
* | etc/git/config: advice.forceDeleteBranch = false | EuAndreh | 2024-08-21 | 1 | -0/+1 | |
| | ||||||
* | system.scm: Better instructions on creating /swapfile | EuAndreh | 2024-08-20 | 1 | -5/+7 | |
| | ||||||
* | etc/guix/home.scm: Add "entr" and "inotify-tools" packages | EuAndreh | 2024-08-17 | 1 | -0/+2 | |
| | ||||||
* | etc/guix/{home,system}.scm: Rename queue: -> q: | EuAndreh | 2024-08-17 | 2 | -6/+6 | |
| | ||||||
* | etc/guix/channels.scm: Update to new channel reference | EuAndreh | 2024-08-17 | 1 | -2/+2 | |
| | ||||||
* | etc/guix/system.scm: Remove extra packages | EuAndreh | 2024-08-12 | 1 | -3/+1 | |
| | ||||||
* | etc/guix/system.scm: Remove i3 | EuAndreh | 2024-08-12 | 1 | -2/+1 | |
| | ||||||
* | etc/guix/system.scm: Add (now required) containerd-service-type | EuAndreh | 2024-08-12 | 1 | -0/+1 | |
| | ||||||
* | etc/guix/system.scm: Remove custom xmonad | EuAndreh | 2024-08-12 | 1 | -24/+2 | |
| | ||||||
* | etc/guix/system.scm: Add fixed "xmonad-wm" package | EuAndreh | 2024-08-08 | 1 | -3/+26 | |
| | ||||||
* | etc/sh/rc: Shrink $GOLDFLAGS | EuAndreh | 2024-08-08 | 1 | -1/+1 | |
| | ||||||
* | etc/guix/home.scm: Get go packages from (org euandre queue) | EuAndreh | 2024-08-05 | 1 | -2/+3 | |
| | ||||||
* | etc/sh/rc: Disable quit confirmation from gdb | EuAndreh | 2024-08-05 | 1 | -1/+1 | |
| | ||||||
* | etc/sh/rc: Add $YFLAGS, $GOCFLAGS and $GOLDFLAGS | EuAndreh | 2024-08-05 | 1 | -0/+3 | |
| | ||||||
* | etc/guix/system.scm: Remove nginx service | EuAndreh | 2024-08-05 | 1 | -11/+0 | |
| | ||||||
* | etc/guix/home.scm: Disable broken scikit-learn | EuAndreh | 2024-07-15 | 1 | -1/+1 | |
| | ||||||
* | etc/guix/home.scm: Re-add libreoffice | EuAndreh | 2024-07-15 | 1 | -0/+1 | |
| | ||||||
* | etc/guix/home.scm: Remove pytest-xdist package | EuAndreh | 2024-07-15 | 1 | -1/+0 | |
| | ||||||
* | etc/guix/home.scm: Add motif package | EuAndreh | 2024-07-15 | 1 | -1/+3 | |
| | ||||||
* | etc/sh/rc: Remove -fsanitize=undefined fro $CFLAGS and $LDFLAGS | EuAndreh | 2024-07-03 | 1 | -2/+1 | |
| | ||||||
* | mv bin/e bin/ee | EuAndreh | 2024-07-03 | 2 | -1/+2 | |
| | ||||||
* | Simplify code used by xmobar | EuAndreh | 2024-06-16 | 2 | -1/+5 | |
| | | | | | Remove the endless loop, and stop polling the system while doing nothing. | |||||
* | etc/xmonad/xmonad.hs: Add keybindings for switching monitors setup | EuAndreh | 2024-06-16 | 1 | -0/+4 | |
| | ||||||
* | etc/sh/rc: Use C17 in $CCFLAGS! | EuAndreh | 2024-06-16 | 1 | -1/+1 | |
| | | | | | | POSIX 2024 has been published! https://news.ycombinator.com/item?id=40679809 | |||||
* | etc/sh/rc: Remove -g from $CCFLAGS and -static from $LLDFLAGS | EuAndreh | 2024-06-16 | 1 | -5/+3 | |
| | ||||||
* | bin/uri: Unbuffer when processing an stream online | EuAndreh | 2024-06-16 | 1 | -2/+4 | |
| | ||||||
* | bin/with-{one-monitor,two-monitors}: Add output from arandr(1) | EuAndreh | 2024-06-16 | 2 | -0/+4 | |
| | ||||||
* | etc/sh/rc: Add -fsanitize=undefined to $LDFLAGS | EuAndreh | 2024-06-09 | 1 | -2/+2 | |
| | ||||||
* | etc/guix/home.scm: Add "fontconfig" and "freetype" packages: dependencies ↵ | EuAndreh | 2024-06-05 | 1 | -0/+2 | |
| | | | | for building "vt" | |||||
* | etc/git/ignore: Remove | EuAndreh | 2024-06-05 | 1 | -8/+0 | |
| | ||||||
* | etc/sh/rc: Add alias for gdb | EuAndreh | 2024-06-03 | 1 | -0/+1 | |
| |