aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin: set -x on the run-riscv-gdb scriptMiquel Sabaté Solà2026-06-221-2/+2
| | | | | | Also default to a better repository base directory. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: add elpa/ into gitignoreMiquel Sabaté Solà2026-05-211-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: upgrade packages to newer versionsMiquel Sabaté Solà2026-05-211-37/+37
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Use 'bat' even on DebianMiquel Sabaté Solà2026-05-111-3/+11
| | | | | | | In Debian 'bat' is actually called 'batcat', so accomodate for that as well. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* fetch-email: ditch GNU parallel as it's bailing on meMiquel Sabaté Solà2026-05-111-6/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* alacritty: even bigger fontsMiquel Sabaté Solà2026-05-111-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: set execution for the installation scriptsMiquel Sabaté Solà2026-05-111-0/+3
| | | | | | | As we do when the '-l/--local' flag is provided, set execution mode for the install.sh and the uninstall.sh scripts when bundling too. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Remove old backup systemMiquel Sabaté Solà2026-04-154-90/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* doctor: do not make an exact match on the platformMiquel Sabaté Solà2026-03-181-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* alacritty: increase the font sizeMiquel Sabaté Solà2026-03-181-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: don't trash mu4e messages without the flagMiquel Sabaté Solà2026-02-271-0/+1
| | | | | | | Not entirely sure that solves my issues with trashing lately, but here it goes. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: automatically sign vmlinuz on 'freezeezy'Miquel Sabaté Solà2026-02-271-3/+16
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: add the 'freezeezy' profileMiquel Sabaté Solà2026-02-272-0/+104
| | | | | | This is the profile for my x86_64 development box. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: add the '-l/--local' flagMiquel Sabaté Solà2026-02-271-3/+36
| | | | | | | | | | This allows you to define that you are planning to deploy things in your current development box. This means that ARCH has to match whatever is currently on your system, and CROSS_COMPILE is needed. Moreover, we don't need an installation bundle, but we just need the install.sh/uninstall.sh scripts. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: fix typo on missing dracutMiquel Sabaté Solà2026-02-261-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* config: add the balena etcher handler schemeMiquel Sabaté Solà2026-02-261-0/+1
| | | | | | Because apparently that's a thing now. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* bin: cleanup the busybox /home only when a binary was providedMiquel Sabaté Solà2026-02-251-5/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* ghostty: don't touch the titleMiquel Sabaté Solà2026-02-241-1/+1
| | | | | | | | Even if it's a nice feature to allow applications to write to it, this also means to do this for stupid executions like "ls", and that's just plain distracting and not worth it. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: update straight.el versionsMiquel Sabaté Solà2026-02-231-29/+29
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add minimalistic .bashrc file for dev environmentsMiquel Sabaté Solà2026-02-191-0/+38
| | | | | | | Just some useful defaults for special development environments such as my Starfive VisionFive2 board. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: remove <space>-u bindingMiquel Sabaté Solà2026-02-191-1/+0
| | | | | | I have never really used it, so let's remove some noise. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* General minor updates for the global .gitignoreMiquel Sabaté Solà2026-02-191-4/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add .project files into global gitignoreMiquel Sabaté Solà2026-02-191-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* e: add microemacsMiquel Sabaté Solà2026-02-191-2/+5
| | | | | | | It's impossible that the previous editors don't exist but microemacs does, but I still find it funny. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: avoid adding Makefile projectsMiquel Sabaté Solà2026-02-101-4/+3
| | | | | | | | In projects like Linux this turns out to be troublesome as each subsystem has its own Makefile and then tools like ripgrep narrow down their focus too much when trying to perform Linux-wide searches. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* do-backup: ignore old mailboxesMiquel Sabaté Solà2026-02-101-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: do not delete sent messages on mailbox.orgMiquel Sabaté Solà2026-01-301-1/+1
| | | | | | | | | | | | | | | | Since GMail copies email to the Sent folder regardless of your mu4e settings, it's usually recommended to configure mu4e sent's behavior to 'delete (thus avoiding duplicate sent messages). But I had sadly copy/pasted the same configuration from GMail into my mailbox settings, where this automatic copying of sent messages does not happen. This went unnoticed because I've sent email from this account mainly to the Linux kernel mailing lists, where you receive a copy from the thread anyways and that wasn't much of a problem. But after noticing a couple of missing sent email, and after some head scratching, I've found the 'delete behavior and reverted to good ol' 'sent. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* mise: use 'latest' for rubyMiquel Sabaté Solà2026-01-221-1/+1
| | | | | | Not totally sure whether that's the right setting, but it works for now. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* bin: backup 'mihi' as wellMiquel Sabaté Solà2026-01-221-0/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: update dependenciesMiquel Sabaté Solà2026-01-071-34/+34
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: add extra root vc markersMiquel Sabaté Solà2026-01-011-0/+7
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: update modulesMiquel Sabaté Solà2025-11-301-30/+30
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: update dependenciesMiquel Sabaté Solà2025-10-271-34/+35
| | | | | | | After a couple of days of testing with this general update, everything seems fine. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* run-riscv-qemu: move to KERNEL in error messagesMiquel Sabaté Solà2025-10-241-3/+4
| | | | | | | | Commit 295231706308 ("bin: Guess the QEMU_KERNEL to be used based on cwd") introduced QEMU_KERNEL into this script, but actually we have moved to KERNEL instead. Hence, use that as well in error messages. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: move profiles into .config/kbuildMiquel Sabaté Solà2025-10-243-177/+138
| | | | | | | | | | | | | | Instead of inlining shell scripts inside of the `kbuild` one, move them into subdirectories inside of the new $HOME/.config/kbuild directory. Each subdirectory will match a profile (i.e. no more hacky hardcoded values on `kbuild`), and it will contain the relevant install.sh/uninstall.sh files which matter for that profile. This also allows us more flexibility when it comes to GRUB configuration (e.g. picking the right UUID value without having to re-invent the wheel via esoteric new parameters). Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: Prefer grub2-mkconfigMiquel Sabaté Solà2025-10-231-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: enforce the fill-column value to 75 on gitMiquel Sabaté Solà2025-10-211-1/+8
| | | | | | | | | | | Magit will already default to 75, but set the `git-commit-fill-column' variable just to be safe. Moreover, when editing patch/diff files manually (e.g. editing a cover letter in the context of 'git format-patch --cover-letter'), these rules should also apply. Hence, set 'fill-column' locally to 75 as well. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: prefer emails in plain textMiquel Sabaté Solà2025-10-211-0/+9
| | | | | | | | | Force email apps in GNU Emacs (i.e. mu4e) to "discourage" formats like "text/html" or "text/richtext". This in practice forces email apps to use "text/plain" by default, which is nicer looking in most cases, and I can always switch back to HTML whenever that is not the case. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* git: adapt 'git-send-email' for SUSEMiquel Sabaté Solà2025-10-211-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* git: add config overrides at the endMiquel Sabaté Solà2025-10-211-6/+9
| | | | | | This way I don't depend on the order of configuration options. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: Change 'vf2' to 'debian'Miquel Sabaté Solà2025-10-161-6/+8
| | | | | | | | | | | The folks at openSUSE were nice enough to provide an image that works with my VisionFive2 board. Hence, let's reformulate the "vf2" profile to "debian", as that's closer to what I was doing. That being said, I have left a TODO to denote that the UUID used in GRUB needs to be handled more gracefully. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* config: Update mimeapps.list with a bunch of nonsenseMiquel Sabaté Solà2025-10-151-33/+45
| | | | | | | The latest KDE installation should brought this up. I'm not even sure about half of it, but whatever. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* isync: Pick the same rules for exponge/sync on GMailMiquel Sabaté Solà2025-10-151-4/+4
| | | | | | | | | I was initially quite conservative in commit aeb9e0bc3b3a ("isync: Modernize setup and make it safer") for my personal GMail account, but the one from suse.com should actually follow the same rule for exponge/sync. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* mbsync: Specify the auth mechanism for mailboxMiquel Sabaté Solà2025-10-151-0/+1
| | | | | | | It's really pedantic, but on my Framwork computer this is needed, apparently. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* mbsync: Do not timeout on the gmail accountMiquel Sabaté Solà2025-10-151-0/+1
| | | | | | Yes, it's really slow, but let's not error out because of that. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* config: Update music directory as expectedMiquel Sabaté Solà2025-10-131-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* mise: Use the latest PythonMiquel Sabaté Solà2025-10-131-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* bin: Add msmtp to the required packages listMiquel Sabaté Solà2025-10-131-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* emacs: Make "Inbox" a favorite bookmarkMiquel Sabaté Solà2025-10-101-7/+8
| | | | | | | | | | Apparently default notifications expect a favorite to be picked among bookmarks. If not, then it picks the one at top, which is basically the last one that was added by the user. Hence, define this bookmark last just so it appears at the top of the main view, and also mark it as "favorite" to double down. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: Be more specific on Linux kernel root pathMiquel Sabaté Solà2025-10-071-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>