Skip to content

Instantly share code, notes, and snippets.

View israelcena's full-sized avatar
👋
Working from home

Israel Cena israelcena

👋
Working from home
View GitHub Profile
@israelcena
israelcena / .gitconfig
Created October 10, 2023 08:58
git config file
[user]
name = israelcena
email = israelsjm@gmail.com
signingkey =
[commit]
gpgsign = true
[init]
defaultBranch = main
[core]
editor = code --wait
# ChatGPT
Mas 99% das pessoas não têm ideia de como fazer uma consulta corretamente.
10 prompts poderosos para acelerar o seu aprendizado:
Melhore a sua escrita obtendo feedback.
Use este prompt:

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@israelcena
israelcena / tmux-atalhos.md
Created April 5, 2020 17:43 — forked from aalvesjr/tmux-atalhos.md
[TMUX] Atalhos

quando ler <Prefix> será o padrão Ctrl + b

Window

  • <Prefix> c => para criar uma nova 'window'
  • <Prefix> % => para dividir uma 'window' verticalmente
  • <Prefix> " => para dividir uma 'window' horizontalmente
  • <Prefix> & => para fechar uma 'window'
  • <Prefix> . => move a window para algum indice ainda não utilizado
  • <Prefix> 0 a 9 => abre a 'window' com o numero digitado
  • \ w => abre a 'window' a partir de uma lista
@israelcena
israelcena / gist:c2f1bf7f941806a3c47d49b82d78386f
Created February 2, 2020 22:32 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@israelcena
israelcena / AdbCommands
Created November 23, 2019 13:40 — forked from Pulimet/AdbCommands
Adb useful commands list
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
== Shell
@israelcena
israelcena / README-Template.md
Created November 4, 2019 01:50 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@israelcena
israelcena / reset.css
Last active February 22, 2021 03:43 — forked from DavidWells/reset.css
One reset for css start
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20190518
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,