diff --git a/config/shared/mise.toml b/config/shared/mise.toml index 2250754..53cf4dd 100644 --- a/config/shared/mise.toml +++ b/config/shared/mise.toml @@ -3,8 +3,8 @@ node = "24.18.0" python = "3.13.14" neovim = "0.12.5" tree-sitter = "0.27.0" -uv = "0.12.7" -gh = "2.98.0" +uv = "0.12.10" +gh = "2.100.0" [settings] not_found_auto_install = false diff --git a/config/shared/zsh/completion.zsh b/config/shared/zsh/completion.zsh index 9b868a9..57cf607 100644 --- a/config/shared/zsh/completion.zsh +++ b/config/shared/zsh/completion.zsh @@ -8,7 +8,7 @@ if [[ -s "$ZINIT_HOME/zinit.zsh" ]]; then if _selfishell_zinit_plugin_ready zsh-users/zsh-completions; then # Pinned to the commit recorded for zsh-users/zsh-completions in # dependencies.conf; keep the two in sync (see tests/common_zsh_test.bash). - zinit ice blockf atpull'zinit creinstall -q .' ver'8cd3bd78e8b1f17271cfdd8269074e5557d8d7b8' + zinit ice blockf atpull'zinit creinstall -q .' ver'de02bb84ab0af51e328c6ae85ab5555397c31277' zinit light zsh-users/zsh-completions fi fi diff --git a/config/shared/zsh/interactive.zsh b/config/shared/zsh/interactive.zsh index 6bef670..d511e49 100644 --- a/config/shared/zsh/interactive.zsh +++ b/config/shared/zsh/interactive.zsh @@ -105,7 +105,7 @@ if (($+functions[zinit])); then zinit light zsh-users/zsh-autosuggestions fi if _selfishell_zinit_plugin_ready zdharma-continuum/fast-syntax-highlighting; then - zinit ice wait'0' lucid ver'3d574ccf48804b10dca52625df13da5edae7f553' + zinit ice wait'0' lucid ver'4672ad5dd9ad68a7effc1476d65afb7c584ce2b3' zinit light zdharma-continuum/fast-syntax-highlighting fi fi diff --git a/dependencies.conf b/dependencies.conf index 2483cfc..215a4d2 100644 --- a/dependencies.conf +++ b/dependencies.conf @@ -1,30 +1,30 @@ # type name version platform architecture source checksum target marker -download mise 2026.8.15 linux amd64 https://github.com/jdx/mise/releases/download/v2026.8.15/mise-v2026.8.15-linux-x64 a6dea05e896f1e6090f821588f45397262270e0e0b456252f8d1da28a416f3f2 .local/bin/mise raw -download mise 2026.8.15 linux arm64 https://github.com/jdx/mise/releases/download/v2026.8.15/mise-v2026.8.15-linux-arm64 124ea8f7c8cb9a6a3c99c763cbf37ca48c9beaa816735f011d9fd99e6cd463e9 .local/bin/mise raw -download mise 2026.8.15 macos amd64 https://github.com/jdx/mise/releases/download/v2026.8.15/mise-v2026.8.15-macos-x64 6a1cef931e299d7392cd7008dd97fcef2d9b41fbdfe79df4fd9f7ab0cc33d9f7 .local/bin/mise raw -download mise 2026.8.15 macos arm64 https://github.com/jdx/mise/releases/download/v2026.8.15/mise-v2026.8.15-macos-arm64 17a6e37ac2aaeee78206abc601568e1fe5010e398bf3c7320e1683584124d3c7 .local/bin/mise raw +download mise 2026.9.1 linux amd64 https://github.com/jdx/mise/releases/download/v2026.9.1/mise-v2026.9.1-linux-x64 c98423c8470d6dc416d9f7036d0646d8ef5ae92ad9186907f8fcc84cbe7db4ea .local/bin/mise raw +download mise 2026.9.1 linux arm64 https://github.com/jdx/mise/releases/download/v2026.9.1/mise-v2026.9.1-linux-arm64 0ef0a778eaa8599f3e90a8a0979c9fc3f79922cafb5fa6d39f366d974da33bba .local/bin/mise raw +download mise 2026.9.1 macos amd64 https://github.com/jdx/mise/releases/download/v2026.9.1/mise-v2026.9.1-macos-x64 0718a2aa14a96545a287f77a172d700247bb2d33016e5cf29fce1a05e45ac47a .local/bin/mise raw +download mise 2026.9.1 macos arm64 https://github.com/jdx/mise/releases/download/v2026.9.1/mise-v2026.9.1-macos-arm64 3cfbe3295dba1a7e43bd02653517a8cc21135ba91f0635b45c98f1ebecc5513f .local/bin/mise raw download starship 1.26.0 linux amd64 https://github.com/starship/starship/releases/download/v1.26.0/starship-x86_64-unknown-linux-gnu.tar.gz 321f0dd7af8340a5f2e6a8fec6538a04f617486f9ec70d878f91c09cd8deef22 .local/bin/starship starship download starship 1.26.0 linux arm64 https://github.com/starship/starship/releases/download/v1.26.0/starship-aarch64-unknown-linux-musl.tar.gz dc30189378d2f2e287384e8a692d3f95ad1df64cf0e8c36aa9201516028aed6b .local/bin/starship starship download starship 1.26.0 macos amd64 https://github.com/starship/starship/releases/download/v1.26.0/starship-x86_64-apple-darwin.tar.gz 5548f406a4b6f5695903bdea83f77ce47ec12c8c0e62dabd33122d8f133e4207 .local/bin/starship starship download starship 1.26.0 macos arm64 https://github.com/starship/starship/releases/download/v1.26.0/starship-aarch64-apple-darwin.tar.gz c40b27b11f580411e068f2fa6c1be7830a387c0bc47a94d1d37f32b054c5361d .local/bin/starship starship -git zinit v3.15.3 all all https://github.com/zdharma-continuum/zinit.git - .local/share/zinit/zinit.git zinit.zsh -zsh-plugin zsh-users/zsh-completions 8cd3bd78e8b1f17271cfdd8269074e5557d8d7b8 all all https://github.com/zsh-users/zsh-completions.git - - - +git zinit v3.17.0 all all https://github.com/zdharma-continuum/zinit.git - .local/share/zinit/zinit.git zinit.zsh +zsh-plugin zsh-users/zsh-completions de02bb84ab0af51e328c6ae85ab5555397c31277 all all https://github.com/zsh-users/zsh-completions.git - - - zsh-plugin Aloxaf/fzf-tab 24105b15714bfec37989ed5c5b6e60f572253019 all all https://github.com/Aloxaf/fzf-tab.git - - - zsh-plugin zsh-users/zsh-autosuggestions 85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5 all all https://github.com/zsh-users/zsh-autosuggestions.git - - - -zsh-plugin zdharma-continuum/fast-syntax-highlighting 3d574ccf48804b10dca52625df13da5edae7f553 all all https://github.com/zdharma-continuum/fast-syntax-highlighting.git - - - +zsh-plugin zdharma-continuum/fast-syntax-highlighting 4672ad5dd9ad68a7effc1476d65afb7c584ce2b3 all all https://github.com/zdharma-continuum/fast-syntax-highlighting.git - - - nvim-plugin folke/lazy.nvim 306a05526ada86a7b30af95c5cc81ffba93fef97 all all https://github.com/folke/lazy.nvim.git - - - nvim-plugin hrsh7th/nvim-cmp 2ffe79f1f021def8dd1fcd81deb16f1bb0d989f3 all all https://github.com/hrsh7th/nvim-cmp.git - - - nvim-plugin hrsh7th/cmp-nvim-lsp cbc7b02bb99fae35cb42f514762b89b5126651ef all all https://github.com/hrsh7th/cmp-nvim-lsp.git - - - nvim-plugin hrsh7th/cmp-buffer b74fab3656eea9de20a9b8116afa3cfc4ec09657 all all https://github.com/hrsh7th/cmp-buffer.git - - - nvim-plugin hrsh7th/cmp-path c642487086dbd9a93160e1679a1327be111cbc25 all all https://github.com/hrsh7th/cmp-path.git - - - nvim-plugin windwp/nvim-autopairs 430522f95fe4fb7c511ec64f8c1a90cc6a66c05c all all https://github.com/windwp/nvim-autopairs.git - - - -nvim-plugin nvim-treesitter/nvim-treesitter 857651fce37eba032ebe28f3a206283cdc65c45a all all https://github.com/nvim-treesitter/nvim-treesitter.git - - - -nvim-plugin HiPhish/rainbow-delimiters.nvim 012f1480cd9a5fc99fce7678e0a536421a53fc46 all all https://github.com/HiPhish/rainbow-delimiters.nvim.git - - - +nvim-plugin nvim-treesitter/nvim-treesitter 0d0969030ad955b510d7c8012b40252a25c12a6d all all https://github.com/nvim-treesitter/nvim-treesitter.git - - - +nvim-plugin HiPhish/rainbow-delimiters.nvim 3a0fc08dd39e8bf034a4cfef3f2845bd5f565a2e all all https://github.com/HiPhish/rainbow-delimiters.nvim.git - - - nvim-plugin folke/which-key.nvim 3aab2147e74890957785941f0c1ad87d0a44c15a all all https://github.com/folke/which-key.nvim.git - - - nvim-plugin mason-org/mason.nvim 2a6940af80375532e5e9e7c1f2fc6319a1b7a69d all all https://github.com/mason-org/mason.nvim.git - - - nvim-plugin mason-org/mason-lspconfig.nvim 40276c4df7e6bdce6801d6c035c6227f9115a855 all all https://github.com/mason-org/mason-lspconfig.nvim.git - - - -nvim-plugin neovim/nvim-lspconfig 16286347bdba1333c7d124d9de9fe6630731b2b2 all all https://github.com/neovim/nvim-lspconfig.git - - - -nvim-plugin mofiqul/vscode.nvim aa1102a7e15195c9cca22730b09224a7f7745ba8 all all https://github.com/mofiqul/vscode.nvim.git - - - +nvim-plugin neovim/nvim-lspconfig 615d7b2712efb2f530a83a9d0466acafba6b1d6f all all https://github.com/neovim/nvim-lspconfig.git - - - +nvim-plugin mofiqul/vscode.nvim 6439ed89d0e10193f07e92268a321d7c6f6e93ee all all https://github.com/mofiqul/vscode.nvim.git - - - nvim-plugin nvim-tree/nvim-tree.lua b2aadda94b107480c48e548d6db51c6840b7b33c all all https://github.com/nvim-tree/nvim-tree.lua.git - - - nvim-plugin akinsho/bufferline.nvim 655133c3b4c3e5e05ec549b9f8cc2894ac6f51b3 all all https://github.com/akinsho/bufferline.nvim.git - - - nvim-plugin nvim-lualine/lualine.nvim 221ce6b2d999187044529f49da6554a92f740a96 all all https://github.com/nvim-lualine/lualine.nvim.git - - -