aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* etc/sh/rc: Load noise cancelling in system.scmEuAndreh2022-08-122-1/+11
* bin/bins: Add helper utility for listing binariesEuAndreh2022-08-121-0/+73
* etc/ssh/known_hosts: Add camarada.site entryEuAndreh2022-08-121-0/+1
* etc/tmux/tmux.conf: Add navigation keybindingsEuAndreh2022-08-121-0/+4
* etc/i3status/config: Add "general" sectionEuAndreh2022-08-121-0/+5
* etc/i3/config: Simplify and settleEuAndreh2022-08-121-29/+25
* etc/{bash => sh}/rc: Separate Bash-specific code, remove unused codeEuAndreh2022-08-121-148/+102
* etc/ranger/rc.conf: Add key bindingsEuAndreh2022-08-121-0/+3
* mv etc/bash/check.sh etc/sh/check.shEuAndreh2022-08-121-4/+7
* mv etc/bash/privrc.sh etc/sh/privrc.shEuAndreh2022-08-121-0/+0
* etc/{bash => sh}/vcs-ps1.sh: Add shell_status_jobs and shell_status_levelEuAndreh2022-08-121-3/+32
* etc/tmux/tmux.conf: Use "-" like "cd -" doesEuAndreh2022-08-121-0/+1
* etc/tmux/tmux.conf: Increase contrast of status barEuAndreh2022-08-121-2/+2
* etc/xmonad/: Remove xmonad configuration filesEuAndreh2022-08-122-126/+0
* etc/guix/channels.scm: Fix path to xyz-euandreh channelEuAndreh2022-08-121-1/+1
* etc/git/ignore: Add /FIXMEEuAndreh2022-08-121-0/+1
* bin/msg: Support good and bad messages via -0 and -1EuAndreh2022-08-121-7/+24
* bin/boop: Add optional -m MESSAGE, and use `msg` over playing sound directlyEuAndreh2022-08-121-7/+16
* bin/backup: Make tag optional and script verbose by defaultEuAndreh2022-08-121-20/+12
* bin/80: Add helper utilityEuAndreh2022-08-121-0/+85
* bin/color: Replace ad-hoc `assert_arg()` with `assert-arg`EuAndreh2022-08-121-10/+4
* bin/color: Add "Examples" section to help stringEuAndreh2022-08-121-1/+17
* bin/assert-arg: Add helper utilityEuAndreh2022-08-121-0/+78
* bin/clamp: Replace ad-hoc `assert_arg()` with `assert-arg`EuAndreh2022-08-121-10/+3
* bin/{min,max,clamp}: Add "Examples" section to help stringEuAndreh2022-08-123-0/+66
* etc/git/ignore: Always exclude tmp/ directoryEuAndreh2022-08-121-0/+1
* etc/newsboat/config: Set max column width of newsboat to 80EuAndreh2022-07-151-0/+1
* bin/rfc: Add missing call to check_local_dbEuAndreh2022-07-101-0/+1
* bin/prompt: Add initial working versionEuAndreh2022-07-101-0/+75
* bin/rfc: Support incremental update of local RFCs repositoryEuAndreh2022-07-101-42/+82
* bin/boop: Add working versionEuAndreh2022-06-151-0/+74
* mv share/msg: medium -> good, low -> badEuAndreh2022-06-152-0/+0
* bin/tmp: Move from website repository, now pointing to kuviraEuAndreh2022-06-021-0/+76
* etc/guix/home.scm: Explicitly load srfi-1 instead of inheriting it from curth0EuAndreh2022-05-211-1/+2
* etc/guix/{home,system}.scm: Use proper packaged "guile-heredoc" packageEuAndreh2022-05-212-2/+4
* bin/e: Launch fzf prompt with personal files when no argument is givenEuAndreh2022-05-211-1/+10
* bin/msg: Add example to help messageEuAndreh2022-05-181-0/+12
* bin/msg: Use a single MESSAGE for all actions that take an argumentEuAndreh2022-05-181-15/+58
* etc/guix/current: Add guix profile symlinkEuAndreh2022-05-161-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. EuAndreh2022-05-161-2/+2
* etc/bash/rc: explicitly set $HISTSIZE to -1 to represent the infinite valueEuAndreh2022-05-161-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. EuAndreh2022-05-161-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. EuAndreh2022-05-161-3/+0
* bin/backup: Print "borg create" debug statementEuAndreh2022-05-161-0/+2
* bin/backup: Use $XDG_CACHE_HOME over hard-coded ~/.cache/EuAndreh2022-05-161-1/+1
* etc/bash/vcs-ps1.sh: Better checking of empty shell variablesEuAndreh2022-05-161-2/+2
* bin/backup: Fix WARNING message for exit code 0EuAndreh2022-05-161-2/+4
* bin/backup: Remove EXIT trapEuAndreh2022-05-161-6/+0
* bin/backup: Fix indentation of help textEuAndreh2022-05-161-6/+6
* Use TinyCC as the default value of $CCEuAndreh2022-05-152-1/+2