Skip to content

Instantly share code, notes, and snippets.

View huri3l's full-sized avatar
🏠
Working from home

Huriel Lopes huri3l

🏠
Working from home
View GitHub Profile
@huri3l
huri3l / contact.json
Last active April 4, 2023 17:29
JSON usado para a página de contato do Portfolio, App desenvolvido com Next.js.
[
{
"name": "E-mail",
"link": "huriel-lopes@outlook.com",
"isMail": true
},
{
"name": "LinkedIn",
"link": "https://www.linkedin.com/in/huri3l/"
},
@huri3l
huri3l / home.json
Last active April 14, 2023 13:23
JSON usado para o Portfolio, App desenvolvido com Next.js.
{
"aboutMe": {
"title": {
"default": "Prazer, sou",
"bold": "Huriel"
},
"description": "Sou um Desenvolvedor Front-end apaixonado por criar interfaces e ajudar outros devs!",
"contact": {
"link": "/contatos",
"label": "Converse comigo!"
@huri3l
huri3l / .zshrc
Created May 20, 2022 19:55
Minhas configurações do ZSH
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@huri3l
huri3l / settings.json
Created May 20, 2022 19:42
Minhas configurações do Windows Terminal
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@huri3l
huri3l / settings.json
Created December 11, 2021 16:29
Meu JSON de configurações do VSCode
{
"http.proxyAuthorization": null,
// * VSCode general UI settings
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "material-icon-theme",
"workbench.editor.labelFormat": "short",
"extensions.ignoreRecommendations": true,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,