Releases: dkarter/dotfiles
Releases · dkarter/dotfiles
v16.4.0
v16.3.0
16.3.0 (2024-07-26)
Features
- installer: run asdf install as part of sync (11ea2aa)
Bug Fixes
- installer: improve asdf commands so they can be run as part of sync (7335ebd)
- installer: install nodejs lts version (aaa3405)
- installer: remove --locked from cargo install (f850376)
- installer: remove OpenPGP key import for ASDF node (9ac8464)
- task: sync dotfiles now syncs asdf and installs pnpm (52d6aea)
Performance Improvements
- installer: run asdf reshim in parallel (43a76cd)
v16.2.0
v16.1.0
v16.0.0
16.0.0 (2024-07-22)
⚠ BREAKING CHANGES
- nvim: move plugins to individual files
- nvim: remove FzfRg + fzf plugin
- alacritty: delete config
Features
Bug Fixes
- gitignore: ignore .ruby-lsp folder (b5b1e29)
- installer: always update cargo packages (6c3c016)
- installer: automatically upgrade gh extensions (6111d0e)
- installer: install cargos locked (c7ee177)
- nvim: format files via LSP if supported (281c8b6)
Miscellaneous Chores
Code Refactoring
- nvim: move plugins to individual files (df581e2)
v15.1.0
v15.0.0
v14.2.0
v14.1.0
14.1.0 (2024-07-07)
Features
- gitui: add gitui (c5d80d0)
- nvim: add MasonUpdateAll command (83b55c9)
- nvim: disable indent-blankline for zenmode (a9def15)
- nvim: highlight taskfile commands as bash (e6581be)
- task: add sync:brew (45045a9)
- task: add task to sync neovim (45e5dec)
- task: automatically commit brew lock file on change (4c2f7f4)
- task: task for committing nvim plugin updates (e5ea0c8)
Bug Fixes
- nvim: correctly set color scheme (84e3c4a)
- nvim: disable formatting with lua_ls (22ded3a)
- nvim: disable relativenumber (bdc0d7e)
- nvim: disable relativenumber for zenmode too (a403437)
- nvim: lualine theme was broken on direct file open (646c085)
- zsh,pnpm: add pnpm global support (1a5c85f)
- zsh: enable fzf shell integration (2a2b975)
v14.0.0
14.0.0 (2024-07-01)
⚠ BREAKING CHANGES
- nvim: change neogen mapping to ng
Features
- add HammerSpoon (9d75ce6)
- hammerspoon: add WindowLayoutMode custom spoon (f0b78b6)
- nvim: add mapping for NvimTreeFindFileToggle (67f41f8)
- nvim: format Ruby using rubyfmt and rubocop (c991ca3)
- nvim: improve Cfd and Cfd! (8e0a1b7)
- taskfile: add install_sudo_touch_id task (fba4fb3)
Bug Fixes
- brew: remove deprecated sudo-touchid package (3bc9f9f)
- nvim: add missing arg to nvim_set_option_value (0bf15dc)
- nvim: allow NvimTree to lazy load on NvimTreeFindFileToggle (91bd163)
- nvim: temporarily ignore tmux treesitter (c1ac175)
- stylua: exclude spoons (64d05b6)
Code Refactoring
- nvim: change neogen mapping to <leader>ng (218ed5b)