mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 11:48:54 +00:00
chore(lint): linting, tweaks, cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ for pkg in "${packages[@]}"; do
|
||||
# Skip comments
|
||||
if [[ ${pkg:0:1} == "#" ]]; then continue; fi
|
||||
|
||||
msg "Installing cargo package $pkg"
|
||||
msg_run "Installing cargo package $pkg"
|
||||
cargo install "$pkg"
|
||||
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user