Ben Grande
d9c45c652c
fix: remove tmux word from tmux shell
2025-01-08 16:58:37 +01:00
Ben Grande
4a8aa80c2e
fix: remove timestamp from Zsh history
...
When HISTFILE is shared with Bash, the shell doesn't know how to
interpret timestamp.
2024-12-03 11:32:09 +01:00
Ben Grande
b025ea0fea
fix: escape newline characters in git aliases
...
When 'git config --get "alias.*"' is run, it expands especial characters
breaking the retrieval of aliases and assignment for shell aliases
starting the g for git.
2024-12-03 11:29:37 +01:00
Ben Grande
7659897283
fix: skip edit of files owned by system packages
...
Fix: https://github.com/ben-grande/qusal/issues/101
2024-10-14 17:03:57 +02:00
Ben Grande
f9457092ea
fix: remove end of options from compinit
2024-08-12 16:47:52 +02:00
Ben Grande
d13a21a734
fix: avoid echo usage
...
Echo can interpret operand as an option and checking every variable to
be echoed is troublesome while with printf, if the format specifier is
present before the operand, printing as string can be enforced.
2024-08-06 18:12:46 +02:00
Ben Grande
b38834d66b
fix: avoid operand evaluation as argument
...
Explicit end option parsing as the shell can be quite dangerous without
it.
2024-08-06 17:13:11 +02:00
Ben Grande
7e2502b70a
fix: option to disable resize of dumb consoles
...
Relevant when using "xl console".
2024-07-16 16:57:14 +02:00
Ben Grande
f705616ed4
feat: encrypt mail headers
2024-07-16 16:56:33 +02:00
Ben Grande
8e5673e9c4
fix: set vim toc generator width option
2024-07-15 17:54:51 +02:00
Ben Grande
69c14a2429
feat: enable all optional shellcheck validations
2024-07-10 14:35:36 +02:00
Ben Grande
024e9c469d
fix: limit shellscript line length to 78 chars
2024-07-09 17:39:25 +02:00
Ben Grande
a8129e053a
feat: set json format for editorconfig-checker
2024-07-08 20:10:15 +02:00
Ben Grande
5936b2059c
chore: editorconfig check
2024-07-08 19:59:27 +02:00
Ben Grande
f94876f0f0
doc: spell check
2024-07-08 11:27:21 +02:00
Ben Grande
56191dab6d
doc: lint markdown files
2024-07-04 17:08:52 +02:00
Ben Grande
404d5d2598
fix: split-gpg2 doesn't accept empty values
...
Fixes: https://github.com/ben-grande/qusal/issues/64
2024-06-20 22:32:04 +02:00
Ben Grande
921820faaf
chore: add copyright notices
2024-06-17 21:45:45 +02:00
Ben Grande
5f55627e57
fix: function to target minions missing parameters
2024-06-17 21:42:29 +02:00
Ben Grande
39a4938fb6
feat: add split-gpg2 configuration
...
Users must migrated their keys from ~/.gnupg to the value of
isolated_gnupg_homedirs.
2024-06-17 14:17:13 +02:00
Ben Grande
e3c8ab8972
feat: add function to target minions easily
2024-06-17 13:50:52 +02:00
Ben Grande
09bb64f652
feat: SSH proxy in Qubes for offline clients
2024-06-13 15:45:37 +02:00
Ben Grande
87b196b3d4
fix: reuse reports duplicated header and .dep5
2024-06-13 14:11:12 +02:00
Ben Grande
dfc548e567
fix: avoid multiple ssh-agent spawns
...
#
The SSH_AUTH_SOCK is unset when executing user shell through Qrexec,
spawning multiple agents. Using a constant path avoids this problem.
2024-06-02 20:32:33 +02:00
Ben Grande
ab355f9abf
feat: alias to target DomUs with qubesctl
2024-05-25 20:26:15 +02:00
Ben Grande
c9544bdc5c
feat: add git alias to amend commits
2024-05-23 11:49:49 +02:00
Ben Grande
3c7d828fb5
fix: remove vim copy typo from tmux configuration
2024-05-23 11:49:02 +02:00
Ben Grande
23f4e79587
fix: zsh history share
2024-05-21 11:04:42 +02:00
Ben Grande
b44fbb6d98
fix: line break on git alias breaks zsh completion
...
Only happens if line breaks occurs on the first line of the completion,
the other lines are ignored.
2024-05-21 11:02:09 +02:00
Ben Grande
84bae87dc5
fix: discover non-root username at runtime
...
Useful when Dom0 has the non-default username, less useful for DomUs.
Fixes: https://github.com/ben-grande/qusal/issues/43
2024-04-30 16:02:49 +02:00
Ben Grande
9954972df3
fix: POSIX does not support head byte count
...
Test done on OpenBSD for compatibility with the POSIX specification,
also becoming a new supported system.
2024-04-23 18:34:10 +02:00
Ben Grande
a179b8c878
fix: remove brackets from awk variable
2024-04-16 18:26:02 +02:00
Ben Grande
4d63820f64
fix: hide command check output
2024-03-23 21:43:07 +01:00
Ben Grande
d3222aab71
feat: alias to sign arbitrary tags
2024-03-19 19:55:21 +01:00
Ben Grande
1afa166f3e
feat: support diff highlight for inline patch diff
2024-03-19 19:26:55 +01:00
Ben Grande
99f184d1fd
Fix: compile lesskey for old versions at runtime
...
- Support less versions that have a dot: 581.2;
- Avoids having binary files in the repository;
- Lesskey automatically compiled depending on user's less version;
2024-03-14 10:14:59 +01:00
Ben Grande
50e80029b3
feat: add tool to resize terminal size
...
Inspired by the Archlinux Wiki. The Arch Wiki does not provide a
copyrights page, it is therefore hard to credit the contributors
Recent commit c6de5e8046d4965fde910ee3b0c9c0709899609c is 7 years old,
with reference to $wgRightsPage. Individual contributors can't be
referenced but there is credit to the specific page in the Arch wiki.
https://gitlab.archlinux.org/archlinux/infrastructure/-/blob/master/roles/archwiki/templates/LocalSettings.php.j2
2024-03-07 17:38:45 +01:00
Ben Grande
3a7398fdb4
fix: remove duplicate files
...
They were symlink before, on a wrong copy, it was converter to regular
files.
2024-02-23 16:45:13 +01:00
Ben Grande
835c5a9097
feat: move helpers to qusal
2024-02-23 16:42:56 +01:00
Ben Grande
b3ccfdc3de
chore: remove extraneous lines
2024-02-23 16:41:59 +01:00
Ben Grande
701f291daa
fix: shell stops parsing early
2024-02-19 12:05:27 +01:00
Ben Grande
3d49981cab
feat: source X11 profiles directory
2024-02-18 14:58:57 +01:00
Ben Grande
076ea43eaf
fix: whonix uwt git command not found
2024-02-09 14:45:27 +01:00
Ben Grande
07c7d1ed95
feat: set manual page and GNU Info paths
...
Useful to have a directory that is user writable to drop-in manual pages
of programs that are only run by user and not superuser or other users.
2024-02-04 19:49:06 +01:00
Ben Grande
0ef9267754
fix: whonix uwt wrapper messes with git existence
2024-01-31 16:12:00 +01:00
Ben Grande
5634910c97
fix: thunar uses xfce helper to find terminal
2024-01-31 14:39:37 +01:00
Ben Grande
165dd238d6
chore: copyright date
2024-01-29 16:47:13 +01:00
Ben Grande
c1987240bc
refactor: muttrc configuration source order
...
Script to source muttrc configuration is preferred as it can choose what
files must exist and not throw extraneous error messages on optional
files. Adding the example configuration files to slim out the readme
from the qusal project, also helps with copying the file from inside
the qube itself instead of having to copy inter-qube.
2024-01-26 22:43:46 +01:00
Ben Grande
dcf2909f53
fix: reorganize mutt configuration disposition
2024-01-25 19:11:14 +01:00
Ben Grande
8c8c7d8e5a
fix: qvm-open-in-dvm does not require target
2024-01-25 18:50:35 +01:00