mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: change rust install method
This commit is contained in:
@@ -97,7 +97,6 @@ brew install ripgrep # Search tool like grep and The Silver S
|
||||
brew install rsync # Utility that provides fast incremental file transfer
|
||||
brew install ruby # Powerful, clean, object-oriented scripting language
|
||||
brew install ruby-build # Install various Ruby versions and implementations
|
||||
brew install rust # Rust language
|
||||
brew install scala # JVM-based programming language
|
||||
brew install slugify # Convert filenames and directories to a web friendly format
|
||||
brew install sqlite # Command-line interface for SQLite
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Install Rust
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
|
||||
cargo install stylua
|
||||
|
||||
Reference in New Issue
Block a user