chezmoi nvim debian手動安裝腳本

This commit is contained in:
2025-05-02 18:01:31 +08:00
parent 3ea9d9ca3e
commit 881fa42086
2 changed files with 13 additions and 3 deletions

View File

@@ -30,14 +30,14 @@ casks = [
# 特別備註:
# Debain 12 (bookworm) 沒有eza但是有exa
# Debain 12 (bookworm) 沒有ueberzugpp但是有ueberzug
# Debain 12 (bookworm) neovim版本太舊 0.7lazy無法用
# Debain 12 (bookworm) neovim版本太舊 0.7lazy無法用故在shell腳本特殊處理
[packages.linux.debian]
apt = [
'zsh',
'vim',
'neovim',
'git',
'exa',
'gcc',
]
# Arch Linux -------------------------------------------------------------------