We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo install viu
hf-setup.sh
1 parent 0a76172 commit 45cb086Copy full SHA for 45cb086
scripts/hf-setup.sh
@@ -188,6 +188,10 @@ echo "Installing rust-analyzer..."
188
rustup component add rust-analyzer
189
echo "Installing sd (sed replacement)"
190
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
195
196
# Install Node.js and npm (required for some LazyVim plugins)
197
if ! command -v node &> /dev/null; then
0 commit comments