Skip to content

Instantly share code, notes, and snippets.

View BernardoSemiOficial's full-sized avatar
🎯
Focusing

Bernardo Pereira BernardoSemiOficial

🎯
Focusing
View GitHub Profile
@BernardoSemiOficial
BernardoSemiOficial / extensions.json
Last active October 9, 2023 21:47
Extensões utilizadas no Visual Studio Code
{
"recommendations": [
"styled-components.vscode-styled-components",
"stylelint.vscode-stylelint",
"SonarSource.sonarlint-vscode",
"esbenp.prettier-vscode",
"christian-kohler.npm-intellisense",
"dbaeumer.vscode-eslint",
"formulahendry.auto-rename-tag",
"WallabyJs.console-ninja",
@BernardoSemiOficial
BernardoSemiOficial / .zshrc
Created October 9, 2023 21:38
Configuração do terminal/console .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
@BernardoSemiOficial
BernardoSemiOficial / settings.json
Last active May 30, 2024 16:14
Configurações do settings.json do Visual Studio Code
{
"terminal.integrated.fontFamily": "'Droid Sans Mono', 'monospace', monospace",
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "JetBrains Mono",
"editor.fontWeight": "700",
"editor.fontSize": 14,
"editor.lineHeight": 1.6,
"editor.fontLigatures": true,
"editor.rulers": [80, 120],
"editor.tabSize": 2,