fix
This commit is contained in:
@@ -33,16 +33,20 @@ casks = [
|
||||
# Debain 12 (bookworm) 沒有ueberzugpp,但是有ueberzug
|
||||
# Debain 12 (bookworm) neovim版本太舊 0.7,lazy無法用,故在shell腳本特殊處理
|
||||
[packages.linux.debian]
|
||||
apt_12 = [
|
||||
'exa',
|
||||
]
|
||||
|
||||
apt = [
|
||||
'sudo',
|
||||
'zsh',
|
||||
'vim',
|
||||
'git',
|
||||
'exa',
|
||||
'gcc',
|
||||
]
|
||||
|
||||
apt_13 = [
|
||||
'eza',
|
||||
'neovim',
|
||||
'lazygit',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user