aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* etc/sh/rc: Add idiff() utility functionEuAndreh2024-01-121-0/+4
|
* etc/sh/rc: Use 9 threads on $MAKEFLAGSEuAndreh2024-01-121-1/+1
| | | | After all, we're IO bound in velhinho.
* etc/sh/rc: Refine $CFLAGSEuAndreh2024-01-121-2/+1
|
* etc/guix/home.scm: Remove entr(1) and ranger(1) packagesEuAndreh2024-01-121-2/+0
| | | | They were replaced by zoia(1) and explorer(1), in that order.
* etc/sh/rc: Set $CC to tcc(1)EuAndreh2024-01-121-1/+1
|
* etc/git/ignore: Add /build/EuAndreh2024-01-121-0/+1
|
* bin/backup: Use nicely(1) alwaysEuAndreh2024-01-121-1/+1
|
* Remove Nix/NixOS support from configuration and utilitiesEuAndreh2024-01-127-58/+1
|
* etc/sh/rc: Use "\" as a shortcut in vi(1) for saving a fileEuAndreh2024-01-061-0/+1
|
* etc/sh/rc: Remove extra options from $CFLAGSEuAndreh2024-01-061-3/+0
|
* bin/muffle: Add -n optionEuAndreh2024-01-041-3/+8
|
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-0416-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 commandEuAndreh2024-01-041-1/+1
|
* etc/sh/rc: Add _XOPEN_SOURCE=700 to $CFLAGSEuAndreh2024-01-041-0/+1
|
* bin/ldev: Add working utilityEuAndreh2024-01-041-0/+232
|
* etc/sh/rc: Add "c" aliasEuAndreh2023-12-281-0/+1
|
* rm etc/nix/configuration.nix: retire usurpadorEuAndreh2023-12-132-327/+1
| | | | OR ELSE!
* etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific sectionEuAndreh2023-12-131-2/+3
|
* etc/ssh/config.tmpl: Add lawtech aliasEuAndreh2023-12-131-1/+2
|
* etc/guix/system.scm: Enable core dumps by defaultEuAndreh2023-12-132-0/+10
| | | | Start with no limit on the size of the core dump.
* bin/clean: Fix "if" orderEuAndreh2023-12-081-2/+2
|
* etc/sh/rc: Replace "clean" alias with clean(1) utilityEuAndreh2023-12-083-1/+74
|
* etc/guix/home.scm: Fix importsEuAndreh2023-12-081-1/+1
|
* etc/ssh/: Add config for papo.im serverEuAndreh2023-11-272-0/+12
|
* etc/sh/rc: Add "clean" aliasEuAndreh2023-11-271-0/+1
|
* etc/sh/rc: Always "direnv allow" in rr() without checkingEuAndreh2023-11-131-3/+1
|
* etc/sh/rc: Add $HOME/.nix-profile as prefixEuAndreh2023-11-131-0/+1
|
* etc/sh/rc: Make $CFLAGS more legibleEuAndreh2023-11-071-1/+21
|
* etc/sh/rc: Revert $CC back to gccEuAndreh2023-11-071-1/+1
|
* etc/guix/home.scm: Add "tabbed" packageEuAndreh2023-10-271-0/+1
|
* etc/guix/home.scm: Fix selected "rust" package outputsEuAndreh2023-10-271-1/+2
|
* bin/nicely: Add new working utilityEuAndreh2023-10-251-0/+67
|
* etc/guix/home.scm: Remove duplicate rust packagesEuAndreh2023-10-231-3/+0
|
* etc/guix/home.scm: Add "arp-scan" packageEuAndreh2023-10-211-0/+1
|
* etc/guix/home.scm: Add "minicom" packageEuAndreh2023-10-201-0/+1
|
* etc/sh/rc: Add -fanalyzer to $CFLAGSEuAndreh2023-10-201-1/+1
|
* etc/guix/home.scm: Add "cppcheck" packageEuAndreh2023-10-201-0/+1
|
* etc/sh/rc: Add -Wvla, -fsanitize=undefined and -fsanitize-trap to $CFLAGSEuAndreh2023-10-201-1/+1
|
* etc/sh/rc: Remove "nolock" from $EXINITEuAndreh2023-10-201-1/+0
|
* etc/guix/system.scm: Also add "dialout" supplementary groupEuAndreh2023-10-181-1/+1
|
* etc/guix/home.scm: Fix inclusion of AVR toolchainEuAndreh2023-10-181-1/+2
|
* etc/nix/configuration.nix: Add "dialout" to extraGroupsEuAndreh2023-10-171-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 compilersEuAndreh2023-10-141-0/+2
|
* etc/sh/rc: Add `makeflags_status` to $PS1EuAndreh2023-10-131-1/+7
|
* etc/sh/rc: Add C-n and C-p mappings for viEuAndreh2023-10-111-0/+3
|
* etc/sh/rc: Fix content of $VG_FLAGSEuAndreh2023-10-111-5/+6
|
* etc/nix/configuration.nix: Remove extra packages and unused configurationEuAndreh2023-10-071-24/+1
|
* etc/guix/home.scm: Remove `work-packages` variableEuAndreh2023-10-071-20/+2
|
* etc/guix/home.scm: Disable "avr-toolchain" packageEuAndreh2023-10-031-1/+1
|
* etc/guix/home.scm: Add "texlive-scheme-full" package besides texlive-binEuAndreh2023-10-031-0/+1
| | | | I tried compiling some old PDF and I didn't have "moderncv" installed.