Before getting to work you will need to make sure your computer is ready to go.
In the Software Installations and VSCode Extensions sections of your
precourse
issue is a list of the software you will need to succeed at HYF.
command
and space
and type terminal
then click enter
terminal
type git --version
if you got a version then you already
have git.Homebrew
Paste this in your terminal and click enter
/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Homebrew
, use the command brew install git
to
install git.search
icon and type cmd
.git --version
if you got a version then you already have git
Ubuntu
git --version
sudo apt update
sudo apt install git
command
and space
and type terminal
then click enter
terminal
type node -v
if you got a version then you already have
it.Homebrew
if you
don’t have it alreadypaste this in your terminal and click enter
/bin/bash -c "$(curl -fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Homebrew
, use the command brew install node
to
install node.search
icon and type cmd
.node -v
if you got a version then you already have node
Ubuntu
node -v
sudo apt update
sudo apt install node.js
sudo apt install npm
zsh --version
zsh
Ubuntu
sudo apt install zsh
Mac
brew install zsh
zsh
Your Default TerminalUbuntu
chsh -s $(which zsh)
Mac
<!-- for Apple chip -->
chsh -s /opt/homebrew/bin/zsh
<!-- for Intel ship -->
chsh -s /usr/local/bin/zsh
Restart your laptop
Install ohMyZsh
sh -c "$(curl -fsSL
https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
adding VS code to the path allows you to open your VS code form the terminal
Ctrl + shift + p
Shell Command
Shell Command: Install 'code' command in PATH
command + shift + p
Shell Command
Shell Command: Install 'code' command in PATH