aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* src/bin/copy: Promote from shell alias to executableEuAndreh2022-01-041-0/+67
|
* src/bin/{duplex,qr,rfc}: Add new executable utilitiesEuAndreh2022-01-043-0/+294
|
* guix/channels.scm: Remove unused channels fileEuAndreh2022-01-041-12/+0
|
* git mv guix/os.scm os.scmEuAndreh2022-01-041-0/+0
|
* git/: Remove unused filesEuAndreh2022-01-042-13/+0
|
* cron/: Remove ad-hoc cron scripts, which were either deleted or inlined in ↵EuAndreh2022-01-0412-165/+0
| | | | configuration.nix
* scripts/record-my-screen.sh: Remove unused scriptEuAndreh2022-01-041-55/+0
|
* scripts/{post,pastebin}.sh: Remove scripts, which moved to the "website" projectEuAndreh2022-01-042-220/+0
|
* scripts/todo: Remove script, which became the "td" projectEuAndreh2022-01-041-82/+0
|
* scripts/: Move executables to src/bin/, and add a proper CLI interface to themEuAndreh2022-01-0415-217/+477
|
* .gitignore: Remove /cron/generated/EuAndreh2022-01-041-1/+0
|
* configuration.nix: Remove "docker" group from andreh userEuAndreh2022-01-041-1/+1
|
* configuration.nix: Remove "sudo", after a reasonable time with only "doas"EuAndreh2022-01-041-1/+1
|
* configuration.nix: Remove desktopManager configurationEuAndreh2022-01-041-1/+0
|
* configuration.nix: group together services using the default configurationEuAndreh2022-01-041-4/+3
|
* configuration.nix: Remove logrotate configurationEuAndreh2022-01-041-20/+1
|
* configuration.nix: Add custom driver for printerEuAndreh2022-01-041-2/+47
|
* configuration.nix: Move xdg.portal config to the bottom of the fileEuAndreh2022-01-041-1/+2
|
* configuration.nix: Inline msmtp configurationEuAndreh2022-01-041-8/+34
|
* configuration.nix: Update address of overlay in package-repository, stick to ↵EuAndreh2022-01-041-3/+1
| | | | "main" branch
* configuration.nix: Update package listEuAndreh2022-01-041-57/+69
|
* configuration.nix: Remove custom terminal fontEuAndreh2022-01-041-1/+0
|
* configuration.nix: Explicitly configure grubEuAndreh2022-01-041-0/+6
|
* configuration.nix: Change hostname to be "usurpador"EuAndreh2022-01-041-1/+1
|