mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 06:24:13 -06:00
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.
44 lines
645 B
Plaintext
44 lines
645 B
Plaintext
# Symlinked config sources (stored in .managed/, not copied to home)
|
|
.managed
|
|
|
|
# Build/validation scripts (called by chezmoi hooks, not managed files)
|
|
hooks
|
|
|
|
claude-settings.json
|
|
|
|
{{/* WSL Only Files */}}
|
|
{{ if (not .wsl) }}
|
|
|
|
setup-wsl-gpg.sh
|
|
.gnupg/**
|
|
|
|
{{ end }}
|
|
|
|
{{/* Linux/Unix Only Files */}}
|
|
{{ if (not (eq .chezmoi.os "linux")) }}
|
|
|
|
# Shell configs (Linux-only)
|
|
.scripts
|
|
.bashrc
|
|
.profile
|
|
.bash_aliases
|
|
key.txt
|
|
.tmux.conf
|
|
|
|
# Linux-only config directories
|
|
.config/kitty
|
|
.config/fish
|
|
.config/Code
|
|
.config/Cursor
|
|
.config/lazygit
|
|
|
|
{{ end }}
|
|
|
|
{{/* Windows Only Files */}}
|
|
{{ if (not (eq .chezmoi.os "windows")) }}
|
|
|
|
Documents/
|
|
AppData/
|
|
|
|
{{ end }}
|