Skip to content

Commit 45cb086

Browse files
committed
Add note on cargo install viu in hf-setup.sh
1 parent 0a76172 commit 45cb086

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/hf-setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ echo "Installing rust-analyzer..."
188188
rustup component add rust-analyzer
189189
echo "Installing sd (sed replacement)"
190190
cargo install sd
191+
# NOTE: not included by default, but I use it quite often so here in case I change
192+
# my mind and want to add it within my defaults
193+
# echo "Installing viu (terminal image viewer)"
194+
# cargo install viu
191195
192196
# Install Node.js and npm (required for some LazyVim plugins)
193197
if ! command -v node &> /dev/null; then

0 commit comments

Comments
 (0)