index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: Exclude subroutine lint of perlcritic
EuAndreh
2022-10-20
1
-1
/
+1
*
Fix all ShellCheck warnings
•••
IOW, `make check-shellcheck` passes.
EuAndreh
2022-10-20
15
-19
/
+53
*
bin/cl: Handle -l option
EuAndreh
2022-10-19
1
-0
/
+6
*
Makefile: Include working Lisp image for SBCL
EuAndreh
2022-10-19
2
-11
/
+17
*
bin/cl: Add first working version, integrated with Makefile and etc/sh/rc
EuAndreh
2022-10-19
4
-4
/
+336
*
etc/sh/rc: Stop wraping perl with rlwrap
EuAndreh
2022-10-19
1
-1
/
+0
*
bin/z: Mark as executable
EuAndreh
2022-10-19
1
-0
/
+0
*
bin/check: Move tests to Makefile
EuAndreh
2022-10-19
3
-37
/
+76
*
etc/sh/rc: Move generation of GPG/SSH public keys and e.list.txt to Makefile
EuAndreh
2022-10-19
3
-27
/
+45
*
etc/sh/rc: Move creation of common-lisp/source to Makefile
EuAndreh
2022-10-19
2
-6
/
+4
*
Makefile: Add to generate manpages from POD
EuAndreh
2022-10-19
1
-0
/
+12
*
bin/z: Add working utility
•••
Pilfer initial version of manpage from zrun.
EuAndreh
2022-10-19
1
-0
/
+153
*
etc/guix/home.scm: Add lzop compression utility
EuAndreh
2022-10-19
1
-0
/
+1
*
bin/without-env: Fix -h flag in USAGE string
EuAndreh
2022-10-19
1
-1
/
+1
*
bin/without-env: Don't bother with looking at the 3rd argument
EuAndreh
2022-10-19
1
-1
/
+0
*
etc/sh/rc: Ensure common-lisp/source symlink always exist
EuAndreh
2022-10-18
1
-0
/
+4
*
bin/x: Add WIP manpage in POD
EuAndreh
2022-10-18
1
-25
/
+49
*
bin/check: Add podchecker to the TODO list
EuAndreh
2022-10-18
1
-0
/
+1
*
opt/tests/x-tests.sh: Add WIP markers for more tests to be added
EuAndreh
2022-10-18
1
-2
/
+9
*
share/man/man1/ootb.1: Add WIP manpage
EuAndreh
2022-10-18
1
-0
/
+26
*
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
•••
The upstream patch was applied.
EuAndreh
2022-10-18
1
-1
/
+1
*
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
•••
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.
EuAndreh
2022-10-16
4
-4
/
+0
*
bin/*.pl: Explicitly name the excluded warnings
•••
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.
EuAndreh
2022-10-16
4
-4
/
+4
*
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"
•••
This one is in the process of being replaced by the bin/cl utility.
EuAndreh
2022-10-16
1
-1
/
+0
*
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
•••
Frescobaldi: I'm now on vi + entr + zathura; Rhythmbox: Quodlibet; Calibre: ranger.
EuAndreh
2022-10-16
1
-3
/
+0
*
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
-62
/
+108
*
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
[next]