aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* etc/ssh/config: Generate with envsubstEuAndreh2022-10-312-1/+5
| | | | So that the `Include` can also point to a variable.
* bin/check: Use $XDG_PREFIX over hard-coding ~/.usr/EuAndreh2022-10-311-1/+1
|
* bin/upgrade: Use $XDG_CONFIG_DIR over hard-coding ~/.usr/etcEuAndreh2022-10-311-1/+1
|
* bin/li: Remove hard-coded path to cl(1)EuAndreh2022-10-311-1/+1
|
* etc/git/config: Update msmtpq accountEuAndreh2022-10-311-1/+1
|
* etc/guix/home.scm: Create (home-service ...) to remove duplicationEuAndreh2022-10-301-77/+20
|
* Move dunst to Guix Home from i3 exec on initEuAndreh2022-10-302-3/+30
|
* etc/guix/home.scm: Include poweralertd in profileEuAndreh2022-10-301-1/+3
| | | | To make the manpage available, mostly.
* Replace greenclip with clipmenuEuAndreh2022-10-303-4/+33
|
* etc/guix/home.scm: Remove "poweralertd" package from profileEuAndreh2022-10-301-1/+0
|
* Revert "opt/aux/gen-e-list.sh: Include ~/Desktop/FIXME file"EuAndreh2022-10-301-1/+0
| | | | This reverts commit 30b8e1545a5a8e596e858be9b51ef9f37f225a34.
* etc/tmux/tmux.conf: Use plugins from Guix home profileEuAndreh2022-10-301-2/+2
|
* bin/bins: Allow multiple instances to be ran concurrentlyEuAndreh2022-10-301-3/+4
| | | | | | Use a unique temporary file for each instance, so that when more than one is active at the same time, they don't try to "mv" the "bins-tmp" file more than once.
* Makefile: Exclude gen-e-list.sh from check-fixmeEuAndreh2022-10-301-1/+5
|
* 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
|