mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(nix): migrate MacOS settings to nix-darwin
This commit is contained in:
9
scripts/rust.sh
Executable file
9
scripts/rust.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
asdf plugin add rust
|
||||
asdf install rust latest
|
||||
asdf global rust latest
|
||||
|
||||
cargo install stylua
|
||||
cargo install nixpkgs-fmt
|
||||
cargo install code2prompt
|
||||
Reference in New Issue
Block a user