Skip to content

Commit e533212

Browse files
committed
Install Rust libraries through Homebrew
1 parent 7a58f8b commit e533212

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.config/brew/Brewfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,6 @@ mas "Numbers", id: 409203825
148148
mas "Pages", id: 409201541
149149
mas "Vinegar", id: 1591303229
150150
mas "Xcode", id: 497799835
151+
cargo "cargo-edit"
152+
cargo "retro"
153+
cargo "stylua"

.config/yadm/bootstrap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ if command -v mise >/dev/null 2>&1; then
6666
mise exec python@$version -- python -m pip install --upgrade pip wheel >/dev/null
6767
mise exec python@$version -- pip install --upgrade --requirement $XDG_CONFIG_HOME/mise/default_python_packages >/dev/null
6868
done
69-
70-
echo "Installing Rust libraries."
71-
cargo install \
72-
cargo-edit \
73-
retro \
74-
stylua
7569
fi
7670

7771
if command -v fzf >/dev/null 2>&1; then

0 commit comments

Comments
 (0)