Skip to content

Instantly share code, notes, and snippets.

View devhijazi's full-sized avatar
👋
Hello World!

Gabriel Hijazi devhijazi

👋
Hello World!
View GitHub Profile
@devhijazi
devhijazi / extensions.md
Last active January 25, 2023 00:47
vscode extrensions

// 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

@devhijazi
devhijazi / resume.json
Last active June 27, 2023 17:29
My Resume
{
"meta": {
"theme": "flat"
},
"basics": {
"name": "Gabriel Hijazi Fraga Santos",
"label": "Software Developer FullStack",
"picture": "https://avatars.githubusercontent.com/u/46979459?v=4",
"email": "hijazi.root@gmail.com",
"phone": "(67) 99265-6160",
@devhijazi
devhijazi / tweaks-instalation
Created September 5, 2022 16:11
Instalação do pacote de gerenciamento de interfaces ex: macOS
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
[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
@devhijazi
devhijazi / gist:9c638207973f2078afdf9769f5d564a6
Last active August 10, 2021 13:44
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
@devhijazi
devhijazi / package.json
Last active May 19, 2024 02:00
pré configured package.json to next and react projects
{
"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",
@devhijazi
devhijazi / settings.json
Last active August 23, 2023 19:35
what my guitar want's say
{
//-------EXTENSIONS------//
"extensions.ignoreRecommendations": true,
//-------THEME------//
"workbench.colorTheme": "Tokyo Night",
"workbench.iconTheme": "material-icon-theme",
//-------WINDOW------//
"window.restoreWindows": "none",