Skip to content

SEI-ATL/install_fest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Install fest! Woohoo!

Learning goals

  • Install the tools we need for Unit 1
  • Use the appropriate section for your operating system

For Mac users

Slack

iTerm2

Homebrew

  • Download link: https://brew.sh/
  • Finish line: typing brew --version in your command line displays some text, which could be /usr/local/bin/brew or something else, but not an error message.

git

  • Download link: type brew install git into your terminal
  • Finish line: git --version yields some output without errors

Visual Studio Code

node

  • Download link: none, type brew install node into your terminal
  • Finish line: both node -v and npm -v run without error. Then, run sudo chown -R $USER /usr/local/lib

zsh (optional!)

  • Download link: none, just type brew install zsh into your terminal
  • Finish line: zsh --version yields some output without errors

ohMyZsh (optional!)

  • Download link: https://github.com/ohmyzsh/ohmyzsh
  • Extra instructions: In the Basic Installation section, run the command next to curl in the table
  • Finish line: when you run ls -lah ~ | grep zsh, you should see a line that ends with .oh-my-zsh

For Windows users

Before you get started, make sure you can open the program called PowerShell. This is our terminal that we will use for the rest of the installation.

Slack

git

  • Download link: https://git-scm.com/download/win (you want the 64-bit for windows setup)
  • Finish line: You can open the Git Bash program from the start menu. You should also be able to get non-error output when you run git --version in your terminal.

Visual Studio Code

node

Linux

If you are using Linux, you probably already know how to install programs and verify that they are working. It is always ok to google how to get these programs for your version of ubuntu! Your checklist of installs is:

  • Slack
  • git
  • Visual Studio Code
  • node
  • zsh and ohMyZsh (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages