mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
refactor: consolidate managed configs and switch go/tool-versions to mise
Reorganize symlinked configs from .config-source to .managed directory for better clarity on auto-updated vs manual files. Add mise config.toml to replace .tool-versions, pin zoxide and deno versions. Remove Go from PATH templates since it's now managed via mise.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{{ if (and (eq .chezmoi.os "linux") (not .wsl)) }}
|
||||
{{ .chezmoi.sourceDir }}/.config-source/vscode/keybindings.linux.json
|
||||
{{ .chezmoi.sourceDir }}/.managed/vscode/keybindings.linux.json
|
||||
{{ end }}
|
||||
@@ -1,3 +1,3 @@
|
||||
{{ if (and (eq .chezmoi.os "linux") (not .wsl)) }}
|
||||
{{ .chezmoi.sourceDir }}/.config-source/vscode/settings.linux.json
|
||||
{{ .chezmoi.sourceDir }}/.managed/vscode/settings.linux.json
|
||||
{{ end }}
|
||||
@@ -1,3 +1,3 @@
|
||||
{{ if (and (eq .chezmoi.os "linux") (not .wsl)) }}
|
||||
{{ .chezmoi.sourceDir }}/.config-source/cursor/keybindings.linux.json
|
||||
{{ .chezmoi.sourceDir }}/.managed/cursor/keybindings.linux.json
|
||||
{{ end }}
|
||||
@@ -1,3 +1,3 @@
|
||||
{{ if (and (eq .chezmoi.os "linux") (not .wsl)) }}
|
||||
{{ .chezmoi.sourceDir }}/.config-source/cursor/settings.linux.json
|
||||
{{ .chezmoi.sourceDir }}/.managed/cursor/settings.linux.json
|
||||
{{ end }}
|
||||
@@ -1 +1 @@
|
||||
{{ .chezmoi.sourceDir }}/.config-source/lazygit/config.yml
|
||||
{{ .chezmoi.sourceDir }}/.managed/lazygit/config.yml
|
||||
@@ -0,0 +1 @@
|
||||
{{ .chezmoi.sourceDir }}/.managed/mise/config.toml
|
||||
Reference in New Issue
Block a user