aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin/z: Mark as executableEuAndreh2022-10-191-0/+0
|
* bin/check: Move tests to MakefileEuAndreh2022-10-193-37/+76
|
* etc/sh/rc: Move generation of GPG/SSH public keys and e.list.txt to MakefileEuAndreh2022-10-193-27/+45
|
* etc/sh/rc: Move creation of common-lisp/source to MakefileEuAndreh2022-10-192-6/+4
|
* Makefile: Add to generate manpages from PODEuAndreh2022-10-191-0/+12
|
* bin/z: Add working utilityEuAndreh2022-10-191-0/+153
| | | | Pilfer initial version of manpage from zrun.
* etc/guix/home.scm: Add lzop compression utilityEuAndreh2022-10-191-0/+1
|
* bin/without-env: Fix -h flag in USAGE stringEuAndreh2022-10-191-1/+1
|
* bin/without-env: Don't bother with looking at the 3rd argumentEuAndreh2022-10-191-1/+0
|
* etc/sh/rc: Ensure common-lisp/source symlink always existEuAndreh2022-10-181-0/+4
|
* bin/x: Add WIP manpage in PODEuAndreh2022-10-181-25/+49
|
* bin/check: Add podchecker to the TODO listEuAndreh2022-10-181-0/+1
|
* opt/tests/x-tests.sh: Add WIP markers for more tests to be addedEuAndreh2022-10-181-2/+9
|
* share/man/man1/ootb.1: Add WIP manpageEuAndreh2022-10-181-0/+26
|
* etc/git/config: Incluse base commit when possibleEuAndreh2022-10-181-0/+2
|
* etc/guix/home.scm: Add hunspell-iconv and dictionariesEuAndreh2022-10-181-0/+52
|
* etc/guix/home.scm: Re-add perl-criticEuAndreh2022-10-181-1/+1
| | | | The upstream patch was applied.
* etc/guix/home.scm: Use main Guix channel versions of packagesEuAndreh2022-10-171-5/+5
|
* bin/without-env: Better handling of "--" separatorEuAndreh2022-10-161-1/+3
|
* bin/*.pl: Do not "use strict" explicitlyEuAndreh2022-10-164-4/+0
| | | | | | Ever since Pelr 5.12 (as in perl5120delta(1)), "use strict" is already done by default. Since all these files do use a number greater than 5.12 (5,34 as of this commit), this "use strict" is redundant.
* bin/*.pl: Explicitly name the excluded warningsEuAndreh2022-10-164-4/+4
| | | | | The previous version had a catch-all for all warnings, even the ones I don't know that I have, or future warnings that could appear.
* etc/guix/home.scm: Add scdoc packageEuAndreh2022-10-161-0/+1
|
* etc/sh/rc: Include more files in e.list.txtEuAndreh2022-10-161-1/+2
|
* etc/sh/rc: Remove alias for "sbcl"EuAndreh2022-10-161-1/+0
| | | | This one is in the process of being replaced by the bin/cl utility.
* etc/sh/rc: Remove annoying alias for "rm"EuAndreh2022-10-161-1/+0
|
* Temporarily use greenclip over clipmenuEuAndreh2022-10-163-1/+5
|
* etc/guix/home.scm: WIP implementation of poweralertd serviceEuAndreh2022-10-161-0/+28
|
* etc/guix/home.scm: WIP implementation of CMUCL packageEuAndreh2022-10-161-0/+35
|
* etc/guix/home.scm: Inline definition of cronjobsEuAndreh2022-10-161-1/+3
|
* etc/guix/home.scm: Remove unused GUI packagesEuAndreh2022-10-161-3/+0
| | | | | | Frescobaldi: I'm now on vi + entr + zathura; Rhythmbox: Quodlibet; Calibre: ranger.
* etc/guix/home.scm: Add Rust and related packagesEuAndreh2022-10-161-0/+3
|
* etc/guix/home.scm: Mark conflicting packages (chicken, docutils)EuAndreh2022-10-161-2/+2
|
* etc/guix/home.scm: Add CLI utilitiesEuAndreh2022-10-161-0/+3
|
* etc/guix/home.scm: Include a bunch of Lisp implementationsEuAndreh2022-10-161-0/+16
|
* etc/guix/home.scm: Use clang over clang-toolchainEuAndreh2022-10-161-1/+1
|
* etc/guix/home.scm: Include day-do-day packages for compilation and scriptingEuAndreh2022-10-161-2/+21
|
* etc/guix/home.scm: Include all outputs of pcre packageEuAndreh2022-10-161-1/+4
|
* etc/guix/home.scm: Add (guix licenses) module with prefixEuAndreh2022-10-161-2/+3
|
* etc/guix/home.scm: Remove custom SBCL packageEuAndreh2022-10-161-4/+0
|
* etc/guix/home.scm: Increase GPG cache TTLEuAndreh2022-10-161-2/+3
|
* bin/uri: Split help option parsing from main program logicEuAndreh2022-10-141-1/+4
|
* bin/x: Rewrite in Perl, overcome quoting issuesEuAndreh2022-10-141-66/+112
|
* bin/vm: Fix name of PID file when creating itEuAndreh2022-10-101-1/+1
|
* bin/status-bar: Include count of up VMsEuAndreh2022-10-101-1/+7
|
* bin/ootb: Add working, very useful utilityEuAndreh2022-10-101-0/+103
|
* bin/menu: Fix help stringsEuAndreh2022-10-101-7/+7
|
* bin/vm: Add VM management scriptEuAndreh2022-10-104-1/+180
| | | | | | etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU commands can be given the "--enable-kvm" flag; etc/ssh/config: Include the generated SSH config file
* bin/wms: Add new working binary, and integrate it with i3EuAndreh2022-10-102-0/+98
|
* etc/tmux/tmux.conf: Add "make" to the allow-list of ressurectable commandsEuAndreh2022-10-101-1/+1
|
* etc/tmux/tmux.conf: Save continuum data once every hourEuAndreh2022-10-101-0/+1
| | | | | | Instead of the default [0] of 15 minutes. [0]: https://github.com/tmux-plugins/tmux-continuum/blob/6e58336c288958a3b1ff7773fb945770126db16e/scripts/variables.sh#L8