Skip to content

Instantly share code, notes, and snippets.

View jonasbfranco's full-sized avatar
🎩

Jonas B. Franco jonasbfranco

🎩
View GitHub Profile
@jonasbfranco
jonasbfranco / Makefile
Created April 24, 2025 00:38 — forked from maykbrito/Makefile
n8n-docker-youtube
deploy:
docker compose down -v && docker compose up -d
{
// editor
"editor.wordWrap": "on",
"editor.fontSize": 18,
"editor.lineHeight": 30,
"editor.tabSize": 2,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
"Init my CSS": {
"scope": "css",
@jonasbfranco
jonasbfranco / nvmCommands.js
Last active January 31, 2023 22:50 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// list versions of node
nvm ls-remote
// install specific version of node
@jonasbfranco
jonasbfranco / git.md
Created January 27, 2023 12:54 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@jonasbfranco
jonasbfranco / GitCommitEmoji.md
Created November 9, 2022 22:04 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
#### Primeiros passos
# Instalar com os comandos abaixo, abrir PowerShell como administrador
#
# Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
# Install-Module posh-git -Scope CurrentUser
# Install-Module oh-my-posh -Scope CurrentUser
# winget install JanDeDobbeleer.OhMyPosh -s winget
# Install-Module -Name PSReadLine -AllowClobber -Force
# Get-PoshThemes
# Set-PSReadLineOption -PredictionSource History
@jonasbfranco
jonasbfranco / .settings.json
Last active February 24, 2023 10:26
Config Windows Terminal
/* Configs Jonas B. Franco
Site com varios temas
https://windowsterminalthemes.dev/
Font MesloLGS
https://github.com/jonasbfranco/meslo_font.git
*/
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
# 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/jonas/.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