Skip to content

Releases: jdbruijn/dotfiles

v3.1.0

15 Mar 08:04

Choose a tag to compare

3.1.0 (2026-03-15)

Features

  • mise: upgrade installed tools and runtimes when the install script is called (a4273eb)

Bug Fixes

  • mise: install global packages using npm: in config instead of postinstall hook (26a40a5)

v3.0.0

14 Mar 16:14

Choose a tag to compare

3.0.0 (2026-03-14)

⚠ BREAKING CHANGES

  • zsh: set EDITOR to nvim.
    The current behaviour can be kept by using the custom Zsh configuration as documented in the readme, and include the following line in e.g. the custom/zsh/env.zsh file.
export VISUAL='code --wait --new-window'

Continuous Integration

  • remove lint-commit-messages action (6ddb0c0)
  • replace semantic-release config with @vidavidorra/semantic-release-config (f338820)

Features

  • zsh: set EDITOR to nvim (37cadbd)
  • zsh: set TERM for a consistent experience (e29e68f)

v2.10.1

05 Mar 20:13

Choose a tag to compare

2.10.1 (2026-03-05)

Documentation

  • package font-fira-code-nerd-font is a cask (79a0826)

v2.10.0

05 Mar 20:01

Choose a tag to compare

2.10.0 (2026-03-05)

Features

  • zsh: add gclb alias to create a bare Git clone (5bc3b0b)

Styles

  • zsh: format extract function (ba95d82)

Code Refactoring

  • zsh: move mcd function to cd aliases file (4f8818b)

v2.9.1

05 Mar 19:06

Choose a tag to compare

2.9.1 (2026-03-05)

Bug Fixes

  • zsh: illegal option error in mcd function (fdbea86)

v2.9.0

02 Mar 17:58

Choose a tag to compare

2.9.0 (2026-03-02)

Features

  • zsh: add ag alias for alias | grep (822f841)

v2.8.1

12 Dec 09:35

Choose a tag to compare

2.8.1 (2025-12-12)

Bug Fixes

  • vscode: disable terminal auto suggestions (865cca2)

v2.8.0

05 Dec 07:06

Choose a tag to compare

2.8.0 (2025-12-05)

Features

  • nvim: add linting, starting with ESLint and clang-tidy (afdbe1b)

v2.7.0

15 Oct 08:00

Choose a tag to compare

2.7.0 (2025-10-15)

Features

  • neovim: add neoclip to manage the clipboard (1c3fddd)

Bug Fixes

  • neovim: don't show the default mode as we have a status line (81e1305)

v2.6.0

14 Oct 19:32

Choose a tag to compare

2.6.0 (2025-10-14)

Features

  • install: add option to skip the installation steps, only synchronising the files (d6d5369)

Bug Fixes

  • zsh: don't truncate the directory to the root of the current Git repository (3e6763a)

Documentation

  • use sh instead of shell for the language of shell code blocks (f70e8ae)