tamascsaba / my-dev-env

Some tips for make development enviromnent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Frontend Development Enviroment

Some tips for setting up development enviromnent.

It doesn't matter what you use: Mac or Windows. Vim or Emacs. Tabs or spaces. JavaScript or TypeScript even PHP. If all the options didn't have merit, there wouldn't be an argument. This list is not meant to be an endorsement for or against anything, just one person's web development workflow. Learn. Be open minded. Try new things. Research. Discover what works best for you. This is not an extensive list, this is my list.

Contents

  • Operating System
  • Usefull Applications
  • Terminal
  • Node
  • Browser
  • Editor/IDE

Operating System

My machine is fully encrypted and i also upload all my important documents to the cloud.

Other Options: Windows, Linux

Set up a Mac

Tips for windows users

Usefull Applications

Terminal

I use: iTerm2 with Oh My Zsh

My zsh plugins: git node yarn npm ng kubectl nx-completion

Other Options: Windows Terminal, Terminator or hyper

Command line fuzzy finder: fzf

Node

I prefer n over nvm, becouse our global modules remanin installed when you update the node version.

Browser

Other Options: Firefox, Opera, Safari (Mac only), Edge

Extensions

Editor/IDE

I use: Webstorm and vscode

My webstorm plugins

My Vscode settings

Vim setup with awesome_vimrc

About

Some tips for make development enviromnent

License:Other