Skip to content

Commit ad5657f

Browse files
committed
Fixing vim and wget installation commands
1 parent bab33f4 commit ad5657f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ brews=(
2727
tmux
2828
trash
2929
tree
30-
vim --with-override-system-vi
30+
"vim --with-override-system-vi"
3131
watch
32-
wget --with-iri
32+
"wget --with-iri"
3333
zsh
3434
)
3535

0 commit comments

Comments
 (0)