51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
Readme.md
|
|
.readme/
|
|
chezmoi.code-workspace
|
|
|
|
dconf.ini
|
|
|
|
{{ if not .enableSixel }}
|
|
.config/nvim/lua/plugins/components/image.lua
|
|
{{ end }}
|
|
|
|
{{/* ---- 若不啟用AI Ollama伺服器 ----------------------------------------- */ -}}
|
|
{{ if not .enableOllama }}
|
|
.config/nvim/lua/plugins/components/ai.lua
|
|
.continue/config.yaml
|
|
{{ end }}
|
|
|
|
|
|
{{/* ---- 沒有圖形界面 ---------------------------------------------------- */ -}}
|
|
{{ if .noGUI }}
|
|
.config/iterm2/
|
|
.config/alacritty
|
|
.config/neovide
|
|
.config/konsolerc
|
|
.local/share/konsole
|
|
dconf.ini
|
|
.gvimrc
|
|
.chezmoiscripts/linux-dconf-load.sh
|
|
|
|
{{/* ---- 有視窗應用程式 -------------------------------------------------- */ -}}
|
|
{{ else }}
|
|
|
|
{{/* ---- 處理特定os專用 */ -}}
|
|
{{ if ne .chezmoi.os "darwin" }}
|
|
.chezmoiscripts/darwin-install-packages.sh
|
|
.config/iterm2
|
|
{{ end }}
|
|
{{ if ne .chezmoi.os "linux" }}
|
|
.chezmoiscripts/linux-install-packages.sh
|
|
.chezmoiscripts/linux-dconf-load.sh
|
|
.local/share/konsole
|
|
.config/konsolerc
|
|
{{ end }}
|
|
|
|
{{ if ne .chezmoi.os "windows" }}
|
|
*.ps1
|
|
{{ else }}
|
|
*.sh
|
|
{{ end }}
|
|
|
|
{{ end }}
|