aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bin/backup: Fix indentation of help textEuAndreh2022-05-161-6/+6
* Use TinyCC as the default value of $CCEuAndreh2022-05-152-1/+2
* etc/guix/system.scm: Remove duplicate FIXME marker from curth0•••It is already present on the GUILE_LOAD_PATH hack in etc/bash/rc. EuAndreh2022-05-151-1/+1
* etc/guix/home.scm: Move FIXME marker to TODOs.mdEuAndreh2022-05-151-1/+1
* etc/bash/rc: Remove FIXME marker from bash-completion handling•••Moved to help-guix@gnu.org. See <165265271797.19845.1907620860408175547@localhost>. Also, only load completion files when running interactively, as there is no way to make that code behave, it's totally out of my control. EuAndreh2022-05-152-7/+10
* etc/bash/check.sh: Exclude the file from FIXME checkEuAndreh2022-05-151-1/+1
* etc/bash/check.sh: Move to the root of the Git directory before running testsEuAndreh2022-05-151-0/+2
* bin/grun: s/FIXME/TODO/ to simplify etc/bash/check.sh testsEuAndreh2022-05-151-2/+2
* etc/bash/check.sh: Assert clean tilde repositoriesEuAndreh2022-05-151-1/+13
* etc/bash/rc: Indent v() function body, remove commented codeEuAndreh2022-05-151-7/+6
* etc/bash/rc: Move $V_FILES into v() function, use heredocs instead of strings•••Having the $V_FILES variable inside the v() function allows it to be a little bit more dynamic: files manually added to the list while editing the file aren't included as new values without `reload`ing the rc file, but new files created in the ~/Documents/txt/ directory are. EuAndreh2022-05-151-15/+16
* etc/bash/rc(cosmetic): Move comment on extra files into if statementEuAndreh2022-05-151-3/+1
* etc/bash/rc: Move stty modification to the end of the file; remove dead "case"EuAndreh2022-05-151-9/+1
* etc/bash/rc: Set $HISTCONTROL variable.EuAndreh2022-05-141-0/+2
* etc/bash/rc: Show pretty tilde path in $V_FILES, in a better orderEuAndreh2022-05-141-7/+7
* bin/msg: Run notifications in parallelEuAndreh2022-05-141-7/+7
* bin/brightness: Put device information in $BACKLIGHT_DEVICE variable instead ...EuAndreh2022-05-144-10/+3
* bin/brightness: Use consistent quoting only around variablesEuAndreh2022-05-141-1/+1
* bin/msg: Include an empty space in the body of the email to get a valid emailEuAndreh2022-05-141-1/+1
* etc/guix/home.scm: Remove inetutils package•••The `ping` command requires privileges to do ICMP shennanigans. EuAndreh2022-05-131-1/+0
* etc/guix/system.scm: Replace xmonad-current with xmonad-nextEuAndreh2022-05-131-15/+3
* etc/guix/system.scm: Do not include users in the "wheel" group by defaultEuAndreh2022-05-131-2/+3
* etc/i3/config: Update WIP pathsEuAndreh2022-05-131-7/+7
* etc/mailcaps/config: Stop w3m from creating ~/.w3m/EuAndreh2022-05-131-1/+1
* bin/email: Fix name from "mail" to "email" in usage stringEuAndreh2022-05-131-2/+2
* etc/bash/rc: Link ~/.bashrc to ~/.profile and add set $ENV to ~/.profile•••Make .profile the only configuration file for shells. It concentrates not only environment variables as login files should, but also aliases, functions, etc. Setting $ENV to ~/.profile makes interactive calls to `sh` load this files, and symlinking ~/.bashrc makes interactive calls to `bash` do the same. Ultimately, I find that the separation of environment variables to login files, usually in ~/.bash_profile, to make sense when thinking about user sessions and logins, but not something I benefit from. Staying logged in for multiple days, I modify environment variables that I want to affect my existing and new terminal sessions, and having to do extra work for getting those new values (such as an extra command that sources ~/.profile) isn't interesting to me. EuAndreh2022-05-131-0/+2
* etc/bash/rc: Include `f ...` and `v ...` in shell historyEuAndreh2022-05-131-1/+2
* etc/bash/rc: Replace hardcoded ~/.config paths with $XDG_CONFIG_HOME in `v()`...EuAndreh2022-05-131-6/+6
* etc/guix/home.scm: Rename "jobs" to "cronjobs"EuAndreh2022-05-131-2/+2
* etc/bash/vcs-ps1.sh: Include `shell_level` in $PS1 variableEuAndreh2022-05-131-1/+14
* etc/bash/check.sh: Add assert for FIXME markersEuAndreh2022-05-121-0/+5
* etc/bash/check.sh: Do not assert loading ~/.profile goes without error•••There are files not under my control, such as completion files, that invariably fail the assertion. EuAndreh2022-05-121-2/+0
* etc/guix/home.scm: Replace tabs with spacesEuAndreh2022-05-121-16/+16
* bin/password: Add executable, a replacement for the genpassword functionEuAndreh2022-05-122-5/+57
* etc/i3status/config: Setup working i3status bar configurationEuAndreh2022-05-121-0/+26
* etc/i3/config: Add FIXME markerEuAndreh2022-05-121-0/+1
* etc/guix/system.scm: Add nonguix substitutesEuAndreh2022-05-121-9/+14
* etc/guix/system.scm: use-modulesEuAndreh2022-05-121-2/+9
* etc/guix/system.scm: Add custom X config for controlling screen backlightEuAndreh2022-05-121-8/+15
* etc/guix/system.scm: Include WIP udev-rules service extensionEuAndreh2022-05-121-0/+16
* etc/guix/system.scm: Add xmonad-current custom packageEuAndreh2022-05-121-1/+18
* etc/guix/system.scm: Include virtualization and printing servicesEuAndreh2022-05-121-0/+5
* etc/guix/home.scm: Include "dot-config" and "jobs" variablesEuAndreh2022-05-121-11/+27
* etc/guix/home.scm: use-modulesEuAndreh2022-05-121-1/+12
* etc/guix/home.scm: Add a bunch of packagesEuAndreh2022-05-121-9/+112
* etc/guix/home.scm: Add ssh.confEuAndreh2022-05-121-0/+11
* etc/guix/home.scm: Use modified *-with-options packagesEuAndreh2022-05-121-4/+62
* etc/guix/home.scm: Setup home-shell-profile-service-typeEuAndreh2022-05-121-5/+5
* etc/guix/home.scm: Use spaces for indentation of heredocsEuAndreh2022-05-121-28/+31
* etc/bash/rc: Setup working version alongside ~/.profileEuAndreh2022-05-121-0/+346