aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/backup: Rewrite using borgyEuAndreh2024-05-031-28/+8
|
* bin/borgy: Wrapper on borg(1) with better defaultsEuAndreh2024-05-031-0/+10
|
* bin/statusconv: Utility to coerce programs to behave correctlyEuAndreh2024-05-031-0/+50
|
* etc/sh/rc: Split exporting $N and $MAKEFLAGSEuAndreh2024-05-021-1/+2
|
* bin/gc: tmpdir: Only delete files and directories for nowEuAndreh2024-05-021-1/+1
|
* bin/yt: Replace "youtube-dl" with "yt-dlp" here tooEuAndreh2024-05-011-2/+1
|
* etc/guix/home.scm: Replace "youtube-dl" with "yt-dlp"EuAndreh2024-05-011-1/+1
|
* etc/guix/home.scm: Remove "gcc-toolchain"EuAndreh2024-04-251-1/+0
| | | | I'm now using GNAT coming from Nix, that also has Ada support.
* etc/guix/home.scm: Add "smem"EuAndreh2024-04-251-0/+1
|
* etc/guix/home.scm: Add z3 and compcert packagesEuAndreh2024-04-251-0/+2
|
* etc/guix/: Remove nss-certs packageEuAndreh2024-04-252-4/+2
| | | | Now %base-packages includes it by default.
* Revert "Remove Nix/NixOS support from configuration and utilities"EuAndreh2024-04-256-1/+53
| | | | This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb.
* etc/sh/rc: export $TD_USE_BUILTIN_HOOKSEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Include inode number in ls(1) aliasEuAndreh2024-04-221-1/+1
|
* etc/sh/rc: Include ~/.nix-profile in $PATHEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Have both $CCFLAGS and $CFLAGSEuAndreh2024-04-221-0/+4
|
* etc/sh/rc: Disable $CGO_ENABLEDEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Point $NIX_PATH to local Nix repositoryEuAndreh2024-04-221-0/+1
|
* etc/sh/rc: Stop exporting $SHAREDIREuAndreh2024-04-221-1/+0
| | | | Why was it being done in the first place?
* etc/guix/system.scm: Enable nix-service-type againEuAndreh2024-04-221-0/+2
| | | | For GNAT13 and SPARK.
* etc/guix/system.scm: Order core dumps by time firstEuAndreh2024-04-221-1/+1
|
* etc/guix/system.scm: Add "teste" userEuAndreh2024-04-221-0/+5
|
* etc/guix/home.scm: Add some lib packagesEuAndreh2024-04-221-0/+15
|
* etc/guix/home.scm: Remove "tg"EuAndreh2024-04-221-106/+4
|
* bin/update: Shrink list of updated reposEuAndreh2024-04-221-5/+1
|
* etc/git/ignore: Add /STUUF/EuAndreh2024-04-221-0/+1
|
* bin/ldev: Move it to its dedicated projectEuAndreh2024-04-221-232/+0
|
* bin/gc: Allow "gc_tmpdir()" to failEuAndreh2024-04-221-1/+1
|
* etc/sh/rc: Make $GOPATH a PREFIXEuAndreh2024-02-231-0/+1
|
* etc/sh/rc: Update $NODE_PATH in add_path()EuAndreh2024-02-231-0/+2
|
* etc/guix/home.scm: Add "node-sqlite3" packageEuAndreh2024-02-231-1/+2
|
* etc/sh/rc: Add $HOST and $TARGET exported variablesEuAndreh2024-02-161-0/+4
|
* etc/sh/rc: Export $PS1EuAndreh2024-02-161-0/+1
|
* etc/sh/rc: No longer create the ".bashrc" symlinkEuAndreh2024-02-161-2/+0
|
* etc/sh/rc: Define $SHAREDIR as the same as $PREFIXEuAndreh2024-02-161-0/+1
|
* etc/guix/home.scm: Add "vis" and "gperftools"EuAndreh2024-02-161-0/+4
|
* Update references from ~/Downloads/Screenshots/ to ~/Pictures/Screenshots/EuAndreh2024-02-161-3/+3
|
* Update references from ~/Documents/txt/ to ~/txt/EuAndreh2024-02-162-6/+6
|
* bin/{de,in}flate: Add simple working utilitiesEuAndreh2024-02-142-0/+10
|
* chmod -x share/man/en/man1/numbered.1EuAndreh2024-01-301-0/+0
|
* etc/guix/home.scm: Adjust package list for personal projectsEuAndreh2024-01-301-2/+9
|
* bin/gc: Add gc_coredump()EuAndreh2024-01-301-1/+6
|
* etc/sh/rc: Rename $CFLAGS to $CCFLAGSEuAndreh2024-01-301-3/+2
|
* bin/numbered: Add micro utility alongside its manpageEuAndreh2024-01-292-0/+56
|
* etc/guix/home.scm: Group newer dependencies by pilfered projectEuAndreh2024-01-251-10/+37
|
* etc/sh/rc: Set $CC to cc(1)EuAndreh2024-01-251-1/+1
| | | | As cc(1) now is lime-driver(1).
* bin/backup: remove "--lock-wait" entirelyEuAndreh2024-01-241-1/+0
| | | | And just rely on the default: 1 second.
* etc/sh/rc: Do not expose $TG_API_* to everyone by defaultEuAndreh2024-01-241-4/+1
|
* etc/sh/rc: Rename $VG_FLAGS to $VGFLAGSEuAndreh2024-01-241-2/+2
| | | | À la $CFLAGS, $LDFLAGS, etc.
* bin/vcs: Add stub PS1 definitions for BitKeeper and CVSEuAndreh2024-01-221-0/+8
|