Skip to content

Commit

Permalink
fix: message in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed Dec 4, 2023
1 parent 5ceefd9 commit fddc5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ echo "🚀 Installing ZSH powerlevel10k..."
./scripts/install/install-zsh10k.sh 1>/dev/null 2>&1
echo "🔥 Installing bun..."
./scripts/install/install-bun.sh 1>/dev/null 2>&1
echo "🛠️ Installing git hooks..."
echo "🔨 Installing git hooks..."
./scripts/install/install-git-hooks.sh 1>/dev/null 2>&1
echo "📦 Installing dependencies..."
npm install 1>/dev/null 2>&1
Expand Down

0 comments on commit fddc5fa

Please sign in to comment.