Files
dotfiles/local/bin
Ismo Vuorinen be57181cdd fix: resolve shell startup errors and streamline tool management
- Guard brew shellenv in fish config with test -x for Linux compat
- Pin Python to 3.13 with compile=true (freethreaded builds broken)
- Pin neovim, go, terraform, aws-cli, cmake, dotnet-ef to stable versions
- Remove hugo and gdu from mise (unused / broken upstream)
- Comment out pipx-backed tools (mise can't find uvx when self-managed)
- Move mise [settings] above [tools] with pipx.uvx=true
- Fix dnf group name for dnf5 (development-tools lowercase)
- Remove vendored fzf binary (now managed by mise)
- Simplify Dotbot: force-relink mise config, targeted ~/.local clean,
  remove fzf custom linking (now via standard ~/.config/ glob)
- Fix lint gate hook to find yarn via mise shims
2026-03-21 22:05:51 +02:00
..
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-04-15 15:39:01 +03:00
2025-10-13 14:14:45 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-02-14 00:08:50 +02:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-10-13 14:14:45 +03:00
2024-07-23 05:09:30 +03:00
2025-06-30 04:30:06 +03:00
2023-09-19 09:04:02 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-10-13 14:14:45 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00
2025-06-30 04:30:06 +03:00

Scripts

All scripts have been normalized to same code standard using shfmt. Some problematic code has been fixed per shellcheck suggestions.

Homegrown

  • dfm
  • git-dirty (based on git-extra-tools)
  • git-fsck-dirs
  • git-update-dirs
  • php-switcher
  • x-backup-folder
  • x-backup-mysql-with-prefix
  • x-check-git-attributes
  • x-clean-vendordirs
  • x-env-list
  • x-open-ports

Sourced

Script Source
x-dupes skx/sysadmin-util
x-foreach mvdan/dotfiles
x-multi-ping skx/sysadmin-util
x-ssl-expiry-date skx/sysadmin-util
x-until-error skx/sysadmin-util
x-until-success skx/sysadmin-util
x-validate-sha256-sum onnimonni
x-when-down skx/sysadmin-util
x-when-up skx/sysadmin-util