Skip to content

Instantly share code, notes, and snippets.

@devhijazi
Last active August 10, 2021 13:44
Show Gist options
  • Save devhijazi/9c638207973f2078afdf9769f5d564a6 to your computer and use it in GitHub Desktop.
Save devhijazi/9c638207973f2078afdf9769f5d564a6 to your computer and use it in GitHub Desktop.
WORKFLOW-POS-FORMATAÇÃO
1. Instalar atualizações do windows update
1.1 Ativar windows usando https://msguides.com/
1.2 $ slmgr /ipk CLIENTKEY
1.3 $ slmgr /skms s8.now.im
########################################################
2. Instalar e configurar o GIT
2.1 download do git https://git-scm.com/download/win
2.2 configurar ssh git https://docs.github.com/pt/github/authenticating-to-github/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
########################################################
3.Instalar o Node
3.1 download Node https://nodejs.org/en/
3.2 check node version using node -v
########################################################
4. Instalar o Python
4.1 Download python https://www.python.org/ftp/python/3.9.6/python-3.9.6-amd64.exe
########################################################
5. Instalar Visual Studio Code
5.1 download https://code.visualstudio.com/
5.2 instalar visual studio code
5.3 Instalar extenções
5.4 Lista de extenções: [
- Bracket Pair Colorizer
- Color Highlight
- colorize
- DotENV
- ESLint
- Live Share
- Markdown All in One
- Material Icon Theme
- Omni Theme
- Prettier - Code formatter
- Tabnine
- Visual Studio IntelliCode
- VS Code Counter
- vscode-styled-components
- YAML
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment