https://github.com/hidaytrahman/codeeng
Basic configuration of the code environment needed for your project or new machine.
https://github.com/hidaytrahman/codeeng
code-environment environment machine-setup
Last synced: 9 months ago
JSON representation
Basic configuration of the code environment needed for your project or new machine.
- Host: GitHub
- URL: https://github.com/hidaytrahman/codeeng
- Owner: hidaytrahman
- License: mit
- Created: 2024-01-01T15:39:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T04:54:50.000Z (9 months ago)
- Last Synced: 2025-07-17T07:42:43.615Z (9 months ago)
- Topics: code-environment, environment, machine-setup
- Language: TypeScript
- Homepage: https://codeeng.webtechpie.com
- Size: 337 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# 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
- Visual Studio Code
- [Notepadd ++](https://notepad-plus-plus.org/downloads/) (Windows)
- [TextMate](https://macromates.com/) (Mac)
- Atom
- [Brackets](https://brackets.io/)
### Code and Setup
Download [Git](https://git-scm.com/) and install
**Setup Git**
First time git setup.
Please run the below commands to setup git
```javascript
$ 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
```javascript
$ git config --global core.editor "code --wait"
```
Check the settings by using the commands below
```javascript
git config --list
```
Read more about first time git https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup