- press cmd(ctrl) + space
- search for "terminal" & select terminal from the listed options
- Next, To Install homebrew paste this in terminal
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"& press enter. - Then using homebrew, install zsh by pasting
brew install zshand press enter. - if it says brew not found, paste
echo >> "/Users/$USER/.zprofile" echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> "/Users/$USER/.zprofile" eval "$(/opt/homebrew/bin/brew shellenv)"and press enter. - press
source ~/.zshrc& press enter. - Then a cleaner ui called "oh my zsh" by pasting
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"& press enter. - Then install node.js by pasting
brew install node& press enter. - verify everything so far is working by pasting
node -v& press enter. It should show your node.js version. This tells you everything is working. - now paste
npm install -g @anthropic-ai/claude-codein your terminal and press enter. Claude code is installed! - if above command does not work
- now press
claudein your terminal & press enter
-
Notifications
You must be signed in to change notification settings - Fork 0
foyer-work/prompts-repo-merlin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published