aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove Nix/NixOS support from configuration and utilities"EuAndreh2024-04-252-1/+16
| | | | 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
|
* etc/git/ignore: Add /STUUF/EuAndreh2024-04-221-0/+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
|
* etc/guix/home.scm: Adjust package list for personal projectsEuAndreh2024-01-301-2/+9
|
* etc/sh/rc: Rename $CFLAGS to $CCFLAGSEuAndreh2024-01-301-3/+2
|
* 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).
* 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.
* etc/guix/home.scm: Shrink installed package setEuAndreh2024-01-191-594/+4
|
* 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
|
* Remove Nix/NixOS support from configuration and utilitiesEuAndreh2024-01-123-20/+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
|
* re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh2024-01-041-4/+4
| | | | | | 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
|
* etc/sh/rc: Add "c" aliasEuAndreh2023-12-281-0/+1
|
* rm etc/nix/configuration.nix: retire usurpadorEuAndreh2023-12-131-323/+0
| | | | 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.
* etc/sh/rc: Replace "clean" alias with clean(1) utilityEuAndreh2023-12-081-1/+0
|
* 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
|