aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bin/gc: Support TYPE argumentEuAndreh2022-10-281-12/+38
* bin/gc: Add gc_vcs() stepEuAndreh2022-10-281-0/+6
* bin/vcs: Add initial git_gc() implementationEuAndreh2022-10-281-0/+4
* bin/update: Log individual repositories being fetchedEuAndreh2022-10-281-1/+3
* Revert "etc/guix/home.scm: Add "vdirsyncer" package"EuAndreh2022-10-281-1/+0
* etc/sh/rc: Add alias for khalEuAndreh2022-10-281-0/+1
* Inline now working configs for khard and khalEuAndreh2022-10-282-2/+29
* Revert "bin/update: Try to make the execution line of the vcs fetch more read...EuAndreh2022-10-281-5/+2
* etc/guix/home.scm: Add "vdirsyncer" packageEuAndreh2022-10-281-0/+1
* bin/update: Try to make the execution line of the vcs fetch more readableEuAndreh2022-10-281-2/+5
* bin/update: Run vcs fetch in parallel (4)EuAndreh2022-10-281-1/+2
* bin/update: Replace while block with xargsEuAndreh2022-10-281-6/+1
* bin/repos: Only print the repository name, not its typeEuAndreh2022-10-281-2/+1
* bin/repos: Omit warning on not guessing the type of repositoryEuAndreh2022-10-281-1/+1
* bin/vcs: Add fossil_status()EuAndreh2022-10-281-0/+4
* etc/mailcfg: Remove the committed symlinkEuAndreh2022-10-271-1/+0
* bin/vcs: Explicitly disable ShellCheck 2086EuAndreh2022-10-271-1/+1
* etc/sh/vcs-ps1.sh: Inline $PS1 in etc/sh/rcEuAndreh2022-10-272-103/+86
* etc/sh/vcs-ps1.sh: Simplify, using vcs(1)EuAndreh2022-10-271-99/+1
* etc/sh/rc: Refactor "s", "d" and "ds" aliases using the new vcs(1)EuAndreh2022-10-271-3/+3
* bin/repos: Simplify, using the new vcs(1)EuAndreh2022-10-271-18/+5
* bin/vcs: Do not require TYPE, and guess it insteadEuAndreh2022-10-271-37/+188
* bin/repos: Add explicit note on intentionally commented codeEuAndreh2022-10-271-2/+3
* bin/repos: Add documentation for -e option in help stringEuAndreh2022-10-271-1/+2
* etc/guix/system.scm: Remove unused importsEuAndreh2022-10-271-4/+0
* etc/guix/system.scm: Include driver for EPSON L365 in CUPS serviceEuAndreh2022-10-271-2/+5
* etc/guix/system.scm: Disable nix-service-typeEuAndreh2022-10-271-2/+0
* etc/guix/system.scm: Disable unattended-upgrade-service-typeEuAndreh2022-10-271-1/+0
* etc/sh/rc: Use "bc -l" by default with an aliasEuAndreh2022-10-271-0/+1
* bin/repos: Fix guessing of repository type for FossilEuAndreh2022-10-271-1/+1
* etc/sh/root-rc: Add /root/.profile contentsEuAndreh2022-10-271-0/+83
* Remove configuration files from email programsEuAndreh2022-10-278-10/+306
* bin/menu: Use exec over spawning new processes for "bin" actionEuAndreh2022-10-251-1/+4
* etc/guix/home.scm: Add "dig", "stunnel" and "nc" network utilitiesEuAndreh2022-10-251-0/+3
* etc/myrepos/config: Remove myrepos, superseded by repos(1) and vcs(1)EuAndreh2022-10-252-5/+0
* Makefile: Refresh Lisp images on li(1) changesEuAndreh2022-10-251-1/+1
* bin/li: Use "$(find $a -newer $b)" over [ $a -nt $b ]EuAndreh2022-10-251-1/+1
* etc/guix/home.scm: Name "broken" the incompatible packagesEuAndreh2022-10-251-2/+2
* bin/cl: Move TODOs to ~/.usr/FIXMEEuAndreh2022-10-251-13/+0
* bin/cl: Alphabetically order Clozure codeEuAndreh2022-10-251-16/+16
* Makefile: s/ccl/clozure/EuAndreh2022-10-251-3/+3
* bin/cl: Allow "--" to flow to underlying Lisp commandEuAndreh2022-10-251-1/+5
* bin/cl: Grow "$@" at the beginningEuAndreh2022-10-251-4/+4
* bin/cl: Setup ClozureEuAndreh2022-10-252-3/+16
* bin/cl: Allow giving "-- --option" to the underlying Lisp commandEuAndreh2022-10-241-14/+24
* bin/cl: Reorder SBCL non-verbose argumentEuAndreh2022-10-241-1/+1
* bin/cl: Remove attempt add "..." operatorEuAndreh2022-10-241-1/+0
* bin/cl: Prefix implementation list items with a hyphenEuAndreh2022-10-241-1/+1
* bin/cl: Move automatic image handling out to bin/liEuAndreh2022-10-243-18/+110
* bin/cl: s/NIL/nil/EuAndreh2022-10-241-2/+2