// Python -> ms-python.python // Docker -> ms-azuretools.vscode-docker // GitLens -> eamodio.gitlens // Live Server -> ritwickdey.LiveServer // Prettier -> esbenp.prettier-vscode // IntelliCode -> VisualStudioExptTeam.vscodeintellicode // ESLint -> dbaeumer.vscode-eslint // HTML CSS Support -> ecmel.vscode-html-css // Vetur -> octref.vetur // Live Share -> MS-vsliveshare.vsliveshare
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "flat" | |
}, | |
"basics": { | |
"name": "Gabriel Hijazi Fraga Santos", | |
"label": "Software Developer FullStack", | |
"picture": "https://avatars.githubusercontent.com/u/46979459?v=4", | |
"email": "[email protected]", | |
"phone": "(67) 99265-6160", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instalação do Tweaks no elementary | |
# Download | |
## Insta~lação do software properties | |
$ sudo apt install software-properties-common | |
## Atualização do PPA server | |
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv c42d52715a84c7d0d02fc740c1d89326b1c71ab9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = seu_email | |
name = seu_nome | |
[credential "https://github.com"] | |
helper = !gh auth git-credential | |
# Créditos Isaque Lima (github.com/izakdvlpr) | |
[alias] | |
pl = pull |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "projectnamehere", | |
"version": "0.1.0", | |
"private": true, | |
"scripts": { | |
"dev": "next dev", | |
"start": "cross-env NODE_ENV=production next start", | |
"build": "cross-env NODE_ENV=production next build", | |
"prebuild": "cross-env rimraf __nex", | |
"lint": "eslint src --ext js,jsx", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
//-------EXTENSIONS------// | |
"extensions.ignoreRecommendations": true, | |
//-------THEME------// | |
"workbench.colorTheme": "Tokyo Night", | |
"workbench.iconTheme": "material-icon-theme", | |
//-------WINDOW------// | |
"window.restoreWindows": "none", |