mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +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 ""
|
||||
|
||||
@@ -9,6 +9,7 @@ source "$HOME/.dotfiles/scripts/shared.sh"
|
||||
}
|
||||
|
||||
packages=(
|
||||
"pipx"
|
||||
"libtmux"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user