Skip to content

Commit d35a798

Browse files
committed
Update install.sh echo messages to reflect current setup
1 parent b757e71 commit d35a798

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

install.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ fi
88

99
echo "Installing Campus Code Dotfiles"
1010
echo "We'll install:"
11-
echo " - tmux"
12-
echo " - silver searcher"
13-
echo " - zsh"
14-
echo " - mise (Ruby, Node.js)"
11+
echo " - zsh, tmux, vim, git, silver searcher"
12+
echo " - mise with Ruby and Node.js"
13+
echo " - dotfiles configuration (symlinks, plugins, fonts)"
1514

1615
case "$(uname -s)" in
1716
Linux)
@@ -27,7 +26,7 @@ case "$(uname -s)" in
2726
;;
2827
esac
2928

30-
# Install mise (Ruby, Node.js) — common to all platforms
29+
# Install mise with Ruby and Node.js — common to all platforms
3130
curl https://mise.run | sh
3231
eval "$(~/.local/bin/mise activate bash)"
3332
mise settings ruby.compile=false

0 commit comments

Comments
 (0)