Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | etc/sh/rc: Add idiff() utility function | EuAndreh | 2024-01-12 | 1 | -0/+4 |
| | |||||
* | etc/sh/rc: Use 9 threads on $MAKEFLAGS | EuAndreh | 2024-01-12 | 1 | -1/+1 |
| | | | | After all, we're IO bound in velhinho. | ||||
* | etc/sh/rc: Refine $CFLAGS | EuAndreh | 2024-01-12 | 1 | -2/+1 |
| | |||||
* | etc/guix/home.scm: Remove entr(1) and ranger(1) packages | EuAndreh | 2024-01-12 | 1 | -2/+0 |
| | | | | They were replaced by zoia(1) and explorer(1), in that order. | ||||
* | etc/sh/rc: Set $CC to tcc(1) | EuAndreh | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | etc/git/ignore: Add /build/ | EuAndreh | 2024-01-12 | 1 | -0/+1 |
| | |||||
* | bin/backup: Use nicely(1) always | EuAndreh | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | Remove Nix/NixOS support from configuration and utilities | EuAndreh | 2024-01-12 | 7 | -58/+1 |
| | |||||
* | etc/sh/rc: Use "\" as a shortcut in vi(1) for saving a file | EuAndreh | 2024-01-06 | 1 | -0/+1 |
| | |||||
* | etc/sh/rc: Remove extra options from $CFLAGS | EuAndreh | 2024-01-06 | 1 | -3/+0 |
| | |||||
* | bin/muffle: Add -n option | EuAndreh | 2024-01-04 | 1 | -3/+8 |
| | |||||
* | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 2024-01-04 | 16 | -41/+41 |
| | | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like. | ||||
* | etc/sh/rc: Fix "c" alias to use the correct command | EuAndreh | 2024-01-04 | 1 | -1/+1 |
| | |||||
* | etc/sh/rc: Add _XOPEN_SOURCE=700 to $CFLAGS | EuAndreh | 2024-01-04 | 1 | -0/+1 |
| | |||||
* | bin/ldev: Add working utility | EuAndreh | 2024-01-04 | 1 | -0/+232 |
| | |||||
* | etc/sh/rc: Add "c" alias | EuAndreh | 2023-12-28 | 1 | -0/+1 |
| | |||||
* | rm etc/nix/configuration.nix: retire usurpador | EuAndreh | 2023-12-13 | 2 | -327/+1 |
| | | | | OR ELSE! | ||||
* | etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific section | EuAndreh | 2023-12-13 | 1 | -2/+3 |
| | |||||
* | etc/ssh/config.tmpl: Add lawtech alias | EuAndreh | 2023-12-13 | 1 | -1/+2 |
| | |||||
* | etc/guix/system.scm: Enable core dumps by default | EuAndreh | 2023-12-13 | 2 | -0/+10 |
| | | | | Start with no limit on the size of the core dump. | ||||
* | bin/clean: Fix "if" order | EuAndreh | 2023-12-08 | 1 | -2/+2 |
| | |||||
* | etc/sh/rc: Replace "clean" alias with clean(1) utility | EuAndreh | 2023-12-08 | 3 | -1/+74 |
| | |||||
* | etc/guix/home.scm: Fix imports | EuAndreh | 2023-12-08 | 1 | -1/+1 |
| | |||||
* | etc/ssh/: Add config for papo.im server | EuAndreh | 2023-11-27 | 2 | -0/+12 |
| | |||||
* | etc/sh/rc: Add "clean" alias | EuAndreh | 2023-11-27 | 1 | -0/+1 |
| | |||||
* | etc/sh/rc: Always "direnv allow" in rr() without checking | EuAndreh | 2023-11-13 | 1 | -3/+1 |
| | |||||
* | etc/sh/rc: Add $HOME/.nix-profile as prefix | EuAndreh | 2023-11-13 | 1 | -0/+1 |
| | |||||
* | etc/sh/rc: Make $CFLAGS more legible | EuAndreh | 2023-11-07 | 1 | -1/+21 |
| | |||||
* | etc/sh/rc: Revert $CC back to gcc | EuAndreh | 2023-11-07 | 1 | -1/+1 |
| | |||||
* | etc/guix/home.scm: Add "tabbed" package | EuAndreh | 2023-10-27 | 1 | -0/+1 |
| | |||||
* | etc/guix/home.scm: Fix selected "rust" package outputs | EuAndreh | 2023-10-27 | 1 | -1/+2 |
| | |||||
* | bin/nicely: Add new working utility | EuAndreh | 2023-10-25 | 1 | -0/+67 |
| | |||||
* | etc/guix/home.scm: Remove duplicate rust packages | EuAndreh | 2023-10-23 | 1 | -3/+0 |
| | |||||
* | etc/guix/home.scm: Add "arp-scan" package | EuAndreh | 2023-10-21 | 1 | -0/+1 |
| | |||||
* | etc/guix/home.scm: Add "minicom" package | EuAndreh | 2023-10-20 | 1 | -0/+1 |
| | |||||
* | etc/sh/rc: Add -fanalyzer to $CFLAGS | EuAndreh | 2023-10-20 | 1 | -1/+1 |
| | |||||
* | etc/guix/home.scm: Add "cppcheck" package | EuAndreh | 2023-10-20 | 1 | -0/+1 |
| | |||||
* | etc/sh/rc: Add -Wvla, -fsanitize=undefined and -fsanitize-trap to $CFLAGS | EuAndreh | 2023-10-20 | 1 | -1/+1 |
| | |||||
* | etc/sh/rc: Remove "nolock" from $EXINIT | EuAndreh | 2023-10-20 | 1 | -1/+0 |
| | |||||
* | etc/guix/system.scm: Also add "dialout" supplementary group | EuAndreh | 2023-10-18 | 1 | -1/+1 |
| | |||||
* | etc/guix/home.scm: Fix inclusion of AVR toolchain | EuAndreh | 2023-10-18 | 1 | -1/+2 |
| | |||||
* | etc/nix/configuration.nix: Add "dialout" to extraGroups | EuAndreh | 2023-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | As serial devices have the "dialout" rw group permissions: $ l /dev/tty[A-Z]* crw-rw---- 1 root dialout 166, 0 oct. 17 09:15 /dev/ttyACM0 crw-rw---- 1 root dialout 4, 64 oct. 14 01:07 /dev/ttyS0 crw-rw---- 1 root dialout 4, 65 oct. 7 06:40 /dev/ttyS1 crw-rw---- 1 root dialout 4, 66 oct. 7 06:40 /dev/ttyS2 crw-rw---- 1 root dialout 4, 67 oct. 7 06:40 /dev/ttyS3 | ||||
* | etc/guix/home.scm: Add APL compilers | EuAndreh | 2023-10-14 | 1 | -0/+2 |
| | |||||
* | etc/sh/rc: Add `makeflags_status` to $PS1 | EuAndreh | 2023-10-13 | 1 | -1/+7 |
| | |||||
* | etc/sh/rc: Add C-n and C-p mappings for vi | EuAndreh | 2023-10-11 | 1 | -0/+3 |
| | |||||
* | etc/sh/rc: Fix content of $VG_FLAGS | EuAndreh | 2023-10-11 | 1 | -5/+6 |
| | |||||
* | etc/nix/configuration.nix: Remove extra packages and unused configuration | EuAndreh | 2023-10-07 | 1 | -24/+1 |
| | |||||
* | etc/guix/home.scm: Remove `work-packages` variable | EuAndreh | 2023-10-07 | 1 | -20/+2 |
| | |||||
* | etc/guix/home.scm: Disable "avr-toolchain" package | EuAndreh | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | etc/guix/home.scm: Add "texlive-scheme-full" package besides texlive-bin | EuAndreh | 2023-10-03 | 1 | -0/+1 |
| | | | | I tried compiling some old PDF and I didn't have "moderncv" installed. |