Skip to content

patbarber/setup-walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup-walkthrough

This my walkthrough to set up a developer machine


Inital Setup

Do these things first

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. iterm2

brew install --cask iterm2

terminal setup --optional

3. VScode

brew install --cask visual-studio-code

4. lando

Download lando here

5. Git set up

follow this guide

Summary for ssh

$ ssh-keygen -t ed25519 -C "your_email@example.com" cd ~/.ssh cat id_***.pub

Summary for config

git config --global user.name "FIRST_NAME LAST_NAME" git config --global user.email "MY_NAME@example.com"

6. Node

brew install node@16

7. Yarn

brew install yarn

About

This my walkthrough to set up a developer machine

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages