Skip to content

HeatherFlux/dev-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools

Install

  • Iterm2

  • Simple Note

  • Dev Set Up

    • homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    • node curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"
    • npm - Comes with node
    • npx npm install -g npx
    • typescript npm install typescript && npx tsc
    • docker
  • VSCode set up

    • VSCode
    • Extensions
      • High contrast
      • Rainbow Bracket
      • Rainbow Tabs
      • eslint
      • prettier
      • Rainbow Typescript
  • Tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages