Skip to main content

Upgrading Adminimal Theme to Drupal 11 Unstable Release

· Hasse Wilson drupal
Although Adminimal Theme doesn't have a stable Drupal 11 release yet, you can use Composer to fetch a development version that works with Drupal 11. By modifying your composer.json file to point to the development branch and running composer update, you can start using adminimal_theme on Drupal 11 today, with the understanding that it's unstable pre-release code

ZSH Commit message generator

· Hasse Wilson zsh
One of the main things i use AI (Claude) for is for shellscripts.

One of the most tedious tasks is to write git commit messages. So i wrote a little zsh function i can use within a git repository, that reads all the changes and suggest to you, a commit message. The script make use of Gum to make it all a bit more glamorous.