Skip to content

sei-curiosity/installfest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Installfest

What are we installing or setting up?

  • Slack

    Install on:

    • Mobile App for iOS or Android:
    • Desktop App on your Laptop

    Cheatsheet

  • Web Browser: Google Chrome

  • Text Editor: Visual Studio Code

    If you are on a Mac:

    • Open up the Command Palette (CMND + SHIFT + P)
    • Hit enter on Shell Command: Install 'code'...

    If you are on Windows:

    • Make sure you select "Add to Path"!

    Cheatsheets:

  • Terminal

    • If you are on a Mac:
      • Default Terminal
      • Iterm2 : Iterm2
    • If you are on a Windows:
    • If you are on Ubuntu:
      • Default Terminal
  • GitHub

    • Sign Up in Github website
  • Homebrew : Homebrew is the missing package manager for macOS (or Linux)

  • Git

    • If you are on a Mac: Use Homebrew to install Git: brew install git
    • If you are on Windows: Git
    • If you are on Ubuntu: sudo apt install git-all

    Configure Git:

    • git config --global user.email "YOUR GITHUB EMAIL"
    • git config --global user.name "YOUR GITHUB NAME"
    • git config --global color.ui "auto"
    • git config --global core.editor "code --wait"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages