Skip to content

Commit

Permalink
🔨 :: [#455] Setup.sh / env에 mise activate
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Mar 10, 2024
1 parent 4e5aa3d commit fe4d33c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Scripts/Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ if which tuist > /dev/null; then
echo "✅ Tuist가 설치되어있어요."
else
echo "❌ Tuist가 설치되어있지 않아요. Tuist 설치를 시작해요."
brew install mise
curl https://mise.run | sh
echo 'eval "$(~/.local/bin/mise activate --shims zsh)"' >> ~/.zshrc
source ~/.zshrc

mise install tuist
tuist version
fi
Expand Down

0 comments on commit fe4d33c

Please sign in to comment.