aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* opt/aux/gen-e-list.sh: Include ~/Desktop/FIXME fileEuAndreh2022-10-301-0/+1
|
* etc/guix/home.scm: Add tmux-plugin-{resurrect,continuum} packagesEuAndreh2022-10-301-0/+2
|
* etc/i3/config: Do not start poweralertdEuAndreh2022-10-291-1/+0
| | | | Done in Guix home in 33b2675849c167910c38ce44865f1677337d3cf4.
* Generate etc/gnupg/gpg-agent.conf from Makefile instead of Guix HomeEuAndreh2022-10-293-27/+12
|
* Generate etc/git/config-extra from Makefile instead of Guix HomeEuAndreh2022-10-292-7/+6
|
* bin/mailcfg: Expand $XDG_LOG_HOME at file generation timeEuAndreh2022-10-291-2/+2
|
* bin/mailcfg: Use PascalCase label over lowercase normalized oneEuAndreh2022-10-292-5/+9
|
* etc/guix/home.scm: Setup poweralertd-service-typeEuAndreh2022-10-291-2/+2
|
* etc/guix/system.scm: Add tlp and thermald servicesEuAndreh2022-10-291-0/+3
|
* etc/guix/system.scm: Add docker serviceEuAndreh2022-10-291-0/+2
|
* 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
| | | | Effect: prune remote branches.
* bin/update: Log individual repositories being fetchedEuAndreh2022-10-281-1/+3
| | | | To make it easier to differentiate no updates existing from being stuck.
* Revert "etc/guix/home.scm: Add "vdirsyncer" package"EuAndreh2022-10-281-1/+0
| | | | | | | | This reverts commit 44aaa035beccaebdfe8c16005c63abece2ce7fb1. I won't be using vdirsyncer. Google is hostile enough to exposing data via CardDAV and CalDAV that I couldn't make it work, and I don't think I will.
* 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 ↵EuAndreh2022-10-281-5/+2
| | | | | | | | | | readable" This reverts commit c0046808aca89e6237fee7768413abaf519a00f3. The x(1) command doesn't find the warn() function: Can't exec "warn": Aucun fichier ou dossier de ce type at /home/andreh/.usr/bin/x line 107.
* 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
| | | | | The folder existing the real life is enough, no need to commit the symlink for any reason.
* 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
| | | | | This was replaced by vm(1), and the soon to exist NixOS VM, instead of trying to do thins in Nix-on-top-of-Guix.
* etc/guix/system.scm: Disable unattended-upgrade-service-typeEuAndreh2022-10-271-1/+0
| | | | This was replaced by the cronjob in Guix Home.
* 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
| | | | Generate them instead with the new mailcfg(1).
* 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
|