| Commit message (Expand) | Author | Age | Files | Lines |
| * | etc/sh/rc: Load noise cancelling in system.scm | EuAndreh | 2022-08-12 | 2 | -1/+11 |
| * | bin/bins: Add helper utility for listing binaries | EuAndreh | 2022-08-12 | 1 | -0/+73 |
| * | etc/ssh/known_hosts: Add camarada.site entry | EuAndreh | 2022-08-12 | 1 | -0/+1 |
| * | etc/tmux/tmux.conf: Add navigation keybindings | EuAndreh | 2022-08-12 | 1 | -0/+4 |
| * | etc/i3status/config: Add "general" section | EuAndreh | 2022-08-12 | 1 | -0/+5 |
| * | etc/i3/config: Simplify and settle | EuAndreh | 2022-08-12 | 1 | -29/+25 |
| * | etc/{bash => sh}/rc: Separate Bash-specific code, remove unused code | EuAndreh | 2022-08-12 | 1 | -148/+102 |
| * | etc/ranger/rc.conf: Add key bindings | EuAndreh | 2022-08-12 | 1 | -0/+3 |
| * | mv etc/bash/check.sh etc/sh/check.sh | EuAndreh | 2022-08-12 | 1 | -4/+7 |
| * | mv etc/bash/privrc.sh etc/sh/privrc.sh | EuAndreh | 2022-08-12 | 1 | -0/+0 |
| * | etc/{bash => sh}/vcs-ps1.sh: Add shell_status_jobs and shell_status_level | EuAndreh | 2022-08-12 | 1 | -3/+32 |
| * | etc/tmux/tmux.conf: Use "-" like "cd -" does | EuAndreh | 2022-08-12 | 1 | -0/+1 |
| * | etc/tmux/tmux.conf: Increase contrast of status bar | EuAndreh | 2022-08-12 | 1 | -2/+2 |
| * | etc/xmonad/: Remove xmonad configuration files | EuAndreh | 2022-08-12 | 2 | -126/+0 |
| * | etc/guix/channels.scm: Fix path to xyz-euandreh channel | EuAndreh | 2022-08-12 | 1 | -1/+1 |
| * | etc/git/ignore: Add /FIXME | EuAndreh | 2022-08-12 | 1 | -0/+1 |
| * | bin/msg: Support good and bad messages via -0 and -1 | EuAndreh | 2022-08-12 | 1 | -7/+24 |
| * | bin/boop: Add optional -m MESSAGE, and use `msg` over playing sound directly | EuAndreh | 2022-08-12 | 1 | -7/+16 |
| * | bin/backup: Make tag optional and script verbose by default | EuAndreh | 2022-08-12 | 1 | -20/+12 |
| * | bin/80: Add helper utility | EuAndreh | 2022-08-12 | 1 | -0/+85 |
| * | bin/color: Replace ad-hoc `assert_arg()` with `assert-arg` | EuAndreh | 2022-08-12 | 1 | -10/+4 |
| * | bin/color: Add "Examples" section to help string | EuAndreh | 2022-08-12 | 1 | -1/+17 |
| * | bin/assert-arg: Add helper utility | EuAndreh | 2022-08-12 | 1 | -0/+78 |
| * | bin/clamp: Replace ad-hoc `assert_arg()` with `assert-arg` | EuAndreh | 2022-08-12 | 1 | -10/+3 |
| * | bin/{min,max,clamp}: Add "Examples" section to help string | EuAndreh | 2022-08-12 | 3 | -0/+66 |
| * | etc/git/ignore: Always exclude tmp/ directory | EuAndreh | 2022-08-12 | 1 | -0/+1 |
| * | etc/newsboat/config: Set max column width of newsboat to 80 | EuAndreh | 2022-07-15 | 1 | -0/+1 |
| * | bin/rfc: Add missing call to check_local_db | EuAndreh | 2022-07-10 | 1 | -0/+1 |
| * | bin/prompt: Add initial working version | EuAndreh | 2022-07-10 | 1 | -0/+75 |
| * | bin/rfc: Support incremental update of local RFCs repository | EuAndreh | 2022-07-10 | 1 | -42/+82 |
| * | bin/boop: Add working version | EuAndreh | 2022-06-15 | 1 | -0/+74 |
| * | mv share/msg: medium -> good, low -> bad | EuAndreh | 2022-06-15 | 2 | -0/+0 |
| * | bin/tmp: Move from website repository, now pointing to kuvira | EuAndreh | 2022-06-02 | 1 | -0/+76 |
| * | etc/guix/home.scm: Explicitly load srfi-1 instead of inheriting it from curth0 | EuAndreh | 2022-05-21 | 1 | -1/+2 |
| * | etc/guix/{home,system}.scm: Use proper packaged "guile-heredoc" package | EuAndreh | 2022-05-21 | 2 | -2/+4 |
| * | bin/e: Launch fzf prompt with personal files when no argument is given | EuAndreh | 2022-05-21 | 1 | -1/+10 |
| * | bin/msg: Add example to help message | EuAndreh | 2022-05-18 | 1 | -0/+12 |
| * | bin/msg: Use a single MESSAGE for all actions that take an argument | EuAndreh | 2022-05-18 | 1 | -15/+58 |
| * | etc/guix/current: Add guix profile symlink | EuAndreh | 2022-05-16 | 1 | -0/+1 |
| * | etc/bash/rc: Use "-e" instead of "-r" before sourcing files•••I previously had the impression that "-r" tested for a "readable file",
when it actually works on directories too. So I'm sticking to the more
general "-e" instead.
| EuAndreh | 2022-05-16 | 1 | -2/+2 |
| * | etc/bash/rc: explicitly set $HISTSIZE to -1 to represent the infinite value | EuAndreh | 2022-05-16 | 1 | -1/+1 |
| * | etc/bash/rc: manually load $XDG_CONFIG_HOME/guix/current/etc/profile•••Guix sources the hardcoded ~/.config/guix/current in /etc/profile, so my
custom path needs to be loaded manually.
| EuAndreh | 2022-05-16 | 1 | -1/+5 |
| * | etc/bash/rc: Don't source /etc/bashrc from user file•••Let this file be soruced by /etc/* files, or not be sourced at all.
| EuAndreh | 2022-05-16 | 1 | -3/+0 |
| * | bin/backup: Print "borg create" debug statement | EuAndreh | 2022-05-16 | 1 | -0/+2 |
| * | bin/backup: Use $XDG_CACHE_HOME over hard-coded ~/.cache/ | EuAndreh | 2022-05-16 | 1 | -1/+1 |
| * | etc/bash/vcs-ps1.sh: Better checking of empty shell variables | EuAndreh | 2022-05-16 | 1 | -2/+2 |
| * | bin/backup: Fix WARNING message for exit code 0 | EuAndreh | 2022-05-16 | 1 | -2/+4 |
| * | bin/backup: Remove EXIT trap | EuAndreh | 2022-05-16 | 1 | -6/+0 |
| * | bin/backup: Fix indentation of help text | EuAndreh | 2022-05-16 | 1 | -6/+6 |
| * | Use TinyCC as the default value of $CC | EuAndreh | 2022-05-15 | 2 | -1/+2 |