Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | etc/git/config: Incluse base commit when possible | EuAndreh | 2022-10-18 | 1 | -0/+2 | |
| | ||||||
* | etc/guix/home.scm: Add hunspell-iconv and dictionaries | EuAndreh | 2022-10-18 | 1 | -0/+52 | |
| | ||||||
* | etc/guix/home.scm: Re-add perl-critic | EuAndreh | 2022-10-18 | 1 | -1/+1 | |
| | | | | The upstream patch was applied. | |||||
* | etc/guix/home.scm: Use main Guix channel versions of packages | EuAndreh | 2022-10-17 | 1 | -5/+5 | |
| | ||||||
* | bin/without-env: Better handling of "--" separator | EuAndreh | 2022-10-16 | 1 | -1/+3 | |
| | ||||||
* | bin/*.pl: Do not "use strict" explicitly | EuAndreh | 2022-10-16 | 4 | -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 warnings | EuAndreh | 2022-10-16 | 4 | -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 package | EuAndreh | 2022-10-16 | 1 | -0/+1 | |
| | ||||||
* | etc/sh/rc: Include more files in e.list.txt | EuAndreh | 2022-10-16 | 1 | -1/+2 | |
| | ||||||
* | etc/sh/rc: Remove alias for "sbcl" | EuAndreh | 2022-10-16 | 1 | -1/+0 | |
| | | | | This one is in the process of being replaced by the bin/cl utility. | |||||
* | etc/sh/rc: Remove annoying alias for "rm" | EuAndreh | 2022-10-16 | 1 | -1/+0 | |
| | ||||||
* | Temporarily use greenclip over clipmenu | EuAndreh | 2022-10-16 | 3 | -1/+5 | |
| | ||||||
* | etc/guix/home.scm: WIP implementation of poweralertd service | EuAndreh | 2022-10-16 | 1 | -0/+28 | |
| | ||||||
* | etc/guix/home.scm: WIP implementation of CMUCL package | EuAndreh | 2022-10-16 | 1 | -0/+35 | |
| | ||||||
* | etc/guix/home.scm: Inline definition of cronjobs | EuAndreh | 2022-10-16 | 1 | -1/+3 | |
| | ||||||
* | etc/guix/home.scm: Remove unused GUI packages | EuAndreh | 2022-10-16 | 1 | -3/+0 | |
| | | | | | | Frescobaldi: I'm now on vi + entr + zathura; Rhythmbox: Quodlibet; Calibre: ranger. | |||||
* | etc/guix/home.scm: Add Rust and related packages | EuAndreh | 2022-10-16 | 1 | -0/+3 | |
| | ||||||
* | etc/guix/home.scm: Mark conflicting packages (chicken, docutils) | EuAndreh | 2022-10-16 | 1 | -2/+2 | |
| | ||||||
* | etc/guix/home.scm: Add CLI utilities | EuAndreh | 2022-10-16 | 1 | -0/+3 | |
| | ||||||
* | etc/guix/home.scm: Include a bunch of Lisp implementations | EuAndreh | 2022-10-16 | 1 | -0/+16 | |
| | ||||||
* | etc/guix/home.scm: Use clang over clang-toolchain | EuAndreh | 2022-10-16 | 1 | -1/+1 | |
| | ||||||
* | etc/guix/home.scm: Include day-do-day packages for compilation and scripting | EuAndreh | 2022-10-16 | 1 | -2/+21 | |
| | ||||||
* | etc/guix/home.scm: Include all outputs of pcre package | EuAndreh | 2022-10-16 | 1 | -1/+4 | |
| | ||||||
* | etc/guix/home.scm: Add (guix licenses) module with prefix | EuAndreh | 2022-10-16 | 1 | -2/+3 | |
| | ||||||
* | etc/guix/home.scm: Remove custom SBCL package | EuAndreh | 2022-10-16 | 1 | -4/+0 | |
| | ||||||
* | etc/guix/home.scm: Increase GPG cache TTL | EuAndreh | 2022-10-16 | 1 | -2/+3 | |
| | ||||||
* | bin/uri: Split help option parsing from main program logic | EuAndreh | 2022-10-14 | 1 | -1/+4 | |
| | ||||||
* | bin/x: Rewrite in Perl, overcome quoting issues | EuAndreh | 2022-10-14 | 1 | -66/+112 | |
| | ||||||
* | bin/vm: Fix name of PID file when creating it | EuAndreh | 2022-10-10 | 1 | -1/+1 | |
| | ||||||
* | bin/status-bar: Include count of up VMs | EuAndreh | 2022-10-10 | 1 | -1/+7 | |
| | ||||||
* | bin/ootb: Add working, very useful utility | EuAndreh | 2022-10-10 | 1 | -0/+103 | |
| | ||||||
* | bin/menu: Fix help strings | EuAndreh | 2022-10-10 | 1 | -7/+7 | |
| | ||||||
* | bin/vm: Add VM management script | EuAndreh | 2022-10-10 | 4 | -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 i3 | EuAndreh | 2022-10-10 | 2 | -0/+98 | |
| | ||||||
* | etc/tmux/tmux.conf: Add "make" to the allow-list of ressurectable commands | EuAndreh | 2022-10-10 | 1 | -1/+1 | |
| | ||||||
* | etc/tmux/tmux.conf: Save continuum data once every hour | EuAndreh | 2022-10-10 | 1 | -0/+1 | |
| | | | | | | Instead of the default [0] of 15 minutes. [0]: https://github.com/tmux-plugins/tmux-continuum/blob/6e58336c288958a3b1ff7773fb945770126db16e/scripts/variables.sh#L8 | |||||
* | etc/git/ignore: Ignore /vendor/ directories by default | EuAndreh | 2022-10-10 | 1 | -0/+1 | |
| | ||||||
* | etc/git/config: Always fetch the notes from "origin" remotes | EuAndreh | 2022-10-10 | 1 | -0/+2 | |
| | ||||||
* | etc/guix/home.scm: Stop generating "etc/ssh/config" file | EuAndreh | 2022-10-08 | 2 | -14/+6 | |
| | | | | | OpenSSH support ${ENVVAR} in its config, so there is no need to generated the file to get its value dynamically. | |||||
* | etc/guix/system.scm: Remove "Other Self" account | EuAndreh | 2022-10-02 | 1 | -13/+6 | |
| | ||||||
* | etc/guix/system.scm: Remove xmonad packages | EuAndreh | 2022-10-02 | 1 | -3/+0 | |
| | ||||||
* | etc/guix/system.scm: Remove gnome-desktop-service-type | EuAndreh | 2022-10-02 | 1 | -1/+0 | |
| | ||||||
* | etc/guix/system.scm: Add nix-service-type | EuAndreh | 2022-10-02 | 1 | -0/+2 | |
| | ||||||
* | Move Git config out of Guix Home, and use a "include" for the smtp command path | EuAndreh | 2022-09-19 | 2 | -23/+26 | |
| | ||||||
* | bin/email: Add UTF-8 content-type header | EuAndreh | 2022-09-18 | 1 | -1/+1 | |
| | ||||||
* | git mv common-lisp/ lisp-cli/ | EuAndreh | 2022-09-08 | 1 | -0/+0 | |
| | ||||||
* | mv etc/sbcl/sbclrc.lisp etc/common-lisp/init.lisp | EuAndreh | 2022-09-08 | 1 | -1/+0 | |
| | ||||||
* | bin/uri: Improve example from help string | EuAndreh | 2022-09-04 | 1 | -1/+2 | |
| | ||||||
* | git mv bin/html bin/htmlesc | EuAndreh | 2022-09-04 | 1 | -4/+4 | |
| | ||||||
* | bin/pb: Remove symlink | EuAndreh | 2022-09-04 | 1 | -1/+0 | |
| |