Skip to content

Basic configuration of the code environment needed for your project or new machine.

License

Notifications You must be signed in to change notification settings

hidaytrahman/codeeng

Repository files navigation

Codeeng

Code environment basic and required setup for your project or new machine.


Software's

Browser's

  • Chrome
  • Mozila Firefox
  • MS Edge
  • Safari
  • Opera
  • Brave

Editors

Code and Setup

Download Git and install

Setup Git First time git setup.

Please run the below commands to setup git

$ git config --global user.name "Your Name"
$ git config --global user.email youremail@mail.com

Set your editor

For vs code run the below commands

$ git config --global core.editor "code --wait"

Check the settings by using the commands below

git config --list

Read more about first time git https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup

About

Basic configuration of the code environment needed for your project or new machine.

Topics

Resources

License

Stars

Watchers

Forks

Languages