aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sh/ps1.sh: Factor decisions into separate functionsEuAndreh2022-03-281-53/+90
|
* sh/reload.sh: Remove tmuxinator-templates.shEuAndreh2022-03-281-1/+0
|
* sh/bash-config.sh: Disable hashingEuAndreh2022-03-281-1/+0
|
* sh/aliases.sh: Cleanup unused aliasesEuAndreh2022-03-281-40/+20
|
* sh/bashrc.sh: Remove GUIX_PROFILE, to be included in sh/env.shEuAndreh2022-03-281-1/+0
|
* sh/vcs.sh: Move VCS aliases into here, soon to be replaced with vcs-ps1EuAndreh2022-03-282-1/+7
|
* src/bin/backup: Enable next backup steps to proceed even when files change ↵EuAndreh2022-03-261-1/+1
| | | | while borg is running
* configuration.nix: Update cronjob schedulesEuAndreh2022-03-251-5/+7
|
* configuration.nix: Use GRUB booting only, remove redundant systemd configurationEuAndreh2022-03-251-1/+0
|
* configuration.nix: Disable CUPS by defaultEuAndreh2022-03-251-1/+1
|
* configuration.nix: Replace "enable-docker" with "enable-virtualization"EuAndreh2022-03-251-5/+8
|
* configuration.nix: Mark "frescobaldi" and "alot" as brokenEuAndreh2022-03-251-2/+3
|
* configuration.nix: Include configuration when running "with-email.sh"EuAndreh2022-03-251-1/+2
|
* configuration.nix: Rename "libqrencode" package to "qrencode"EuAndreh2022-03-251-1/+1
|
* configuration.nix: Add packagesEuAndreh2022-03-251-2/+6
|
* configuration.nix: Indent with spaces instead of tabsEuAndreh2022-03-251-8/+8
|
* configuration.nix: Enable documention for all modulesEuAndreh2022-03-251-0/+1
|
* configuration.nix: Explicitly configure XDG GTK portalsEuAndreh2022-03-251-0/+1
|
* configuration.nix: Replace "nologin" with new "shadow" packageEuAndreh2022-03-251-1/+1
|
* configuration.nix: Conditionally enable Docker and virtualization toolsEuAndreh2022-03-251-3/+12
| | | | | | Use a top-level boolean configuration variable to determine which groups, packages and other configurations should be included if present.
* configuration.nix: Rename "skype" packageEuAndreh2022-03-251-1/+1
|
* TODOs.md: Add #td-6982acd2-9949-1293-10cb-85ce623bf627EuAndreh2022-03-251-0/+7
|
* src/bin/print: Allow printing files from different directoriesEuAndreh2022-03-251-10/+12
|
* TODOs.md: Add #td-e2b2e9d5-b8c9-9ce3-a0c1-699963325d4eEuAndreh2022-03-251-0/+3
|
* src/bin/print: Add more examples in help messageEuAndreh2022-03-251-3/+6
|
* src/bin/backup: Include "-v" verbose flagEuAndreh2022-03-251-1/+6
|
* src/bin/backup: Indent documentation heredocsEuAndreh2022-03-251-9/+9
|
* tmux.conf: Add keybinding to set the root on the current sessionEuAndreh2022-03-251-0/+3
|
* vcs/gitconfig.ini: Enable commit verbose mode by defaultEuAndreh2022-03-251-0/+1
| | | | | | This is a quality of life improvement to always include the diff when editing the commit message in the text editor, instead of having to explicitly type "git commit -v ..." every time.
* xmonad/scripts/dmenu-pass.sh: Use LANG=POSIX.UTF-8 for sortingEuAndreh2022-03-251-3/+6
|
* xmonad/xmonad.hs: Old vid-* bindings, add bindings to pass and clipmenuEuAndreh2022-03-251-12/+5
|
* infokey: Add custom colorsEuAndreh2022-03-251-0/+5
|
* ssh.conf: Include multiple files instead of keeping config hereEuAndreh2022-03-251-0/+2
|
* src/bin/backup: Change remote path usurpador-borg/ -> borg/usurpador/EuAndreh2022-02-251-5/+5
|
* src/bin/backup: exclude ~/.cache from backupEuAndreh2022-02-251-0/+1
| | | | | | | | | | | | For two reasons: 1. to reduce the size of the backup. If there's a candidate folder to be removed in order to decrease the size of the backup, ~/.cache is that folder; 2. to stop errors during the backup to happen. It's common for files to come and go while the backup is running, and borg sometimes starts backing up a file and it vanishes in the middle of the backup, and returns an error. In the end the backup finishes sucessfully, but the backup script halts.
* TODOs.md: Fix link to repository addressEuAndreh2022-01-271-1/+1
|
* src/bin/backup: Use "suyin" instead of "$R" for SSH remoteEuAndreh2022-01-081-10/+10
|
* configuration.nix: add empty line in "with-email.sh" fileEuAndreh2022-01-061-0/+1
|
* configuration.nix: Remove nixUnstable packageEuAndreh2022-01-061-1/+0
|
* sh/git-prompt.sh: Remove embedded fileEuAndreh2022-01-051-589/+0
|
* xmonad/scripts/dmenu-emoji.sh: Remove raku symbolsEuAndreh2022-01-051-8/+6
|
* xmonad/scripts/dmenu-pass.sh: Adjust to clipctl, add dmenu-pass-login equivalentEuAndreh2022-01-052-7/+17
|
* src/bin/duplex: make it print single-sided pages too and rename to src/bin/printEuAndreh2022-01-051-18/+24
|
* xmonad/scripts/dmenu-clipmenu.sh: Add working version of clipboard menuEuAndreh2022-01-041-0/+4
|
* xmonad/scripts/toggle-pulseaudio-sink.sh: Fix logic and add default behaviourEuAndreh2022-01-041-5/+3
|
* xmonad/scripts/xmobar-mail.sh: Fix notmuch queryEuAndreh2022-01-041-1/+1
|
* xmonad/scripts/brightness.sh: Replace sudo with doasEuAndreh2022-01-041-1/+1
|
* xmonad/scripts/brightness.sh: Remove ${BRACES} around variablesEuAndreh2022-01-041-10/+10
|
* xmonad/scripts/: remove unused scriptsEuAndreh2022-01-047-54/+0
|
* git mv xmonad/scripts/{list-emoji,emoji-list}.txtEuAndreh2022-01-041-0/+0
|