update thinkpad config
This commit is contained in:
parent
7c0c670e29
commit
1366b1d7b0
2 changed files with 10 additions and 4 deletions
|
|
@ -41,20 +41,26 @@ cli = [
|
|||
dev = [
|
||||
"gcc",
|
||||
"gcc-c++",
|
||||
"just"
|
||||
"nodejs",
|
||||
"openssl",
|
||||
"openssl-devel",
|
||||
"tmux",
|
||||
"tree-sitter-cli",
|
||||
]
|
||||
[dev.variables.cargo.packages]
|
||||
dev = [
|
||||
"cocogitto"
|
||||
]
|
||||
|
||||
|
||||
[zsh.variables.packages]
|
||||
zssh = [
|
||||
zsh = [
|
||||
"zsh"
|
||||
]
|
||||
|
||||
[rust.variables]
|
||||
cargo.packages = [
|
||||
[rust.variables.cargo.packages]
|
||||
rust = [
|
||||
"yazi-fm",
|
||||
"yazi-cli",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-mod
|
|||
{{#if (and dotter.packages.rust (ne (len cargo.packages) 0)) }}
|
||||
|
||||
{{ header "Installing crates" }}
|
||||
cargo install --locked {{# each cargo.packages }} "{{ this }}" {{ /each }}
|
||||
cargo install --locked {{# each (flatten_table cargo.packages) }} "{{ this }}" {{ /each }}
|
||||
|
||||
{{ /if }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue