aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* etc/git/config: Always fetch the notes from "origin" remotesEuAndreh2022-10-101-0/+2
|
* etc/guix/home.scm: Stop generating "etc/ssh/config" fileEuAndreh2022-10-082-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" accountEuAndreh2022-10-021-13/+6
|
* etc/guix/system.scm: Remove xmonad packagesEuAndreh2022-10-021-3/+0
|
* etc/guix/system.scm: Remove gnome-desktop-service-typeEuAndreh2022-10-021-1/+0
|
* etc/guix/system.scm: Add nix-service-typeEuAndreh2022-10-021-0/+2
|
* Move Git config out of Guix Home, and use a "include" for the smtp command pathEuAndreh2022-09-192-23/+26
|
* bin/email: Add UTF-8 content-type headerEuAndreh2022-09-181-1/+1
|
* git mv common-lisp/ lisp-cli/EuAndreh2022-09-081-0/+0
|
* mv etc/sbcl/sbclrc.lisp etc/common-lisp/init.lispEuAndreh2022-09-081-1/+0
|
* bin/uri: Improve example from help stringEuAndreh2022-09-041-1/+2
|
* git mv bin/html bin/htmlescEuAndreh2022-09-041-4/+4
|
* bin/pb: Remove symlinkEuAndreh2022-09-041-1/+0
|
* bin/html: Add new working utilityEuAndreh2022-09-011-0/+96
|
* bin/slugify: Add new (working) utilityEuAndreh2022-09-011-0/+69
|
* etc/ssh/known_hosts: Add camarada.site entryEuAndreh2022-08-291-0/+1
|
* etc/tmux/tmux.conf: Add and configure tmux-resurrect and tmux-continuumEuAndreh2022-08-251-0/+9
|
* etc/guix/home.scm: Add DBI and DBD::SQLite Perl modulesEuAndreh2022-08-251-0/+2
|
* etc/guix/home.scm: Remove packages that come from package-repositoryEuAndreh2022-08-251-4/+0
| | | | Instead, I'm using the locally installed versions.
* bin/menu: Demote "menu yubikey" notification from critical to normalEuAndreh2022-08-251-1/+1
|
* etc/tmux/tmux.conf: Use $XDG_RUNTIME_DIR over /tmp for urlscan-buffer fileEuAndreh2022-08-251-1/+1
|
* opt/tests/x-tests.sh: Add WIP test fileEuAndreh2022-08-251-0/+5
|
* etc/sh/rc: Define and use $PRIV_CONFIG pathEuAndreh2022-08-251-1/+2
|
* bin/gc: Use proper $TMPDIR over hardcoded /tmp pathEuAndreh2022-08-251-1/+1
|
* etc/sh/vcs-ps1.sh: Exclude autojump process from job countEuAndreh2022-08-241-1/+1
|
* etc/sh/rc: Load autojump codeEuAndreh2022-08-241-0/+7
|
* etc/sh/rc: Separate interactive from non-interactive section with an early ↵EuAndreh2022-08-241-3/+10
| | | | return
* etc/sh/rc: Use -r over -e test when sourcing filesEuAndreh2022-08-241-2/+2
|
* bin/check: Call out command-specific testsEuAndreh2022-08-241-0/+4
|
* etc/guix/home.scm: Move backup cronjob back one hourEuAndreh2022-08-241-1/+1
| | | | | | | | | | | The run from yesterday night took too long, for some reason, and it went past 6AM today. Because of that, the 6AM job that fetches email didn't have a message of job report to fetch. When I checked my email today, I saw the backup job reports from both servers, but not velhinho, because it finished after 6AM. This may still happen, as there is no limit on how long a backup can take, but it at least diminishes the likelyhood for it to happen again.
* etc/sh/rc: Remove redundant mkdir argumentsEuAndreh2022-08-221-4/+0
|
* bin/nato: Add missing handling of -h flagEuAndreh2022-08-221-0/+6
|
* etc/ssh/known_hosts: Add entryEuAndreh2022-08-221-0/+1
|
* etc/sh/cronjob.sh: Tweak help stringEuAndreh2022-08-221-1/+1
|
* etc/i3/config: Add keybinding for yubikey menuEuAndreh2022-08-221-5/+6
|
* etc/guix/home.scm: Add packagesEuAndreh2022-08-221-0/+3
|
* etc/guix/current: Remove commited Guix symlinkEuAndreh2022-08-161-1/+0
|
* bin/x: Add semi-working versionEuAndreh2022-08-161-0/+94
| | | | No support for the '|' pipe operator.
* bin/menu: Implement "yubikey" ACTION using ykmanEuAndreh2022-08-161-6/+12
|
* bin/lines: Add working versionEuAndreh2022-08-161-0/+81
|
* bin/pb: Add as hard-coded symlinksEuAndreh2022-08-161-0/+1
|
* bin/volume: Add working versionEuAndreh2022-08-161-0/+112
|
* bin/tuivid: Add working versionEuAndreh2022-08-161-0/+65
|
* bin/stopwatch: Add working versionEuAndreh2022-08-161-0/+65
|
* bin/playlist: Add working versionEuAndreh2022-08-161-0/+103
|
* bin/update: Add almost-working scriptEuAndreh2022-08-161-0/+80
|
* etc/guix/home.scm: Use #~ and #$ over ` and ,EuAndreh2022-08-161-9/+9
|
* bin/nato: Add working versionEuAndreh2022-08-151-0/+97
|
* bin/serve: Add working versionEuAndreh2022-08-151-0/+78
|
* bin/uri: Fail when bad option is givenEuAndreh2022-08-151-1/+4
|