Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Remove Nix/NixOS support from configuration and utilities" | EuAndreh | 2024-04-25 | 1 | -0/+9 |
| | | | | This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb. | ||||
* | bin/update: Shrink list of updated repos | EuAndreh | 2024-04-22 | 1 | -5/+1 |
| | |||||
* | Remove Nix/NixOS support from configuration and utilities | EuAndreh | 2024-01-12 | 1 | -9/+0 |
| | |||||
* | bin/*: Add matching parenthesis to case clauses | EuAndreh | 2023-07-29 | 1 | -5/+5 |
| | |||||
* | bin/: Make help string more consistent across several executables | EuAndreh | 2023-04-12 | 1 | -0/+1 |
| | |||||
* | etc/guix/system.scm: Add Nix system service | EuAndreh | 2023-03-13 | 1 | -0/+2 |
| | |||||
* | bin/update: Limit "vcs fetch" to 1 minute | EuAndreh | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | bin/update: Do not fail if last repository fails | EuAndreh | 2023-02-27 | 1 | -1/+1 |
| | |||||
* | bin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update list | EuAndreh | 2023-02-27 | 1 | -1/+5 |
| | |||||
* | bin/update: Declare $HOSTNAME explicitly (ShellCheck offense) | EuAndreh | 2023-02-27 | 1 | -0/+1 |
| | |||||
* | Update NixOS channel in update(1) instead of upgrade(1) | EuAndreh | 2023-02-26 | 1 | -0/+6 |
| | |||||
* | bin/update: Do a verbose guix pull | EuAndreh | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | Manage the Guix System without using root login | EuAndreh | 2022-11-16 | 1 | -11/+1 |
| | |||||
* | Revert "Move email, IRC and Atom into Thunderbird" | EuAndreh | 2022-11-12 | 1 | -0/+1 |
| | | | | | | | This reverts commit 9e65133659eb92c65c730b83d68c81e9d2df4251. I'm still using msmtpq for git-send-email. So I'll have to work that out before removing *all* email configuration. | ||||
* | Move email, IRC and Atom into Thunderbird | EuAndreh | 2022-11-12 | 1 | -1/+0 |
| | |||||
* | bin/update: Log individual repositories being fetched | EuAndreh | 2022-10-28 | 1 | -1/+3 |
| | | | | To make it easier to differentiate no updates existing from being stuck. | ||||
* | Revert "bin/update: Try to make the execution line of the vcs fetch more ↵ | EuAndreh | 2022-10-28 | 1 | -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. | ||||
* | bin/update: Try to make the execution line of the vcs fetch more readable | EuAndreh | 2022-10-28 | 1 | -2/+5 |
| | |||||
* | bin/update: Run vcs fetch in parallel (4) | EuAndreh | 2022-10-28 | 1 | -1/+2 |
| | |||||
* | bin/update: Replace while block with xargs | EuAndreh | 2022-10-28 | 1 | -6/+1 |
| | |||||
* | bin/update: Add more explicit warning when vcs fetch fails | EuAndreh | 2022-10-21 | 1 | -1/+1 |
| | |||||
* | bin/update: Combine `repos` and `vcs` to fetch updates from repositories | EuAndreh | 2022-10-21 | 1 | -2/+7 |
| | | | | Remove FIXME marker. | ||||
* | bin/update: Add almost-working script | EuAndreh | 2022-08-16 | 1 | -0/+80 |